mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
LibWeb/Tests: Also include URL hash in test results
None of the existing tests contain a URL which has a fragment in them, but this does verify that the URL parser does not actually find any! Also, this should let us verify the correctness of URLs which actually do contain fragments.
This commit is contained in:
committed by
Andrew Kaster
parent
e233de1e48
commit
4eab37f391
Notes:
sideshowbarker
2024-07-17 02:05:41 +09:00
Author: https://github.com/shannonbooth Commit: https://github.com/SerenityOS/serenity/commit/4eab37f391 Pull-request: https://github.com/SerenityOS/serenity/pull/20567 Reviewed-by: https://github.com/ADKaster
@@ -12,6 +12,7 @@
|
||||
println(`port => '${url.port}'`);
|
||||
println(`pathname => '${url.pathname}'`);
|
||||
println(`search => '${url.search}'`);
|
||||
println(`hash => '${url.hash}'`);
|
||||
}
|
||||
|
||||
for (url of [
|
||||
|
||||
Reference in New Issue
Block a user