mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
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 a new issue