summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhhsprings <xwhhsprings@gmail.com>2015-11-09 18:39:39 +0900
committerhhsprings <xwhhsprings@gmail.com>2015-11-09 18:39:39 +0900
commit2fec352b5b6b6d8598215464e636279502513046 (patch)
tree6559cd281ae8feccbcbec8d406502f5d63163fc0 /tests
parent06aa7f7c1a15f0a5b486982594ffd0bca581beb8 (diff)
downloadpygments-git-2fec352b5b6b6d8598215464e636279502513046.tar.gz
update example.
Diffstat (limited to 'tests')
-rw-r--r--tests/examplefiles/abnf_example2.abnf2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/examplefiles/abnf_example2.abnf b/tests/examplefiles/abnf_example2.abnf
index 07e28a1e..8781adfb 100644
--- a/tests/examplefiles/abnf_example2.abnf
+++ b/tests/examplefiles/abnf_example2.abnf
@@ -5,3 +5,5 @@ 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