100% tests passed

This commit is contained in:
pvincent
2026-08-27 10:40:46 +04:00
parent 639b7d967e
commit 0cb5f5501d
5 changed files with 83 additions and 43 deletions
+3
View File
@@ -1,2 +1,5 @@
# shellcheck disable=SC2034
MSG_UNBOUND_VARIABLE_REGEX='^(.*): line ([0-9]+): (.*): unbound variable$'
MSG_COMMAND_NOT_FOUND_REGEX='^(.*): line ([0-9]+): (.*): command not found$'
MSG_FILE_NOT_FOUND_REGEX='^(.*): line ([0-9]+): (.*): No such file or directory$'
MSG_SOURCE_NOT_FOUND_REGEX='^(.*): line ([0-9]+): (.*): No such file or directory$'