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/replace/tokenizing.golden | 129 ++++++++++++++++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100644 test/golden/replace/tokenizing.golden (limited to 'test/golden/replace/tokenizing.golden') diff --git a/test/golden/replace/tokenizing.golden b/test/golden/replace/tokenizing.golden new file mode 100644 index 0000000..3b9f65c --- /dev/null +++ b/test/golden/replace/tokenizing.golden @@ -0,0 +1,129 @@ +[ BeginEnv "axiom" +, Label "cons" +, BeginEnv "math" +, Variable "x" +, Command "in" +, Command "cons" +, InvisibleBraceL +, Variable "y" +, InvisibleBraceR +, InvisibleBraceL +, Variable "X" +, InvisibleBraceR +, EndEnv "math" +, Word "iff" +, BeginEnv "math" +, Variable "x" +, Symbol "=" +, Variable "y" +, EndEnv "math" +, Word "or" +, BeginEnv "math" +, Variable "x" +, Command "in" +, Variable "X" +, EndEnv "math" +, Symbol "." +, EndEnv "axiom" +, BeginEnv "definition" +, Label "times" +, BeginEnv "math" +, Variable "A" +, Command "times" +, Variable "B" +, Symbol "=" +, VisibleBraceL +, ParenL +, Variable "a" +, Symbol "," +, Variable "b" +, ParenR +, Command "mid" +, Variable "a" +, Command "in" +, Variable "A" +, Symbol "," +, Variable "b" +, Command "in" +, Variable "B" +, VisibleBraceR +, EndEnv "math" +, Symbol "." +, EndEnv "definition" +, BeginEnv "definition" +, Label "unit" +, BeginEnv "math" +, Command "unit" +, Symbol "=" +, VisibleBraceL +, Command "emptyset" +, VisibleBraceR +, EndEnv "math" +, Symbol "." +, EndEnv "definition" +, BeginEnv "proposition" +, Label "pair_emptyset_in_times_unit" +, BeginEnv "math" +, ParenL +, Command "emptyset" +, Symbol "," +, Command "emptyset" +, ParenR +, Command "in" +, Command "unit" +, Command "times" +, Command "unit" +, EndEnv "math" +, Symbol "." +, EndEnv "proposition" +, BeginEnv "definition" +, Label "suc" +, BeginEnv "math" +, Command "suc" +, InvisibleBraceL +, Variable "a" +, InvisibleBraceR +, Symbol "=" +, VisibleBraceL +, Variable "y" +, Command "mid" +, Command "exists" +, Variable "x" +, Command "in" +, Variable "a" +, Symbol "." +, Variable "y" +, Symbol "=" +, VisibleBraceL +, Variable "x" +, VisibleBraceR +, VisibleBraceR +, EndEnv "math" +, Symbol "." +, EndEnv "definition" +, BeginEnv "proposition" +, Label "times_replacement_test" +, BeginEnv "math" +, Variable "A" +, Command "times" +, Variable "B" +, Symbol "=" +, VisibleBraceL +, ParenL +, Variable "a" +, Symbol "," +, Variable "b" +, ParenR +, Command "mid" +, Variable "a" +, Command "in" +, Variable "A" +, Symbol "," +, Variable "b" +, Command "in" +, Variable "B" +, VisibleBraceR +, EndEnv "math" +, Symbol "." +, EndEnv "proposition" +] \ No newline at end of file -- cgit v1.2.3