test: fix broken uri test (#12230)

This commit is contained in:
Marc Huisinga 2026-01-29 14:52:36 +01:00 committed by GitHub
parent e7b6bd6734
commit 30c8b39b23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 :=