Fix typo in lexer test.
This commit is contained in:
parent
ca31d36382
commit
9ea2465b99
|
@ -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 New Issue