Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0162_unsafe_block.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0162_unsafe_block.rast | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0162_unsafe_block.rast b/crates/syntax/test_data/parser/inline/ok/0162_unsafe_block.rast index ca9a1183d6..6274f78fe8 100644 --- a/crates/syntax/test_data/parser/inline/ok/0162_unsafe_block.rast +++ b/crates/syntax/test_data/parser/inline/ok/0162_unsafe_block.rast @@ -9,15 +9,16 @@ [email protected] - [email protected] "{" - [email protected] " " - [email protected] "unsafe" - [email protected] " " - [email protected] "{" - [email protected] " " - [email protected] "}" - [email protected] " " - [email protected] "}" + [email protected] "{" + [email protected] " " + [email protected] "unsafe" + [email protected] " " + [email protected] "{" + [email protected] " " + [email protected] "}" + [email protected] " " + [email protected] "}" [email protected] "\n" |