We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07dfb9 commit 52fd18fCopy full SHA for 52fd18f
ld/document_loader_test.go
@@ -54,7 +54,7 @@ func BenchmarkLoadNQuads(b *testing.B) {
54
}
55
56
func TestParseLinkHeader(t *testing.T) {
57
- rval := ParseLinkHeader("<remote-doc-0010-context.jsonld>; rel=\"http://www.w3.org/ns/json-ld#context\"")
+ rval := ParseLinkHeader("<remote-doc/0010-context.jsonld>; rel=\"http://www.w3.org/ns/json-ld#context\"")
58
59
assert.Equal(
60
t,
0 commit comments