diff options
author | Urban Müller | 2023-07-19 16:48:37 +0200 |
---|---|---|
committer | Urban Müller | 2023-07-19 16:48:49 +0200 |
commit | ae5d8cebdd82e2d1e9d3d0b40e711ba50096f622 (patch) | |
tree | 195a2ac8dd22ff8740174d58572f03f227e30515 /test | |
parent | e89965c59ea1388c6c7c6ae16ad62540ccc4c935 (diff) | |
download | itools-ae5d8cebdd82e2d1e9d3d0b40e711ba50096f622.tar.gz itools-ae5d8cebdd82e2d1e9d3d0b40e711ba50096f622.tar.bz2 itools-ae5d8cebdd82e2d1e9d3d0b40e711ba50096f622.zip |
test: trying to push with failing tests
Diffstat (limited to 'test')
-rwxr-xr-x | test/it.t | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |