From 9112661ed3e45c620c58b128b49526e71b0ae3a2 Mon Sep 17 00:00:00 2001 From: lyon Date: Sun, 30 Apr 2023 21:48:26 +0800 Subject: [PATCH] add parser issue --- test/parse-test.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/parse-test.cpp b/test/parse-test.cpp index ce692e307..de4263b9a 100644 --- a/test/parse-test.cpp +++ b/test/parse-test.cpp @@ -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 \ No newline at end of file