Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Dec 5, 2013
1 parent de6cad3 commit a30171a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions std/path.d
Original file line number Diff line number Diff line change
Expand Up @@ -1730,6 +1730,9 @@ unittest
{
assert (equal(pathSplitter("/foo/bar".dup), ["/", "foo", "bar"]));
});

// Bugzilla 11691
static assert(is(typeof(pathSplitter!char().front) == const(char)[]));
}


Expand Down

0 comments on commit a30171a

Please sign in to comment.