swc/crates/swc_css_parser/tests/recovery/function/rgb/output.swc-stderr

151 lines
4.7 KiB
Plaintext

x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:3:5]
3 | color: rgb("test");
: ^^^^^^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:5:5]
5 | color: rgb("test", 100, 100);
: ^^^^^^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:5:5]
5 | color: rgb("test", 100, 100);
: ^
`----
x Expected comma token
,-[$DIR/tests/recovery/function/rgb/input.css:5:5]
5 | color: rgb("test", 100, 100);
: ^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:5:5]
5 | color: rgb("test", 100, 100);
: ^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:5:5]
5 | color: rgb("test", 100, 100);
: ^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:6:5]
6 | color: rgb(100, "test", 100);
: ^^^^^^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:6:5]
6 | color: rgb(100, "test", 100);
: ^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:6:5]
6 | color: rgb(100, "test", 100);
: ^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:6:5]
6 | color: rgb(100, "test", 100);
: ^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:7:5]
7 | color: rgb(100, 100, "test");
: ^^^^^^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:7:5]
7 | color: rgb(100, 100, "test");
: ^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:7:5]
7 | color: rgb(100, 100, "test");
: ^
`----
x Expected percentage or number token
,-[$DIR/tests/recovery/function/rgb/input.css:8:5]
8 | color: rgb(100, 100, 100, "test");
: ^^^^^^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:8:5]
8 | color: rgb(100, 100, 100, "test");
: ^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:8:5]
8 | color: rgb(100, 100, 100, "test");
: ^^^^^^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:8:5]
8 | color: rgb(100, 100, 100, "test");
: ^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:8:5]
8 | color: rgb(100, 100, 100, "test");
: ^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:10:5]
10 | color: rgb("test" 100 100);
: ^^^^^^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:10:5]
10 | color: rgb("test" 100 100);
: ^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:11:5]
11 | color: rgb(100 "test" 100);
: ^^^^^^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:11:5]
11 | color: rgb(100 "test" 100);
: ^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:12:5]
12 | color: rgb(100 100 "test");
: ^^^^^^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:13:5]
13 | color: rgb(100 100 100 / "test");
: ^^^^^^
`----
x Expected percentage, number or ident (with 'none' value) token
,-[$DIR/tests/recovery/function/rgb/input.css:13:5]
13 | color: rgb(100 100 100 / "test");
: ^
`----