Use a proper search input parser
This commit is contained in:
@@ -35,6 +35,14 @@ internal class SearchTermsParserKtTest {
|
||||
tag = "example abc",
|
||||
all = "this is the end"
|
||||
),
|
||||
createResult("tag:blah", tag = "blah"),
|
||||
createResult("tag:'some words'", tag = "some words"),
|
||||
createResult("tag:'some words ' global", tag = "some words ", all = "global"),
|
||||
createResult(
|
||||
"tag:'double quote inside single \" ' global",
|
||||
tag = "double quote inside single \" ",
|
||||
all = "global"
|
||||
),
|
||||
)
|
||||
|
||||
@ParameterizedTest
|
||||
|
||||
Reference in New Issue
Block a user