From 442d732696ad431b84f6e5c72b6ee785be4fd968 Mon Sep 17 00:00:00 2001 From: adelon <22380201+adelon@users.noreply.github.com> Date: Sat, 10 Feb 2024 02:22:14 +0100 Subject: Initial commit --- test/golden/russell/tokenizing.golden | 80 +++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 test/golden/russell/tokenizing.golden (limited to 'test/golden/russell/tokenizing.golden') 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 -- cgit v1.2.3