diff options
| author | hhsprings <xwhhsprings@gmail.com> | 2015-11-09 18:39:39 +0900 |
|---|---|---|
| committer | hhsprings <xwhhsprings@gmail.com> | 2015-11-09 18:39:39 +0900 |
| commit | 1e63d6299c70143063037b4e64360dc574a642ee (patch) | |
| tree | 7ec41c8d328f4ea74366dab71590b1c002a31779 | |
| parent | b9e6386e3ef2d19f0472e6aca0b8880e7e3626bf (diff) | |
| download | pygments-1e63d6299c70143063037b4e64360dc574a642ee.tar.gz | |
update example.
| -rw-r--r-- | tests/examplefiles/abnf_example2.abnf | 2 |
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 |
