diff options
author | David Robillard <d@drobilla.net> | 2018-05-10 16:15:20 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-05-27 12:09:26 +0200 |
commit | 120b99b1cb02f153ec6f4071a8071ac08cb9d074 (patch) | |
tree | ae91347fa29a7509104c44a172bf020ce1981c9d /tests/good/test-form-feed.nt | |
parent | 5dbedeebdc57603a0864798f32cf6c28264f76e5 (diff) | |
download | serd-120b99b1cb02f153ec6f4071a8071ac08cb9d074.tar.gz serd-120b99b1cb02f153ec6f4071a8071ac08cb9d074.tar.bz2 serd-120b99b1cb02f153ec6f4071a8071ac08cb9d074.zip |
Add test for writing form feeds in Turtle
Diffstat (limited to 'tests/good/test-form-feed.nt')
-rw-r--r-- | tests/good/test-form-feed.nt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/good/test-form-feed.nt b/tests/good/test-form-feed.nt new file mode 100644 index 00000000..1614ca5b --- /dev/null +++ b/tests/good/test-form-feed.nt @@ -0,0 +1,3 @@ +<http://example.org/thing> <http://example.org/label> "\u000C" . +<http://example.org/thing> <http://example.org/label> "\u000C" . +<http://example.org/thing> <http://example.org/label> "\n\u000C\n" . |