diff options
Diffstat (limited to 'test/extra/good/test-long-string.ttl')
-rw-r--r-- | test/extra/good/test-long-string.ttl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/extra/good/test-long-string.ttl b/test/extra/good/test-long-string.ttl index 7da44b4b..e5921837 100644 --- a/test/extra/good/test-long-string.ttl +++ b/test/extra/good/test-long-string.ttl @@ -1,7 +1,8 @@ -@prefix : <http://example.org/> . +@prefix eg: <http://example.org/eg#> . -:thing :greeting """This is a +eg:s + eg:p """This is a long string with tabs -and spaces.""" .
\ No newline at end of file +and spaces.""" . |