swc/css/parser/tests/errors/percent/dot/span.rust-debug
2021-10-17 23:24:28 +09:00

97 lines
2.1 KiB
Plaintext

error: Stylesheet
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:1
|
1 | a { width: 0.%; }
| ^^^^^^^^^^^^^^^^^
error: Rule
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:1
|
1 | a { width: 0.%; }
| ^^^^^^^^^^^^^^^^^
error: StyleRule
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:1
|
1 | a { width: 0.%; }
| ^^^^^^^^^^^^^^^^^
error: ComplexSelector
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:1
|
1 | a { width: 0.%; }
| ^
error: CompoundSelector
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:1
|
1 | a { width: 0.%; }
| ^
error: NamespacedName
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:1
|
1 | a { width: 0.%; }
| ^
error: Text
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:1
|
1 | a { width: 0.%; }
| ^
error: DeclBlock
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:3
|
1 | a { width: 0.%; }
| ^^^^^^^^^^^^^^^
error: Property
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:5
|
1 | a { width: 0.%; }
| ^^^^^^^^
error: Text
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:5
|
1 | a { width: 0.%; }
| ^^^^^
error: Value
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:11
|
1 | a { width: 0.%; }
| ^^^^
error: Tokens
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:11
|
1 | a { width: 0.%; }
| ^^^^
error: WhiteSpace
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:11
|
1 | a { width: 0.%; }
| ^
error: Num(NumToken { value: 0.0 })
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:12
|
1 | a { width: 0.%; }
| ^
error: Delim { value: '.' }
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:13
|
1 | a { width: 0.%; }
| ^
error: Delim { value: '%' }
--> $DIR/tests/fixture/esbuild/misc/Wxf4N3jnpCG5lQzkYt7wog/input.css:1:14
|
1 | a { width: 0.%; }
| ^