Skip to content

Commit

Permalink
test: add some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mei-rune committed May 15, 2024
1 parent 638dc69 commit b493ca6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions core/xml_expression_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,10 @@ func TestReplaceAndOr(t *testing.T) {
result: "a \"and\" && b",
},






{
txt: "Area==8 and isNotEmpty(Name)",
result: "Area==8 && isNotEmpty(Name)",
},

{
txt: "c gt b",
Expand Down

0 comments on commit b493ca6

Please sign in to comment.