Skip to content

Commit 0185a8b

Browse files
KSXGitHubanonrig
authored andcommitted
test: add a case
1 parent 118fd43 commit 0185a8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,10 @@ mod test {
579579
"HTTP://EXAMPLE.COM/FOO/BAR?K1=V1&K2=V2",
580580
"http://example.com/FOO/BAR?K1=V1&K2=V2",
581581
),
582+
(
583+
"http://example.com/🦀/❤️/",
584+
"http://example.com/%F0%9F%A6%80/%E2%9D%A4%EF%B8%8F/",
585+
),
582586
];
583587
for (value, expected) in tests {
584588
eprintln!("{value} -> {expected}");

0 commit comments

Comments
 (0)