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/proofassume/tokenizing.golden | 80 +++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 test/golden/proofassume/tokenizing.golden (limited to 'test/golden/proofassume/tokenizing.golden') diff --git a/test/golden/proofassume/tokenizing.golden b/test/golden/proofassume/tokenizing.golden new file mode 100644 index 0000000..cc97454 --- /dev/null +++ b/test/golden/proofassume/tokenizing.golden @@ -0,0 +1,80 @@ +[ BeginEnv "proposition" +, Label "assumetest" +, Word "if" +, BeginEnv "math" +, Variable "x" +, Command "in" +, Variable "y" +, EndEnv "math" +, Symbol "," +, Word "then" +, BeginEnv "math" +, Variable "x" +, Command "in" +, Variable "y" +, EndEnv "math" +, Symbol "." +, EndEnv "proposition" +, BeginEnv "proof" +, Word "assume" +, BeginEnv "math" +, Variable "x" +, Command "in" +, Variable "y" +, EndEnv "math" +, Symbol "." +, Word "then" +, BeginEnv "math" +, Variable "x" +, Command "in" +, Variable "y" +, EndEnv "math" +, Symbol "." +, EndEnv "proof" +, BeginEnv "proposition" +, Label "assumetesttwo" +, Word "if" +, BeginEnv "math" +, Variable "x" +, Command "in" +, Variable "y" +, EndEnv "math" +, Word "and" +, BeginEnv "math" +, Variable "a" +, Command "in" +, Variable "b" +, EndEnv "math" +, Symbol "," +, Word "then" +, BeginEnv "math" +, Variable "x" +, Command "in" +, Variable "y" +, EndEnv "math" +, Symbol "." +, EndEnv "proposition" +, BeginEnv "proof" +, Word "assume" +, BeginEnv "math" +, Variable "a" +, Command "in" +, Variable "b" +, EndEnv "math" +, Symbol "." +, Word "assume" +, BeginEnv "math" +, Variable "x" +, Command "in" +, Variable "y" +, EndEnv "math" +, Symbol "." +, Word "then" +, BeginEnv "math" +, Variable "x" +, Command "in" +, Variable "y" +, EndEnv "math" +, Symbol "." +, EndEnv "proof" +] \ No newline at end of file -- cgit v1.2.3