Skip to content

Commit 8e22418

Browse files
committed
Update tests for substrings (#153)
1 parent f9c5c77 commit 8e22418

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

metafix/src/test/resources/org/metafacture/metafix/integration/script/fromJson/substringJustStart/test.fix

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
substring("key", "4")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
substring("key", "1", "4")
1+
substring("key", "0", "4")

0 commit comments

Comments
 (0)