asdf/test
Trevor Brown 92d005dacd
fix: update plugin-add regex to support other languages (#1241)
[:alpha:] and [:digit:] character classes support characters from other
languages whereas ranges like a-z and 0-9 may not.

Fixes #1237
2022-06-07 08:43:02 -04:00
..
fixtures feat: case-insensitive filtering of unstable versions in latest (#1139) 2021-12-29 08:50:06 -05:00
asdf_elvish.bats feat: upgrade elvish to 0.17.0 (#1159) 2022-02-11 17:19:55 -05:00
asdf_fish.bats feat: Elvish Shell support (#1066) 2021-11-18 21:05:27 +11:00
asdf_sh.bats fix: Prevent unbound variable error with nounset in asdf.sh (#1158) 2022-01-19 17:00:53 -05:00
banned_commands.bats fix: add asdf to list of banned commands (#1224) 2022-05-06 09:21:06 -04:00
current_command.bats fix: clarify the wording when no version is set (#1088) 2021-11-14 14:35:42 +11:00
get_asdf_config_value.bats Added test for handling config file values containing "=" in their text 2022-01-27 11:20:08 -05:00
help_command.bats feat: plugin documentation callback support 🎉 (#757) 2020-07-31 18:47:18 +10:00
info_command.bats feat: cmd to print debug information (#787) 2020-08-24 10:55:41 +10:00
install_command.bats feat: Displays a warning when a plugin from the tools-version list does not exist (#1033) 2021-10-01 08:38:57 -04:00
latest_command.bats feat: case-insensitive filtering of unstable versions in latest (#1139) 2021-12-29 08:50:06 -05:00
list_command.bats fix: only iterate over directories in the plugins/ directory (#1228) 2022-05-12 07:48:54 -04:00
plugin_add_command.bats fix: update plugin-add regex to support other languages (#1241) 2022-06-07 08:43:02 -04:00
plugin_extension_command.bats fix: help for extension commands for plugins with hyphens in the name. (#1048) 2021-09-23 14:47:26 -04:00
plugin_list_all_command.bats feat: toggle off repo sync completely (#1011) 2021-08-04 08:41:19 +10:00
plugin_remove_command.bats Remove downloads when removing a plugin 2020-05-14 09:13:51 -04:00
plugin_test_command.bats fix: Fix plugin-test arg parsing (#1084) 2021-11-08 09:40:53 +11:00
plugin_update_command.bats feat: add post update plugin support (#1049) 2021-09-24 08:53:52 +10:00
remove_command.bats Rename custom plugin-add/plugin-remove for plugins (#684) 2020-03-22 12:57:54 +11:00
reshim_command.bats fix: ensure shims get created when data dir has spaces (#996) 2021-07-20 14:21:39 +10:00
shim_env_command.bats Add tests for duplicate colon path issue 2019-08-14 19:31:23 -04:00
shim_exec.bats fix: clarify the wording when no version is set (#1088) 2021-11-14 14:35:42 +11:00
shim_versions_command.bats Subcommand-aware command line interface. 2019-11-27 12:17:17 -06:00
test_helpers.bash fix: ensure shims get created when data dir has spaces (#996) 2021-07-20 14:21:39 +10:00
uninstall_command.bats feat: support for "latest" in shell, local, and global (#802) 2020-09-19 15:37:52 +10:00
update_command.bats feat: support for "latest" in shell, local, and global (#802) 2020-09-19 15:37:52 +10:00
utils.bats Fix resolution of relative symlinks 2020-10-08 10:17:01 -04:00
version_commands.bats fix: always use ASDF_DEFAULT_TOOL_VERSIONS_FILENAME for filename when present (#1238) 2022-05-27 07:50:04 -04:00
where_command.bats fix: clarify the wording when no version is set (#1088) 2021-11-14 14:35:42 +11:00
which_command.bats Merge pull request #623 from jonmast/prevent-exec-recursion 2020-02-14 14:26:03 -06:00