Browse Source
Don't escape legal ASCII characters when writing long literals. git-svn-id: http://svn.drobilla.net/serd/trunk@439 490d8e77-9747-427b-9fa3-0b8f29cee8a0zrythm_meson

4 changed files with 31 additions and 9 deletions
@ -1,2 +1,3 @@
@@ -1,2 +1,3 @@
|
||||
<http://example.org/thing> <http://example.org/label> "\b" . |
||||
<http://example.org/thing> <http://example.org/label> "\b" . |
||||
<http://example.org/thing> <http://example.org/label> "\n\b\n" . |
||||
|
Loading…
Reference in new issue