Changeset 2173
- Timestamp:
- 05/07/07 14:52:40 (2 years ago)
- Files:
-
- trunk/tango/text/Util.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tango/text/Util.d
r2071 r2173 1177 1177 assert (j == "onetwothree"); 1178 1178 j = join (foo, ", "); 1179 assert (j == "one, two, three ,");1179 assert (j == "one, two, three"); 1180 1180 j = join (foo, " ", tmp); 1181 assert (j == "one two three ");1181 assert (j == "one two three"); 1182 1182 assert (j.ptr is tmp.ptr); 1183 1183 }












