diff options
author | David Robillard <d@drobilla.net> | 2018-07-22 18:04:05 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-07-22 18:04:05 +0200 |
commit | c366398b789c6a1b92054a5de7cdcb27bcdee164 (patch) | |
tree | 2650b1b7736706a2aa171bfece9cb257c000d456 | |
parent | 1a62e13386c3caf7125c6290c923a828bf4406bf (diff) | |
download | serd-c366398b789c6a1b92054a5de7cdcb27bcdee164.tar.gz serd-c366398b789c6a1b92054a5de7cdcb27bcdee164.tar.bz2 serd-c366398b789c6a1b92054a5de7cdcb27bcdee164.zip |
Remove long literal version of form feed test
This causes problems with Windows checkouts that aren't configured properly,
but the short version suffices to test the relevant code.
-rw-r--r-- | tests/good/test-form-feed.nt | 1 | ||||
-rw-r--r-- | tests/good/test-form-feed.ttl | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/tests/good/test-form-feed.nt b/tests/good/test-form-feed.nt index 1614ca5b..05478971 100644 --- a/tests/good/test-form-feed.nt +++ b/tests/good/test-form-feed.nt @@ -1,3 +1,2 @@ <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" . diff --git a/tests/good/test-form-feed.ttl b/tests/good/test-form-feed.ttl index 4929259b..78921159 100644 --- a/tests/good/test-form-feed.ttl +++ b/tests/good/test-form-feed.ttl @@ -1,5 +1,2 @@ <http://example.org/thing> <http://example.org/label> "\u000C" . <http://example.org/thing> <http://example.org/label> "" . -<http://example.org/thing> <http://example.org/label> """ - -""" . |