Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
tkxkd0159 committed Jun 13, 2024
1 parent 9ad1e4a commit 346015b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/pubsub/query/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ func TestParser(t *testing.T) {

{"root.dummy.v1.EventDummy.seq='\"1\"'", true},
{"root.dummy.v1.EventDummy.descr='\\\"slash included\\\"'", true},
{"root.dummy.v1.EventDummy.desc2='\"single quote \\' included\"'", true},
{"root.dummy.v1.EventDummy.desc3='\"single quote ' included\"'", false},
{"root.dummy.v1.EventDummy.desc3='{\"object\":\"style\"}'", true},
{"root.dummy.v1.EventDummy.descr='\"single quote \\' included\"'", true},
{"root.dummy.v1.EventDummy.descr='\"single quote ' included\"'", false},
{"root.dummy.v1.EventDummy.descr='{\"object\":\"style\"}'", true},
}

for _, c := range cases {
Expand Down

0 comments on commit 346015b

Please sign in to comment.