Navigation Menu

Skip to content

Commit

Permalink
test: follow TokenRegexp optimization change
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 8, 2015
1 parent 6d994a6 commit bcd701a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/command/suite/tokenizers/regexp/get/escape/two.expected
Expand Up @@ -66,26 +66,14 @@ table_tokenize Lexicon "c:\\\\server" --mode GET
"value": "c:",
"position": 0
},
{
"value": ":\\",
"position": 1
},
{
"value": "\\s",
"position": 2
},
{
"value": "se",
"position": 3
},
{
"value": "er",
"position": 4
},
{
"value": "rv",
"position": 5
},
{
"value": "ve",
"position": 6
Expand Down

0 comments on commit bcd701a

Please sign in to comment.