diff options
-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 |