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 /tests/good/test-form-feed.ttl | |
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.
Diffstat (limited to 'tests/good/test-form-feed.ttl')
-rw-r--r-- | tests/good/test-form-feed.ttl | 3 |
1 files changed, 0 insertions, 3 deletions
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> """ - -""" . |