Skip to content

Commit

Permalink
add a test for filesep
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Feb 2, 2010
1 parent 50686c2 commit bc99ce8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions t/functions/filesep.t
@@ -0,0 +1,9 @@
plan(1);

separator = filesep();
platform = computer('parrotos');
if platform == "MSWin32"
ok(separator == "\\");
else
ok(separator == "/");
end

0 comments on commit bc99ce8

Please sign in to comment.