From 2be9404b63abac7162ceea95f072b8d4d3676b88 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 8 Jun 2019 17:27:28 +0300 Subject: [PATCH] general: Fix #38 --- file | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 file diff --git a/file b/file deleted file mode 100644 index 7ea1e71..0000000 --- a/file +++ /dev/null @@ -1,37 +0,0 @@ - --> Running tests on the Pure Bash Bible.. ------------------------------------------ - ✔ | bar - ✔ | basename - ✔ | count - ✔ | cycle - ✔ | date - ✔ | dirname - ✔ | extract - ✔ | get_functions - ✔ | head - ✔ | hex_to_rgb - ✔ | hex_to_rgb - ✔ | lines - ✔ | lines_loop - ✔ | lower - ✔ | lstrip - ✔ | read_sleep - ✔ | regex - ✖ | remove_array_dups ("5 4 3 2 1" != "1 2 3 4 5") - ✖ | reverse_array ("5 4 3 2 1 5 4 3 2 1" != "5 4 3 2 1") - ✔ | rgb_to_hex - ✔ | rstrip - ✔ | split - ✔ | strip - ✔ | strip_all - ✔ | tail - ✔ | trim_all - ✔ | trim_quotes - ✔ | trim_string - ✔ | upper - ✔ | urldecode - ✔ | urlencode ----------------------------------------- -Completed 31 tests. 29 passed, 2 failed. -