xo-tokenizer: fix utest
This commit is contained in:
parent
d1b85c647d
commit
11cae3bec3
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ namespace xo {
|
|||
{"<", false, token::leftangle(), true},
|
||||
/* possible prefix of >= */
|
||||
{">", false, token::rightangle(), true},
|
||||
{"> ", false, token::rightangle(), false},
|
||||
{"> ", false, token::rightangle(), true},
|
||||
|
||||
{"(", false, token::leftparen(), true},
|
||||
{")", false, token::rightparen(), true},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue