Add lex test
Signed-off-by: Levi Harrison <git@leviharrison.dev>
This commit is contained in:
parent
7471208b5c
commit
f5c6ee4df6
|
@ -340,6 +340,10 @@ var tests = []struct {
|
||||||
input: "bool",
|
input: "bool",
|
||||||
expected: []Item{{BOOL, 0, "bool"}},
|
expected: []Item{{BOOL, 0, "bool"}},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
input: "atan2",
|
||||||
|
expected: []Item{{ATAN2, 0, "atan2"}},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue