Skip to content

Commit

Permalink
modified: tests/test_tokenizer/test_tokenizer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KINGNEWBLUSH committed Mar 12, 2024
1 parent 721bc0a commit 1476f8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_tokenizer/test_tokenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def test_CharTokenizer():


def test_Tokenizer():
items = ['The stationery store has 600 exercise books, and after selling some,\
there are still 4 packs left, 25 each, how many are sold?']
items = ["""The stationery store has 600 exercise books, and after selling
some, there are still 4 packs left, 25 each, how many are sold?"""]
ans = [
'The', 'stationery', 'store', 'has', '600', 'exercise',
'books', 'and', 'after', 'selling', 'some', 'there', 'are', 'still',
Expand Down

0 comments on commit 1476f8a

Please sign in to comment.