summaryrefslogtreecommitdiff
path: root/tests/lineno_nr.one.txt
blob: c1eb961b1da2da1842315fafa09b341f822a92db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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--