mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Fix typo in lexer test.
This commit is contained in:
parent
ca31d36382
commit
9ea2465b99
1 changed files with 2 additions and 2 deletions
|
|
@ -101,8 +101,8 @@ var tests = []struct {
|
|||
},
|
||||
// Test strings.
|
||||
{
|
||||
input: "\"test\\tsecuence\"",
|
||||
expected: []item{{itemString, 0, `"test\tsecuence"`}},
|
||||
input: "\"test\\tsequence\"",
|
||||
expected: []item{{itemString, 0, `"test\tsequence"`}},
|
||||
},
|
||||
{
|
||||
input: "\"test\\\\.expression\"",
|
||||
|
|
|
|||
Loading…
Reference in a new issue