Another script block tokenizer test

This commit is contained in:
Kovid Goyal 2021-06-19 15:00:07 +05:30
parent 53168e075e
commit 6f7766fbf4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -102,6 +102,7 @@ class FTSTest(BaseTest):
)
tt('你叫什么名字', '', '', '什么', '名字')
tt('你叫abc', '', '', 'abc')
tt('a你b叫什么名字', 'a', '', 'b', '', '什么', '名字')
# }}}