Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
48 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
test/command/suite/tokenize/invalid/tokenizer/invalid.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| tokenize NormalizerAuto "aBcDe 123" | ||
| [ | ||
| [ | ||
| [ | ||
| -22, | ||
| 0.0, | ||
| 0.0 | ||
| ], | ||
| "[tokenize] not tokenizer: #<proc:normalizer NormalizerAuto arguments:[$1]>" | ||
| ], | ||
| [ | ||
|
|
||
| ] | ||
| ] | ||
| #|e| [tokenize] not tokenizer: #<proc:normalizer NormalizerAuto arguments:[$1]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| tokenize NormalizerAuto "aBcDe 123" |
3 changes: 3 additions & 0 deletions
3
test/command/suite/tokenize/invalid/tokenizer/nonexistent.expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| tokenize TokenNonexistent "aBcDe 123" | ||
| [[[-22,0.0,0.0],"[tokenize] nonexistent tokenizer: <TokenNonexistent>"],[]] | ||
| #|e| [tokenize] nonexistent tokenizer: <TokenNonexistent> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| tokenize TokenNonexistent "aBcDe 123" |
3 changes: 0 additions & 3 deletions
3
test/command/suite/tokenize/invalid/tokenizer/unknown.expected
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.