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