summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhhsprings <xwhhsprings@gmail.com>2015-11-05 15:54:55 +0900
committerhhsprings <xwhhsprings@gmail.com>2015-11-05 15:54:55 +0900
commitc8ff19284397463f656f412e23435d9a01ac0cb6 (patch)
tree6aa17072d29ff98e99643ce21b6a25f7dbc8e8c7 /tests
parent89a70cac73e1d8eae759f78122dad9dd635ef149 (diff)
downloadpygments-git-c8ff19284397463f656f412e23435d9a01ac0cb6.tar.gz
update example2.
Diffstat (limited to 'tests')
-rw-r--r--tests/examplefiles/abnf_example2.abnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examplefiles/abnf_example2.abnf b/tests/examplefiles/abnf_example2.abnf
index 19ccd856..07e28a1e 100644
--- a/tests/examplefiles/abnf_example2.abnf
+++ b/tests/examplefiles/abnf_example2.abnf
@@ -4,4 +4,4 @@ command = "command string"
char-line = %x0D.0A *(%x20-7E) %x0D.0A
-oldrule =/ additional-alternatives
+without-ws-and-ctl = %d1-8 / %d11 / %d12 / %d14-31 / %d127