mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 14:03:53 +01:00
6427d1efde
This also adds the ability to testrunner.sh to pipe the output through xxd for binary comparisons.
107 lines
918 B
INI
107 lines
918 B
INI
BOX designA
|
|
|
|
author "authorA"
|
|
designer "designerA"
|
|
|
|
sample
|
|
AAA
|
|
AAA foo
|
|
AAA
|
|
ends
|
|
|
|
shapes {
|
|
w ("AAA", "AAA", "AAA")
|
|
}
|
|
|
|
elastic (
|
|
w
|
|
)
|
|
|
|
padding {
|
|
left 1
|
|
}
|
|
|
|
END designA
|
|
|
|
# -------------------------------------------------------
|
|
|
|
BOX designB
|
|
|
|
author "authorB"
|
|
|
|
tags ("tag1")
|
|
|
|
sample
|
|
BBB
|
|
BBB foo
|
|
BBB
|
|
ends
|
|
|
|
shapes {
|
|
w ("BBB", "BBB", "BBB")
|
|
}
|
|
|
|
elastic (
|
|
w
|
|
)
|
|
|
|
padding {
|
|
left 1
|
|
}
|
|
|
|
END designB
|
|
|
|
# -------------------------------------------------------
|
|
|
|
BOX designC
|
|
|
|
designer "designerC"
|
|
|
|
tags ("tag1", "tag2")
|
|
|
|
sample
|
|
CCC
|
|
CCC foo
|
|
CCC
|
|
ends
|
|
|
|
shapes {
|
|
w ("CCC", "CCC", "CCC")
|
|
}
|
|
|
|
elastic (
|
|
w
|
|
)
|
|
|
|
padding {
|
|
left 1
|
|
}
|
|
|
|
END designC
|
|
|
|
# -------------------------------------------------------
|
|
|
|
BOX designD
|
|
|
|
# no author or designer
|
|
|
|
sample
|
|
DDD
|
|
DDD foo
|
|
DDD
|
|
ends
|
|
|
|
shapes {
|
|
w ("DDD", "DDD", "DDD")
|
|
}
|
|
|
|
elastic (
|
|
w
|
|
)
|
|
|
|
padding {
|
|
left 1
|
|
}
|
|
|
|
END designD
|