summaryrefslogtreecommitdiff
path: root/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@include__class_include_options.txt.snap
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@include__class_include_options.txt.snap')
-rw-r--r--support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@include__class_include_options.txt.snap38
1 files changed, 0 insertions, 38 deletions
diff --git a/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@include__class_include_options.txt.snap b/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@include__class_include_options.txt.snap
deleted file mode 100644
index 4cf4473cfa..0000000000
--- a/support/texlab/crates/parser/src/snapshots/parser__latex__tests__parse@include__class_include_options.txt.snap
+++ /dev/null
@@ -1,38 +0,0 @@
----
-source: crates/parser/src/latex.rs
-expression: root
-input_file: crates/parser/src/test_data/latex/include/class_include_options.txt
----
-ROOT@0..44
- PREAMBLE@0..44
- CLASS_INCLUDE@0..44
- COMMAND_NAME@0..14 "\\documentclass"
- BRACK_GROUP_KEY_VALUE@14..35
- L_BRACK@14..15 "["
- KEY_VALUE_BODY@15..34
- KEY_VALUE_PAIR@15..24
- KEY@15..19
- WORD@15..18 "foo"
- WHITESPACE@18..19 " "
- EQUALITY_SIGN@19..20 "="
- WHITESPACE@20..21 " "
- VALUE@21..24
- TEXT@21..24
- WORD@21..24 "bar"
- COMMA@24..25 ","
- WHITESPACE@25..26 " "
- KEY_VALUE_PAIR@26..29
- KEY@26..29
- WORD@26..29 "baz"
- COMMA@29..30 ","
- WHITESPACE@30..31 " "
- KEY_VALUE_PAIR@31..34
- KEY@31..34
- WORD@31..34 "qux"
- R_BRACK@34..35 "]"
- CURLY_GROUP_WORD_LIST@35..44
- L_CURLY@35..36 "{"
- KEY@36..43
- WORD@36..43 "article"
- R_CURLY@43..44 "}"
-