mirror of
https://github.com/prometheus/prometheus
synced 2025-02-04 22:23:56 +00: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",
|
||||
expected: []Item{{BOOL, 0, "bool"}},
|
||||
},
|
||||
{
|
||||
input: "atan2",
|
||||
expected: []Item{{ATAN2, 0, "atan2"}},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user