Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/test_data/parser/ok/0024_const_item.rast')
| -rw-r--r-- | crates/syntax/test_data/parser/ok/0024_const_item.rast | 39 |
1 files changed, 1 insertions, 38 deletions
diff --git a/crates/syntax/test_data/parser/ok/0024_const_item.rast b/crates/syntax/test_data/parser/ok/0024_const_item.rast index b89ed6f98e..6b234b0b24 100644 --- a/crates/syntax/test_data/parser/ok/0024_const_item.rast +++ b/crates/syntax/test_data/parser/ok/0024_const_item.rast @@ -1,38 +1 @@ - [email protected] "const" - [email protected] " " - [email protected] "_" - [email protected] ":" - [email protected] " " - [email protected] "u32" - [email protected] " " - [email protected] "=" - [email protected] " " - [email protected] "0" - [email protected] ";" - [email protected] "\n" - [email protected] "const" - [email protected] " " - [email protected] "FOO" - [email protected] ":" - [email protected] " " - [email protected] "u32" - [email protected] " " - [email protected] "=" - [email protected] " " - [email protected] "92" - [email protected] ";" - [email protected] "\n" |