diff options
author | hhsprings <xwhhsprings@gmail.com> | 2015-11-05 15:54:55 +0900 |
---|---|---|
committer | hhsprings <xwhhsprings@gmail.com> | 2015-11-05 15:54:55 +0900 |
commit | bb42aa11ad8c91127e9b87d196e8088cf90f4c26 (patch) | |
tree | 36eacc2f4e1cbdad36493b7450eedab32d2aa01b /tests/examplefiles/abnf_example2.abnf | |
parent | 2d469850efe9b5ad590a0c686c968d7810d1b104 (diff) | |
download | pygments-bb42aa11ad8c91127e9b87d196e8088cf90f4c26.tar.gz |
update example2.
Diffstat (limited to 'tests/examplefiles/abnf_example2.abnf')
-rw-r--r-- | tests/examplefiles/abnf_example2.abnf | 2 |
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 |