1 2 3 4 5 6 7 8 9 10 11
discard """ matrix: "--mm:refc; --mm:orc" disabled: "posix" """ # bug 10952, UNC paths import os import std/assertions doAssert r"\\hostname\foo\bar" / "baz" == r"\\hostname\foo\bar\baz" doAssert r"\\?\C:\foo" / "bar" == r"\\?\C:\foo\bar"