Files
pure-bash-bible/file
2019-06-08 17:27:20 +03:00

38 lines
1000 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-> 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.