summaryrefslogtreecommitdiff
path: root/test/golden/relation-notation/tokenizing.golden
blob: 84fc8281fdf9bb4e7c53cb5c275b915bdef9ce86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
    [ BeginEnv "signature"
    , Label "example_pair"
    , BeginEnv "math"
    , ParenL
    , Variable "x"
    , Symbol ","
    , Variable "y"
    , ParenR
    , EndEnv "math"
    , Word "is"
    , Word "a"
    , Word "set"
    , Symbol "."
    , EndEnv "signature"
    ]
,
    [ BeginEnv "proposition"
    , Label "mathrel_notation_test"
    , Word "if"
    , BeginEnv "math"
    , Variable "x"
    , Command "mathrel"
    , InvisibleBraceL
    , Variable "R"
    , InvisibleBraceR
    , Variable "y"
    , EndEnv "math"
    , Symbol ","
    , Word "then"
    , BeginEnv "math"
    , Variable "x"
    , Command "mathrel"
    , InvisibleBraceL
    , Variable "R"
    , InvisibleBraceR
    , Variable "y"
    , EndEnv "math"
    , Symbol "."
    , EndEnv "proposition"
    ]
]