mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
@ -155,6 +155,10 @@ match_test_suite = [
|
||||
// particular groups
|
||||
TestItem{"ababababac", r"ab(.*)(ac)",0,10},
|
||||
|
||||
// backslash on finish string
|
||||
TestItem{"a", r"\S+",0,1},
|
||||
TestItem{"aaaa", r"\S+",0,4},
|
||||
TestItem{"aaaa ", r"\S+",0,4},
|
||||
]
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user