mirror of
https://github.com/serde-rs/json.git
synced 2025-09-27 13:00:52 +00:00
Update ui test suite to nightly-2024-10-31
This commit is contained in:
parent
86d933cfd7
commit
42ab31feac
@ -1,4 +1,4 @@
|
||||
error: no rules expected the token `"2"`
|
||||
error: no rules expected `"2"`
|
||||
--> tests/ui/missing_comma.rs:4:21
|
||||
|
|
||||
4 | json!({ "1": "" "2": "" });
|
||||
|
@ -1,4 +1,4 @@
|
||||
error: no rules expected the token `~`
|
||||
error: no rules expected `~`
|
||||
--> tests/ui/parse_expr.rs:4:19
|
||||
|
|
||||
4 | json!({ "a" : ~ });
|
||||
|
@ -1,4 +1,4 @@
|
||||
error: no rules expected the token `=>`
|
||||
error: no rules expected `=>`
|
||||
--> tests/ui/unexpected_after_array_element.rs:4:18
|
||||
|
|
||||
4 | json!([ true => ]);
|
||||
|
@ -1,4 +1,4 @@
|
||||
error: no rules expected the token `=>`
|
||||
error: no rules expected `=>`
|
||||
--> tests/ui/unexpected_after_map_entry.rs:4:23
|
||||
|
|
||||
4 | json!({ "k": true => });
|
||||
|
@ -1,4 +1,4 @@
|
||||
error: no rules expected the token `:`
|
||||
error: no rules expected `:`
|
||||
--> tests/ui/unexpected_colon.rs:4:13
|
||||
|
|
||||
4 | json!({ : true });
|
||||
|
@ -1,4 +1,4 @@
|
||||
error: no rules expected the token `,`
|
||||
error: no rules expected `,`
|
||||
--> tests/ui/unexpected_comma.rs:4:17
|
||||
|
|
||||
4 | json!({ "a" , "b": true });
|
||||
|
Loading…
x
Reference in New Issue
Block a user