summaryrefslogtreecommitdiff
path: root/tests/examplefiles/abnf_example2.abnf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examplefiles/abnf_example2.abnf')
-rw-r--r--tests/examplefiles/abnf_example2.abnf9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/examplefiles/abnf_example2.abnf b/tests/examplefiles/abnf_example2.abnf
deleted file mode 100644
index 8781adfb..00000000
--- a/tests/examplefiles/abnf_example2.abnf
+++ /dev/null
@@ -1,9 +0,0 @@
-crlf = %d13.10
-
-command = "command string"
-
-char-line = %x0D.0A *(%x20-7E) %x0D.0A
-
-without-ws-and-ctl = %d1-8 / %d11 / %d12 / %d14-31 / %d127
-
-three-blank-lines = %x0D.0A.0D.0A.0D.0A