We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02cb159 commit f69bde7Copy full SHA for f69bde7
test/test_suite.sh
@@ -102,7 +102,9 @@ assert 'echo "foo${NL}bar" | kscript "stdin.print()"' $'foo\nbar'
102
#echo "$'foo\nbar' | kscript 'stdin.print()'
103
104
assert 'echo "foo${NL}bar" | kscript "stdin.print()"' $'foo\nbar'
105
-assert_statement 'echo "foo${NL}bar" | kscript "stdin.split().select(1, 2, -3)"' "" "[ERROR] Can not mix positive and negative selections" 1
+
106
+## todo renable once support v1.3 is live on jcenter
107
+#assert_statement 'echo "foo${NL}bar" | kscript "stdin.split().select(1, 2, -3)"' "" "[ERROR] Can not mix positive and negative selections" 1
108
109
110
0 commit comments