summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@inline.txt.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@inline.txt.snap')
-rw-r--r--support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@inline.txt.snap26
1 files changed, 0 insertions, 26 deletions
diff --git a/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@inline.txt.snap b/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@inline.txt.snap
deleted file mode 100644
index b5696044a5..0000000000
--- a/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@inline.txt.snap
+++ /dev/null
@@ -1,26 +0,0 @@
----
-source: crates/parser/src/latex.rs
-expression: root
-input_file: crates/parser/src/test_data/latex/inline.txt
----
-ROOT@0..19
- PREAMBLE@0..19
- FORMULA@0..19
- DOLLAR@0..1 "$"
- TEXT@1..3
- WORD@1..2 "x"
- WHITESPACE@2..3 " "
- GENERIC_COMMAND@3..18
- COMMAND_NAME@3..6 "\\in"
- WHITESPACE@6..7 " "
- MIXED_GROUP@7..18
- L_BRACK@7..8 "["
- TEXT@8..11
- WORD@8..9 "0"
- COMMA@9..10 ","
- WHITESPACE@10..11 " "
- GENERIC_COMMAND@11..17
- COMMAND_NAME@11..17 "\\infty"
- R_PAREN@17..18 ")"
- DOLLAR@18..19 "$"
-