From b2f9f7900ccb4a569ed23e9ecf327564dbba2b7d Mon Sep 17 00:00:00 2001 From: adelon <22380201+adelon@users.noreply.github.com> Date: Tue, 7 May 2024 18:07:23 +0200 Subject: Sketch noun coord, symbols for reals --- test/golden/formula/tokenizing.golden | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'test/golden/formula/tokenizing.golden') diff --git a/test/golden/formula/tokenizing.golden b/test/golden/formula/tokenizing.golden index 3cb9b0e..1abe20a 100644 --- a/test/golden/formula/tokenizing.golden +++ b/test/golden/formula/tokenizing.golden @@ -30,4 +30,31 @@ , EndEnv "math" , Symbol "." , EndEnv "proposition" +, BeginEnv "proposition" +, Label "formula_test_not_exists" +, BeginEnv "math" +, Command "exists" +, Variable "x" +, Symbol "," +, Variable "y" +, Symbol "." +, Variable "x" +, Symbol "=" +, Variable "y" +, EndEnv "math" +, Word "if" +, Word "and" +, Word "only" +, Word "if" +, Word "not" +, BeginEnv "math" +, Command "exists" +, Variable "x" +, Symbol "." +, Variable "x" +, Command "neq" +, Variable "x" +, EndEnv "math" +, Symbol "." +, EndEnv "proposition" ] \ No newline at end of file -- cgit v1.2.3