[Issue 2381] Minor mistakes in DDoc comments of std.path.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 1 14:47:16 PDT 2008


http://d.puremagic.com/issues/show_bug.cgi?id=2381





------- Comment #3 from aziz.kerim at gmail.com  2008-10-01 16:47 -------
Two other strings that should have an r-prefix in phobos/std/path.d:
@line 195
- *     getName(r"d:\path\foo.bat") => "d:\path\foo"
+ *     getName(r"d:\path\foo.bat") => r"d:\path\foo"
@line 201
- *     getName(r"d:\path.two\bar") => "d:\path"
+ *     getName(r"d:\path.two\bar") => r"d:\path"


-- 



More information about the Digitalmars-d-bugs mailing list