mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 18:01:14 +01:00
29 lines
335 B
Plaintext
29 lines
335 B
Plaintext
|
:DESC
|
||
|
Removes 'ada-cmt' line comments. Resulting three blank lines at top and bottom are not removed, because the default
|
||
|
for 'killblank' is false when top and bottom box sides are open, as is the case here.
|
||
|
|
||
|
:ARGS
|
||
|
--design ada-cmt --remove
|
||
|
:INPUT
|
||
|
--
|
||
|
--
|
||
|
--
|
||
|
-- foo
|
||
|
-- bar
|
||
|
-- boo
|
||
|
--
|
||
|
--
|
||
|
--
|
||
|
:OUTPUT-FILTER
|
||
|
:EXPECTED
|
||
|
|
||
|
|
||
|
|
||
|
foo
|
||
|
bar
|
||
|
boo
|
||
|
|
||
|
|
||
|
|
||
|
:EOF
|