mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Add lex test
Signed-off-by: Levi Harrison <git@leviharrison.dev>
This commit is contained in:
parent
7471208b5c
commit
f5c6ee4df6
1 changed files with 4 additions and 0 deletions
|
|
@ -340,6 +340,10 @@ var tests = []struct {
|
|||
input: "bool",
|
||||
expected: []Item{{BOOL, 0, "bool"}},
|
||||
},
|
||||
{
|
||||
input: "atan2",
|
||||
expected: []Item{{ATAN2, 0, "atan2"}},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue