add parser issue

This commit is contained in:
lyon 2023-04-30 21:48:26 +08:00
parent 72ec29fbe0
commit 9112661ed3

View File

@ -5623,6 +5623,9 @@ TEST_LINES2ASM(is_not,
"0 OPT not \n"
"B0\n")
TEST_LINES2ASM_NOCHECK(split_collect,
"'test'.replace('te', 'qq').split('s')[0]")
#endif
TEST_END