Skip to content

Commit 7c7d842

Browse files
committed
Change test fixture files to be used by the link-metadata feature for partial paths.
1 parent e48f789 commit 7c7d842

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

tests/fixtures/.meta

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,14 @@
2929
dc:title "Temporary Redirect Test document" ;
3030
rdfs:comment "Non-existent file for testing metadata that has been redirected temporarily" ;
3131
lm:redirectTemporary <nested/parent/childFile.ttl> .
32+
33+
<deleted/>
34+
dc:title "Deleted Test directory" ;
35+
rdfs:comment "Non-existent directory, all path under here should also be marked as deleted" ;
36+
lm:deleted <> .
37+
38+
<redirected/>
39+
dc:title "Redirect Test directory" ;
40+
rdfs:comment "Non-existent directory, all path under here should also be marked as redirected temporarily" ;
41+
lm:redirectTemporary <nested/> .
42+

0 commit comments

Comments
 (0)