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 | c8ff19284397463f656f412e23435d9a01ac0cb6 (patch) | |
| tree | 6aa17072d29ff98e99643ce21b6a25f7dbc8e8c7 /tests | |
| parent | 89a70cac73e1d8eae759f78122dad9dd635ef149 (diff) | |
| download | pygments-git-c8ff19284397463f656f412e23435d9a01ac0cb6.tar.gz | |
update example2.
Diffstat (limited to 'tests')
| -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 |
