Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/err/0008_pub_expr.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/err/0008_pub_expr.rast | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/crates/syntax/test_data/parser/inline/err/0008_pub_expr.rast b/crates/syntax/test_data/parser/inline/err/0008_pub_expr.rast index 63a10127dd..57c1d2051b 100644 --- a/crates/syntax/test_data/parser/inline/err/0008_pub_expr.rast +++ b/crates/syntax/test_data/parser/inline/err/0008_pub_expr.rast @@ -9,17 +9,18 @@ [email protected] - [email protected] "{" - [email protected] " " - [email protected] "pub" - [email protected] " " - [email protected] "92" - [email protected] ";" - [email protected] " " - [email protected] "}" + [email protected] "{" + [email protected] " " + [email protected] "pub" + [email protected] " " + [email protected] "92" + [email protected] ";" + [email protected] " " + [email protected] "}" [email protected] "\n" error 14..14: expected an item |