boxes/test/121_remove_box_lolcat.txt

17 lines
1.3 KiB
Plaintext
Raw Permalink Normal View History

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