test: fix broken uri test (#12230)
This commit is contained in:
parent
e7b6bd6734
commit
30c8b39b23
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ def testUnicodeEscape :=
|
|||
true
|
||||
|
||||
def testRoundTrip :=
|
||||
assert! (fileUriToPath? (pathToUri "/temp/test.xml?😵=2022")) == "/temp/test.xml?😵=2022"
|
||||
assert! (fileUriToPath? (pathToUri ("" / "temp" / "test.xml?😵=2022")) == ("" / "temp" / "test.xml?😵=2022" : System.FilePath))
|
||||
true
|
||||
|
||||
def testInvalidFileUri :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue