diff options
author | Oldes <oldes.huhuman@gmail.com> | 2014-04-29 17:36:03 +0200 |
---|---|---|
committer | Oldes <oldes.huhuman@gmail.com> | 2014-04-29 17:36:03 +0200 |
commit | 34ad3ac21c212344fe90d8d66f0b694a49f74e29 (patch) | |
tree | 3f4fd5227f79ded81d94bd874e57685e7bc7a951 /tests | |
parent | d73eabb34ccee57f0a5f05f978335b50ed0a73fb (diff) | |
download | pygments-34ad3ac21c212344fe90d8d66f0b694a49f74e29.tar.gz |
Added missing possible space inside binary datatype and added some binary tests into example code.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/examplefiles/example.reds | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/examplefiles/example.reds b/tests/examplefiles/example.reds index 8c1c0c03..6f81e131 100644 --- a/tests/examplefiles/example.reds +++ b/tests/examplefiles/example.reds @@ -78,6 +78,15 @@ date!: alias struct! [ 10-1-2013 quit + ;binary: + #{00FF0000} + #{00FF0000 FF000000} + #{00FF0000 FF000000} ;with tab instead of space + 2#{00001111} + 64#{/wAAAA==} + 64#{/wAAA A==} ;with space inside + 64#{/wAAA A==} ;with tab inside + ;some numbers: 12 1'000 |