From 4f1cec5fd409fc7ba98ca0bb19af10a492a6af2a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 23 Dec 2011 23:23:19 +0000 Subject: Escape ASCII control characters in output (e.g. fix problems with string literals that start with a backspace). git-svn-id: http://svn.drobilla.net/serd/trunk@263 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- tests/test-backspace.ttl | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/test-backspace.ttl (limited to 'tests/test-backspace.ttl') diff --git a/tests/test-backspace.ttl b/tests/test-backspace.ttl new file mode 100644 index 00000000..0e695a88 --- /dev/null +++ b/tests/test-backspace.ttl @@ -0,0 +1 @@ + "\u0008" . \ No newline at end of file -- cgit v1.2.1