mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 10:12:42 +03:00
133 lines
2.4 KiB
Plaintext
133 lines
2.4 KiB
Plaintext
|
|
x Stylesheet
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | ,-> table {
|
|
2 | | colo\r: \red;
|
|
3 | `-> }
|
|
`----
|
|
|
|
x Rule
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | ,-> table {
|
|
2 | | colo\r: \red;
|
|
3 | `-> }
|
|
`----
|
|
|
|
x QualifiedRule
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | ,-> table {
|
|
2 | | colo\r: \red;
|
|
3 | `-> }
|
|
`----
|
|
|
|
x SelectorList
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
: ^^^^^
|
|
2 | colo\r: \red;
|
|
`----
|
|
|
|
x ComplexSelector
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
: ^^^^^
|
|
2 | colo\r: \red;
|
|
`----
|
|
|
|
x CompoundSelector
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
: ^^^^^
|
|
2 | colo\r: \red;
|
|
`----
|
|
|
|
x TypeSelector
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
: ^^^^^
|
|
2 | colo\r: \red;
|
|
`----
|
|
|
|
x TagNameSelector
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
: ^^^^^
|
|
2 | colo\r: \red;
|
|
`----
|
|
|
|
x WqName
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
: ^^^^^
|
|
2 | colo\r: \red;
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
: ^^^^^
|
|
2 | colo\r: \red;
|
|
`----
|
|
|
|
x SimpleBlock
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | ,-> table {
|
|
2 | | colo\r: \red;
|
|
3 | `-> }
|
|
`----
|
|
|
|
x LBrace
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
: ^
|
|
2 | colo\r: \red;
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
2 | colo\r: \red;
|
|
: ^^^^^^^^^^^^
|
|
3 | }
|
|
`----
|
|
|
|
x Declaration
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
2 | colo\r: \red;
|
|
: ^^^^^^^^^^^^
|
|
3 | }
|
|
`----
|
|
|
|
x DeclarationName
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
2 | colo\r: \red;
|
|
: ^^^^^^
|
|
3 | }
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
2 | colo\r: \red;
|
|
: ^^^^^^
|
|
3 | }
|
|
`----
|
|
|
|
x ComponentValue
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
2 | colo\r: \red;
|
|
: ^^^^
|
|
3 | }
|
|
`----
|
|
|
|
x Ident
|
|
,-[$DIR/tests/fixture/property/escaped/input.css:1:1]
|
|
1 | table {
|
|
2 | colo\r: \red;
|
|
: ^^^^
|
|
3 | }
|
|
`----
|