general: Fix #38

This commit is contained in:
Dylan Araps 2019-06-08 17:27:28 +03:00
parent 2bc36192b6
commit 2be9404b63
1 changed files with 0 additions and 37 deletions

37
file
View File

@ -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.