Skip to content

Commit

Permalink
c > U+007E e.g. U+00BB in frag must be %-encoded.
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Mar 13, 2014
1 parent 3b2c398 commit 3a6bf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url/urltestdata.txt
Expand Up @@ -155,7 +155,7 @@ http://example.com/\u202E/foo/\u202D/bar s:http h:example.com p:/%E2%80%AE/foo/

# Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/script-tests/relative.js
http://www.google.com/foo?bar=baz# about:blank s:http h:www.google.com p:/foo q:?bar=baz f:#
http://www.google.com/foo?bar=baz#\s\u00BB s:http h:www.google.com p:/foo q:?bar=baz f:#\s\u00BB
http://www.google.com/foo?bar=baz#\s\u00BB s:http h:www.google.com p:/foo q:?bar=baz f:#\s%C2%BB
http://[www.google.com]/
http://www.google.com s:http h:www.google.com p:/
http://192.0x00A80001 s:http h:192.0x00a80001 p:/
Expand Down

0 comments on commit 3a6bf6d

Please sign in to comment.