Update kotlin libs
This commit is contained in:
@@ -33,7 +33,7 @@ internal class SearchTermsParserKtTest {
|
||||
"tag:'example abc' title:'other with words' this is the end ",
|
||||
title = "other with words",
|
||||
tag = "example abc",
|
||||
all = "this is the end"
|
||||
all = "this is the end",
|
||||
),
|
||||
createResult("tag:blah", tag = "blah"),
|
||||
createResult("tag:'some words'", tag = "some words"),
|
||||
@@ -41,7 +41,7 @@ internal class SearchTermsParserKtTest {
|
||||
createResult(
|
||||
"tag:'double quote inside single \" ' global",
|
||||
tag = "double quote inside single \" ",
|
||||
all = "global"
|
||||
all = "global",
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user