diff options
Diffstat (limited to 'tests/test-lineno-r/test.input')
-rw-r--r-- | tests/test-lineno-r/test.input | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/test-lineno-r/test.input b/tests/test-lineno-r/test.input new file mode 100644 index 0000000..c1eb961 --- /dev/null +++ b/tests/test-lineno-r/test.input @@ -0,0 +1,19 @@ +These words +are separated +by newlines +and sometimes + spaces +too. +The next three lines are numbers with only intervening newlines +01123 +581321 +34 +And now for some blank lines.... + + +Finally, we directly modify yylineno, but then change it back afterwards +(see scanner.l): + +yylineno++ + +yylineno-- |