aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/lexer/0004_numbers.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crates/ra_syntax/tests/data/lexer/0004_numbers.txt')
-rw-r--r--crates/ra_syntax/tests/data/lexer/0004_numbers.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ra_syntax/tests/data/lexer/0004_numbers.txt b/crates/ra_syntax/tests/data/lexer/0004_numbers.txt
index 4b5fd9f71..39988aedc 100644
--- a/crates/ra_syntax/tests/data/lexer/0004_numbers.txt
+++ b/crates/ra_syntax/tests/data/lexer/0004_numbers.txt
@@ -37,7 +37,8 @@ WHITESPACE 1 " "
37INT_NUMBER 6 "0E1279" 37INT_NUMBER 6 "0E1279"
38WHITESPACE 1 "\n" 38WHITESPACE 1 "\n"
39INT_NUMBER 1 "0" 39INT_NUMBER 1 "0"
40DOTDOT 2 ".." 40DOT 1 "."
41DOT 1 "."
41INT_NUMBER 1 "2" 42INT_NUMBER 1 "2"
42WHITESPACE 1 "\n" 43WHITESPACE 1 "\n"
43INT_NUMBER 1 "0" 44INT_NUMBER 1 "0"