summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2023-07-19 16:48:37 +0200
committerUrban Müller2023-07-19 16:48:49 +0200
commitae5d8cebdd82e2d1e9d3d0b40e711ba50096f622 (patch)
tree195a2ac8dd22ff8740174d58572f03f227e30515
parente89965c59ea1388c6c7c6ae16ad62540ccc4c935 (diff)
downloaditools-ae5d8cebdd82e2d1e9d3d0b40e711ba50096f622.tar.gz
itools-ae5d8cebdd82e2d1e9d3d0b40e711ba50096f622.tar.bz2
itools-ae5d8cebdd82e2d1e9d3d0b40e711ba50096f622.zip
test: trying to push with failing tests
-rwxr-xr-xtest/it.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/it.t b/test/it.t
index 3003ccf..4ec2aee 100755
--- a/test/it.t
+++ b/test/it.t
@@ -591,3 +591,5 @@ function _getopt($in, $expect)
is(it::urldecode("a%61%E4"), "aaä");
is(it::parse_str("%E4[%E4][%E4]=%E4"), ['ä' => ['ä' => ['ä' => 'ä']]]);
+
+ok(0);