diff options
author | Oldes <oldes.huhuman@gmail.com> | 2014-04-29 22:08:42 +0200 |
---|---|---|
committer | Oldes <oldes.huhuman@gmail.com> | 2014-04-29 22:08:42 +0200 |
commit | 6da97fea6868b2dcdb4111b04806eb6406a54507 (patch) | |
tree | 8e0d62a37711c3b5e95b9ed211cd037d5ae9c914 | |
parent | c00f28d8623ae0eaf3be936d023aa8a343ab4af4 (diff) | |
download | pygments-6da97fea6868b2dcdb4111b04806eb6406a54507.tar.gz |
Some string tests added into the example
-rw-r--r-- | tests/examplefiles/example.reds | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/examplefiles/example.reds b/tests/examplefiles/example.reds index 6f81e131..dd4ad0f9 100644 --- a/tests/examplefiles/example.reds +++ b/tests/examplefiles/example.reds @@ -84,9 +84,13 @@ date!: alias struct! [ #{00FF0000 FF000000} ;with tab instead of space 2#{00001111} 64#{/wAAAA==} - 64#{/wAAA A==} ;with space inside + 64#{/wAAA A==} ;with space inside 64#{/wAAA A==} ;with tab inside + + ;string with char + {bla ^(ff) foo} + {bla ^(( foo} ;some numbers: 12 1'000 |