summaryrefslogtreecommitdiff
path: root/tests/lineno_nr.one.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lineno_nr.one.txt')
-rw-r--r--tests/lineno_nr.one.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/lineno_nr.one.txt b/tests/lineno_nr.one.txt
deleted file mode 100644
index c1eb961..0000000
--- a/tests/lineno_nr.one.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-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--