|
@@ -93,6 +93,9 @@ class TestFileSystem extends haxe.unit.TestCase {
|
|
}
|
|
}
|
|
|
|
|
|
function testWindowsSpecialCases() {
|
|
function testWindowsSpecialCases() {
|
|
|
|
+ if (Sys.systemName() != "Windows") {
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
var withSlash = "C:/";
|
|
var withSlash = "C:/";
|
|
var withBackslash = "C:\\";
|
|
var withBackslash = "C:\\";
|
|
var without = "C:";
|
|
var without = "C:";
|