diff options
Diffstat (limited to 'test/golden/proofassume/tokenizing.golden')
| -rw-r--r-- | test/golden/proofassume/tokenizing.golden | 80 |
1 files changed, 80 insertions, 0 deletions
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 |
