Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0044_block_items.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0044_block_items.rast | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0044_block_items.rast b/crates/syntax/test_data/parser/inline/ok/0044_block_items.rast index 1fd3cd0e78..d5c755d343 100644 --- a/crates/syntax/test_data/parser/inline/ok/0044_block_items.rast +++ b/crates/syntax/test_data/parser/inline/ok/0044_block_items.rast @@ -9,20 +9,22 @@ [email protected] - [email protected] "{" - [email protected] " " - [email protected] "fn" - [email protected] " " - [email protected] "b" - [email protected] "(" - [email protected] ")" - [email protected] " " - [email protected] "{" - [email protected] "}" - [email protected] " " - [email protected] "}" + [email protected] "{" + [email protected] " " + [email protected] "fn" + [email protected] " " + [email protected] "b" + [email protected] "(" + [email protected] ")" + [email protected] " " + [email protected] "{" + [email protected] "}" + [email protected] " " + [email protected] "}" [email protected] "\n" |