mirror of
https://github.com/serde-rs/json.git
synced 2025-09-28 13:30:52 +00:00
Refresh the ui tests
This commit is contained in:
parent
44b82efd4f
commit
aca0df4ba7
@ -1,4 +1,4 @@
|
||||
error: no field `s` on type `&'static str`
|
||||
error[E0609]: no field `s` on type `&'static str`
|
||||
--> $DIR/parse_key.rs:13:16
|
||||
|
|
||||
13 | json!({ "".s : true });
|
||||
|
@ -1,4 +1,4 @@
|
||||
error: no rules expected the token `:`
|
||||
error: expected expression, found `:`
|
||||
--> $DIR/unexpected_colon.rs:13:13
|
||||
|
|
||||
13 | json!({ : true });
|
||||
|
@ -1,4 +1,4 @@
|
||||
error: no rules expected the token `,`
|
||||
error: expected expression, found `,`
|
||||
--> $DIR/unexpected_comma.rs:13:17
|
||||
|
|
||||
13 | json!({ "a" , "b": true });
|
||||
|
Loading…
x
Reference in New Issue
Block a user