Skip to content

Commit 9e27c9d

Browse files
committed
Fix integration tests for is_string(). (#247)
1 parent 728d796 commit 9e27c9d

File tree

2 files changed

+2
-1
lines changed
  • metafix/src/test/resources/org/metafacture/metafix/integration/conditional/fromJson/toJson

2 files changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See issue LibreCat/Catmandu#393
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
if is_string("elementA|elementA[]")
1+
unless is_string("elementA|elementA[]")
22
add_field("elementB", "Hello")
33
end

0 commit comments

Comments
 (0)