source: trunk/essentials/sys-devel/flex/tests/test-lineno-r/test.input

Last change on this file was 3031, checked in by bird, 18 years ago

flex 2.5.33.

File size: 299 bytes
Line 
1These words
2are separated
3by newlines
4and sometimes
5 spaces
6too.
7The next three lines are numbers with only intervening newlines
801123
9581321
1034
11And now for some blank lines....
12
13
14Finally, we directly modify yylineno, but then change it back afterwards
15(see scanner.l):
16
17yylineno++
18
19yylineno--
Note: See TracBrowser for help on using the repository browser.