mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
Certain pairs of tokens are required to have `/**/` inserted between them to prevent eg two `<ident>`s getting merged together when round-tripping.
78 lines
4.1 KiB
Plaintext
78 lines
4.1 KiB
Plaintext
Harness status: OK
|
|
|
|
Found 72 tests
|
|
|
|
59 Pass
|
|
13 Fail
|
|
Pass Serialization of consecutive foo and bar tokens.
|
|
Pass Serialization of consecutive foo and bar() tokens.
|
|
Fail Serialization of consecutive foo and url(bar) tokens.
|
|
Pass Serialization of consecutive foo and - tokens.
|
|
Pass Serialization of consecutive foo and 123 tokens.
|
|
Pass Serialization of consecutive foo and 123% tokens.
|
|
Pass Serialization of consecutive foo and 123em tokens.
|
|
Pass Serialization of consecutive foo and --> tokens.
|
|
Pass Serialization of consecutive foo and () tokens.
|
|
Pass Serialization of consecutive @foo and bar tokens.
|
|
Pass Serialization of consecutive @foo and bar() tokens.
|
|
Fail Serialization of consecutive @foo and url(bar) tokens.
|
|
Pass Serialization of consecutive @foo and - tokens.
|
|
Pass Serialization of consecutive @foo and 123 tokens.
|
|
Pass Serialization of consecutive @foo and 123% tokens.
|
|
Pass Serialization of consecutive @foo and 123em tokens.
|
|
Pass Serialization of consecutive @foo and --> tokens.
|
|
Pass Serialization of consecutive #foo and bar tokens.
|
|
Pass Serialization of consecutive #foo and bar() tokens.
|
|
Fail Serialization of consecutive #foo and url(bar) tokens.
|
|
Pass Serialization of consecutive #foo and - tokens.
|
|
Pass Serialization of consecutive #foo and 123 tokens.
|
|
Pass Serialization of consecutive #foo and 123% tokens.
|
|
Pass Serialization of consecutive #foo and 123em tokens.
|
|
Pass Serialization of consecutive #foo and --> tokens.
|
|
Pass Serialization of consecutive 123foo and bar tokens.
|
|
Pass Serialization of consecutive 123foo and bar() tokens.
|
|
Fail Serialization of consecutive 123foo and url(bar) tokens.
|
|
Pass Serialization of consecutive 123foo and - tokens.
|
|
Pass Serialization of consecutive 123foo and 123 tokens.
|
|
Pass Serialization of consecutive 123foo and 123% tokens.
|
|
Pass Serialization of consecutive 123foo and 123em tokens.
|
|
Pass Serialization of consecutive 123foo and --> tokens.
|
|
Pass Serialization of consecutive # and bar tokens.
|
|
Pass Serialization of consecutive # and bar() tokens.
|
|
Fail Serialization of consecutive # and url(bar) tokens.
|
|
Pass Serialization of consecutive # and - tokens.
|
|
Pass Serialization of consecutive # and 123 tokens.
|
|
Pass Serialization of consecutive # and 123% tokens.
|
|
Pass Serialization of consecutive # and 123em tokens.
|
|
Pass Serialization of consecutive - and bar tokens.
|
|
Pass Serialization of consecutive - and bar() tokens.
|
|
Fail Serialization of consecutive - and url(bar) tokens.
|
|
Pass Serialization of consecutive - and - tokens.
|
|
Pass Serialization of consecutive - and 123 tokens.
|
|
Pass Serialization of consecutive - and 123% tokens.
|
|
Pass Serialization of consecutive - and 123em tokens.
|
|
Pass Serialization of consecutive 123 and bar tokens.
|
|
Pass Serialization of consecutive 123 and bar() tokens.
|
|
Fail Serialization of consecutive 123 and url(bar) tokens.
|
|
Pass Serialization of consecutive 123 and 123 tokens.
|
|
Pass Serialization of consecutive 123 and 123% tokens.
|
|
Pass Serialization of consecutive 123 and 123em tokens.
|
|
Pass Serialization of consecutive 123 and % tokens.
|
|
Pass Serialization of consecutive @ and bar tokens.
|
|
Pass Serialization of consecutive @ and bar() tokens.
|
|
Fail Serialization of consecutive @ and url(bar) tokens.
|
|
Pass Serialization of consecutive @ and - tokens.
|
|
Pass Serialization of consecutive . and 123 tokens.
|
|
Pass Serialization of consecutive . and 123% tokens.
|
|
Pass Serialization of consecutive . and 123em tokens.
|
|
Pass Serialization of consecutive + and 123 tokens.
|
|
Pass Serialization of consecutive + and 123% tokens.
|
|
Pass Serialization of consecutive + and 123em tokens.
|
|
Pass Serialization of consecutive / and * tokens.
|
|
Fail Comments are handled correctly when computing a/* comment */b using t1:.
|
|
Fail Comments are handled correctly when computing a/* comment */var(--t1) using t1:b.
|
|
Fail Comments are handled correctly when computing var(--t1)b using t1:a/* comment */.
|
|
Fail Comments are handled correctly when computing var(--t1)b using t1:'a/* unfinished '.
|
|
Pass Comments are handled correctly when computing var(--t1)b using t1:"a/* unfinished ".
|
|
Fail Comments are handled correctly when computing var(--t1)b using t1:'a " '/* comment */.
|
|
Pass Empty fallback between tokens must not disturb comment insertion |