We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bff557 commit 6adae44Copy full SHA for 6adae44
01-test
@@ -28,3 +28,12 @@ diff output expected_output1 \
28
diff output expected_output2 \
29
&& echo Commandline test 2 succeeded. \
30
|| ( echo Commandline test 2 failed. && exit 3 )
31
+
32
+# We search for nothing. Do we get nothing?
33
+../../target/debug/stringsext -q 32 -tx -a None -u None \
34
+ -e UTF-8 -e utf-16le -e utf-16be input1 input2 > output
35
36
+diff output expected_output3 \
37
+ && echo Commandline test 3 succeeded. \
38
+ || ( echo Commandline test 3 failed. && exit 4 )
39
tests/functional/expected_output3
@@ -0,0 +1 @@
1
+
0 commit comments