From f4b25c02971b82cd841d3f6f7afd020b97825226 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 26 Dec 2011 21:13:07 +0000 Subject: Escape non-printable ASCII characters in ASCII output (fix #795). git-svn-id: http://svn.drobilla.net/serd/trunk@278 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- tests/test-long-string.out | 1 + tests/test-long-string.ttl | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 tests/test-long-string.out create mode 100644 tests/test-long-string.ttl (limited to 'tests') diff --git a/tests/test-long-string.out b/tests/test-long-string.out new file mode 100644 index 00000000..ba6be49c --- /dev/null +++ b/tests/test-long-string.out @@ -0,0 +1 @@ + "This is a\nlong string\nwith\n tabs\nand spaces." . diff --git a/tests/test-long-string.ttl b/tests/test-long-string.ttl new file mode 100644 index 00000000..7da44b4b --- /dev/null +++ b/tests/test-long-string.ttl @@ -0,0 +1,7 @@ +@prefix : . + +:thing :greeting """This is a +long string +with + tabs +and spaces.""" . \ No newline at end of file -- cgit v1.2.1