mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-14 02:40:38 +01:00
22 lines
246 B
Plaintext
22 lines
246 B
Plaintext
|
:DESC
|
||
|
Removes 'ada-cmt' line comments. Resulting three blank lines at top and bottom are removed ("killblank").
|
||
|
|
||
|
:ARGS
|
||
|
--design ada-cmt --remove --kill-blank
|
||
|
:INPUT
|
||
|
--
|
||
|
--
|
||
|
--
|
||
|
-- foo
|
||
|
-- bar
|
||
|
-- boo
|
||
|
--
|
||
|
--
|
||
|
--
|
||
|
:OUTPUT-FILTER
|
||
|
:EXPECTED
|
||
|
foo
|
||
|
bar
|
||
|
boo
|
||
|
:EOF
|