boxes/test/121_remove_box_lolcat.txt
2023-12-02 22:26:34 +01:00

17 lines
1.3 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

:DESC
Remove a box which has been piped through lolcat, including the box itself and the indentation, all of which was
colored. This will lead to the indent losing its coloring, which is normally an invisible change.
:ARGS
-r
:INPUT
   /**********/
   /* foobar */
   /* boofar */
   /**********/
:OUTPUT-FILTER
:EXPECTED
foobar
boofar
:EOF