Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0161_labeled_block.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0161_labeled_block.rast | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0161_labeled_block.rast b/crates/syntax/test_data/parser/inline/ok/0161_labeled_block.rast index 47e8859ed0..b5f9d22951 100644 --- a/crates/syntax/test_data/parser/inline/ok/0161_labeled_block.rast +++ b/crates/syntax/test_data/parser/inline/ok/0161_labeled_block.rast @@ -9,19 +9,20 @@ [email protected] - [email protected] "{" - [email protected] " " - [email protected] "'label" - [email protected] ":" - [email protected] " " - [email protected] "{" - [email protected] "}" - [email protected] ";" - [email protected] " " - [email protected] "}" + [email protected] "{" + [email protected] " " + [email protected] "'label" + [email protected] ":" + [email protected] " " + [email protected] "{" + [email protected] "}" + [email protected] ";" + [email protected] " " + [email protected] "}" [email protected] "\n" |