[tracker/wip/carlosg/ttl-parser-improvements: 6/6] tests: Add long string with langtag in tests




commit 76747c8b051fa0cf07f128ddfdddcf8ddd521109
Author: Carlos Garnacho <carlosg gnome org>
Date:   Sat Oct 10 10:58:52 2020 +0200

    tests: Add long string with langtag in tests
    
    We don't test directly for LOAD, so squeeze these sneaky cases
    (long strings and langtags) in a test where we load a TTL file.

 tests/functional-tests/test-data/test-movie.ttl | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/tests/functional-tests/test-data/test-movie.ttl b/tests/functional-tests/test-data/test-movie.ttl
index 6e2483341..e7a3a3303 100644
--- a/tests/functional-tests/test-data/test-movie.ttl
+++ b/tests/functional-tests/test-data/test-movie.ttl
@@ -7,6 +7,7 @@ _:3 a nfo:FileHash ;
   nfo:hashAlgorithm "gibest" .
 
 <file:///home/sam/Videos/My%20Movie.avi> a nmm:Video , nfo:FileDataObject ;
+  nie:title """It"""@en ;
   nfo:frameRate 25 ;
   nfo:channels 2 ;
   nfo:hasHash _:3 ;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]