summaryrefslogtreecommitdiff
path: root/test/golden/russell/tokenizing.golden
diff options
context:
space:
mode:
authoradelon <22380201+adelon@users.noreply.github.com>2024-02-10 02:22:14 +0100
committeradelon <22380201+adelon@users.noreply.github.com>2024-02-10 02:22:14 +0100
commit442d732696ad431b84f6e5c72b6ee785be4fd968 (patch)
treeb476f395e7e91d67bacb6758bc84914b8711593f /test/golden/russell/tokenizing.golden
Initial commit
Diffstat (limited to 'test/golden/russell/tokenizing.golden')
-rw-r--r--test/golden/russell/tokenizing.golden80
1 files changed, 80 insertions, 0 deletions
diff --git a/test/golden/russell/tokenizing.golden b/test/golden/russell/tokenizing.golden
new file mode 100644
index 0000000..c2de55f
--- /dev/null
+++ b/test/golden/russell/tokenizing.golden
@@ -0,0 +1,80 @@
+[ BeginEnv "definition"
+, Label "universal_set"
+, Word "a"
+, Word "set"
+, BeginEnv "math"
+, Variable "V"
+, EndEnv "math"
+, Word "is"
+, Word "universal"
+, Word "iff"
+, Word "for"
+, Word "all"
+, Word "sets"
+, BeginEnv "math"
+, Variable "x"
+, EndEnv "math"
+, Word "we"
+, Word "have"
+, BeginEnv "math"
+, Variable "x"
+, Command "in"
+, Variable "V"
+, EndEnv "math"
+, Symbol "."
+, EndEnv "definition"
+, BeginEnv "theorem"
+, Label "no_universal_set"
+, Word "there"
+, Word "exists"
+, Word "no"
+, Word "universal"
+, Word "set"
+, Symbol "."
+, EndEnv "theorem"
+, BeginEnv "proof"
+, Word "suppose"
+, Word "not"
+, Symbol "."
+, Word "take"
+, Word "a"
+, Word "universal"
+, Word "set"
+, BeginEnv "math"
+, Variable "V"
+, EndEnv "math"
+, Symbol "."
+, Word "let"
+, BeginEnv "math"
+, Variable "R"
+, Symbol "="
+, VisibleBraceL
+, Variable "x"
+, Command "in"
+, Variable "V"
+, Command "mid"
+, Variable "x"
+, Command "not"
+, Command "in"
+, Variable "x"
+, VisibleBraceR
+, EndEnv "math"
+, Symbol "."
+, Word "then"
+, BeginEnv "math"
+, Variable "R"
+, Command "in"
+, Variable "R"
+, EndEnv "math"
+, Word "iff"
+, BeginEnv "math"
+, Variable "R"
+, Command "not"
+, Command "in"
+, Variable "R"
+, EndEnv "math"
+, Symbol "."
+, Word "contradiction"
+, Symbol "."
+, EndEnv "proof"
+] \ No newline at end of file