poc test 1

This commit is contained in:
pvincent
2026-07-28 20:51:05 +04:00
parent ebcfbed3e7
commit 9a0047d039
2 changed files with 10 additions and 14 deletions
+3 -11
View File
@@ -69,17 +69,9 @@ function do_false {
}
function do_success {
echo -n 'SUCCESS args=['
(
IFS=','
echo -n "$*"
)
echo ']'
source "${MIAOU_BASH_DIR}/lib/ansi.bash"
local content
content=$(PADDING_LEFT=2 PADDING_RIGHT=6 style_padding 'this is success')
content=$(FG=YELLOW BG=BLUE style_ansi "$content")
FG=BLACK BG=RED PADDING=8 style_block "$content"
[[ true==true ]] && echo true
! false && echo unfalse
return
}
function do_unbound_variable {