Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/inline/ok/0010_extern_block.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/inline/ok/0010_extern_block.rast | 28 |
1 files changed, 20 insertions, 8 deletions
diff --git a/crates/syntax/test_data/parser/inline/ok/0010_extern_block.rast b/crates/syntax/test_data/parser/inline/ok/0010_extern_block.rast index 869875875e..beac566e59 100644 --- a/crates/syntax/test_data/parser/inline/ok/0010_extern_block.rast +++ b/crates/syntax/test_data/parser/inline/ok/0010_extern_block.rast @@ -1,9 +1,21 @@ - [email protected] "extern" + [email protected] "unsafe" - [email protected] "{" - [email protected] "}" - [email protected] "\n" + [email protected] "extern" + [email protected] " " + [email protected] "\"C\"" + [email protected] " " + [email protected] "{" + [email protected] "}" + [email protected] "\n" + [email protected] "extern" + [email protected] " " + [email protected] "{" + [email protected] "}" + [email protected] "\n" |