diff options
| author | Drahflow <drahflow@gmx.de> | 2012-12-09 22:13:32 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2012-12-09 22:13:32 +0100 |
| commit | 9de23daca3f223643eb4d0f92636d72d0f5c9364 (patch) | |
| tree | befc76bcf7bb68b3d85fec3387187dee99208147 /examples/working/string.ey | |
| parent | 651f0712cc1349ae152ee6a93302f22c25f89b43 (diff) | |
The dark magic unfolds
Diffstat (limited to 'examples/working/string.ey')
| -rw-r--r-- | examples/working/string.ey | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/working/string.ey b/examples/working/string.ey new file mode 100644 index 0000000..1174e14 --- /dev/null +++ b/examples/working/string.ey @@ -0,0 +1,4 @@ +"test" dump +"a\nb" dump +"a\\b" dump +"a\"b" dump |
