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 | 2fec352b5b6b6d8598215464e636279502513046 (patch) | |
| tree | 6559cd281ae8feccbcbec8d406502f5d63163fc0 /tests | |
| parent | 06aa7f7c1a15f0a5b486982594ffd0bca581beb8 (diff) | |
| download | pygments-git-2fec352b5b6b6d8598215464e636279502513046.tar.gz | |
update example.
Diffstat (limited to 'tests')
| -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 |
