summaryrefslogtreecommitdiff
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
commitbb42aa11ad8c91127e9b87d196e8088cf90f4c26 (patch)
tree36eacc2f4e1cbdad36493b7450eedab32d2aa01b
parent2d469850efe9b5ad590a0c686c968d7810d1b104 (diff)
downloadpygments-bb42aa11ad8c91127e9b87d196e8088cf90f4c26.tar.gz
update example2.
-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