boxes/test/093_q_option_blanklines_left.txt
Thomas Jensen 27adf5b6ba
Add argument to -q option for tag queries #23
-q is no longer undocumented,
but can officially be used in combination with -l
2021-04-06 22:13:41 +02:00

22 lines
200 B
Plaintext

:ARGS
-q (undoc) -s 12 -al
:INPUT
f
fo
foo
fooo
:OUTPUT-FILTER
:EXPECTED
/**********/
/* f */
/* fo */
/* */
/* foo */
/* fooo */
/* */
/**********/
1 3 3 -1 3 3 -1
:EOF