We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@
1 parent fd6a5f3 commit 86ca8a7Copy full SHA for 86ca8a7
test/Main.purs
@@ -115,6 +115,7 @@ main = runTest $ suite "Data.URI" do
115
116
suite "UserInfo parser" do
117
testRunParseSuccess UserInfo.parser "user" (UserInfo "user")
118
+ testRunParseSuccess UserInfo.parser "u%40ser" (UserInfo "u@ser")
119
testRunParseSuccess UserInfo.parser "spaced%20user" (UserInfo "spaced user")
120
testRunParseSuccess UserInfo.parser "user:password" (UserInfo "user:password")
121
testRunParseSuccess UserInfo.parser "spaced%20user:password%25%C2%A3" (UserInfo "spaced user:password%£")
0 commit comments