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, 9 insertions, 0 deletions
diff --git a/tests/examplefiles/abnf_example2.abnf b/tests/examplefiles/abnf_example2.abnf
new file mode 100644
index 00000000..8781adfb
--- /dev/null
+++ b/tests/examplefiles/abnf_example2.abnf
@@ -0,0 +1,9 @@
+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