duckscript/test/std
2022-10-17 05:26:39 +00:00
..
collections fix test 2020-07-02 15:20:32 +00:00
debug The set command now supports 'or' condition 2020-01-31 14:41:31 +00:00
env more tests and docs 2021-09-13 17:05:33 +00:00
flowcontrol More flow control tests #138 2020-11-16 09:58:51 +00:00
fs Several review fixes: alias for get_file_size, duckscript tests, code tweaks 2022-02-13 16:07:55 +07:00
hash New digest, sha256sum and sha512sum commands #196 2021-09-21 13:23:57 +00:00
json New --collection flag to json_encode command which encodes maps/arrays instead of variables #175 2021-07-09 22:19:15 +00:00
math New hex_decode and hex_encode command #165 2021-02-21 18:36:56 +08:00
net release 2022-07-21 09:15:42 +00:00
on_error The set command now supports 'or' condition 2020-01-31 14:41:31 +00:00
process Fix: watchdog command support for unlimited retries 2022-10-17 05:26:39 +00:00
random New random_range and random_text commands #128 2020-08-27 08:56:51 +00:00
scope New scope_push_stack and scope_pop_stack commands 2020-07-24 12:21:47 +00:00
semver New semver_parse, semver_is_equal and semver_is_newer commands #129 2020-08-26 21:30:07 +00:00
string Standardize case conversion command name and implement kebabcase 2021-07-17 16:05:05 -04:00
time The set command now supports 'or' condition 2020-01-31 14:41:31 +00:00
var New unset_all_vars command 2020-07-31 09:31:27 +00:00
is_command_defined_test.ds New is_command_defined command #130 2020-08-27 09:10:11 +00:00
noop_test.ds New noop command 2020-07-03 08:57:23 +00:00
not_test.ds The if/else and not commands now support complex conditions 2020-02-05 19:09:27 +00:00
print_test.ds New print and println commands which support styled output (color and style) #203 2021-11-01 14:15:20 +00:00
println_test.ds New print and println commands which support styled output (color and style) #203 2021-11-01 14:15:20 +00:00
release_test.ds Fix release with recursive flag to support set data structures as well 2021-06-26 10:57:58 +00:00