summaryrefslogtreecommitdiff
path: root/test/golden/relparam
diff options
context:
space:
mode:
Diffstat (limited to 'test/golden/relparam')
-rw-r--r--test/golden/relparam/scanning.golden4
-rw-r--r--test/golden/relparam/tokenizing.golden38
2 files changed, 42 insertions, 0 deletions
diff --git a/test/golden/relparam/scanning.golden b/test/golden/relparam/scanning.golden
new file mode 100644
index 0000000..7c72985
--- /dev/null
+++ b/test/golden/relparam/scanning.golden
@@ -0,0 +1,4 @@
+[ ScanRelationSymbol
+ ( Command "EQUAL" )
+ ( Marker "equalparam" )
+] \ No newline at end of file
diff --git a/test/golden/relparam/tokenizing.golden b/test/golden/relparam/tokenizing.golden
new file mode 100644
index 0000000..95290d5
--- /dev/null
+++ b/test/golden/relparam/tokenizing.golden
@@ -0,0 +1,38 @@
+[ BeginEnv "abbreviation"
+, Label "equalparam"
+, BeginEnv "math"
+, Variable "x"
+, Command "EQUAL"
+, InvisibleBraceL
+, Variable "y"
+, InvisibleBraceR
+, Variable "z"
+, EndEnv "math"
+, Word "iff"
+, BeginEnv "math"
+, Variable "x"
+, Symbol "="
+, Variable "z"
+, EndEnv "math"
+, Symbol "."
+, EndEnv "abbreviation"
+, BeginEnv "proposition"
+, Label "dummy_abbr_test_noun"
+, Word "for"
+, Word "all"
+, BeginEnv "math"
+, Variable "x"
+, EndEnv "math"
+, Word "we"
+, Word "have"
+, BeginEnv "math"
+, Variable "x"
+, Command "EQUAL"
+, InvisibleBraceL
+, Variable "y"
+, InvisibleBraceR
+, Variable "x"
+, EndEnv "math"
+, Symbol "."
+, EndEnv "proposition"
+] \ No newline at end of file