diff options
author | David Robillard <d@drobilla.net> | 2023-04-03 09:00:13 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-05 09:45:15 -0400 |
commit | 34e67d85558c3dbecfcd4dba4077fc9062c21624 (patch) | |
tree | f4e64452e2da54363928592d6ce6c68b89289edd /test/extra/good/test-no-spaces.ttl | |
parent | 08a09191dd69e66aa56822383e84fe034d59dd3f (diff) | |
download | serd-34e67d85558c3dbecfcd4dba4077fc9062c21624.tar.gz serd-34e67d85558c3dbecfcd4dba4077fc9062c21624.tar.bz2 serd-34e67d85558c3dbecfcd4dba4077fc9062c21624.zip |
Clean up "good" test suite
Diffstat (limited to 'test/extra/good/test-no-spaces.ttl')
-rw-r--r-- | test/extra/good/test-no-spaces.ttl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/extra/good/test-no-spaces.ttl b/test/extra/good/test-no-spaces.ttl index 88171e71..7588ba13 100644 --- a/test/extra/good/test-no-spaces.ttl +++ b/test/extra/good/test-no-spaces.ttl @@ -1,3 +1,3 @@ -@prefix eg: <http://example.org/> . -eg:s eg:p eg:o;eg:p2 eg:o2,eg:o3 . -eg:s a<http://example.org/Thing> .
\ No newline at end of file +@prefix eg: <http://example.org/eg#> . +eg:s1 eg:p1 eg:o1;eg:p2 eg:o2,eg:o3 . +eg:s2 a<http://example.org/Thing> .
\ No newline at end of file |