Skip to content

Commit 1bcf756

Browse files
committed
Optimize _headers order and format.
1 parent d888a86 commit 1bcf756

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

_headers

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@
1111
Content-Type: application/ld+json
1212
Access-Control-Allow-Origin: "*"
1313

14-
/test-suite/tests/*.jldt
15-
Content-Type: application/jldTest+json
16-
/test-suite/tests/*.jldte
17-
Content-Type: application/jldTest
18-
1914
# Tests 0009-0011 Add link header
2015
/test-suite/tests/remote-doc-0009-in.jsonld
21-
Link: '<remote-doc-0009-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"'
16+
Link: <remote-doc-0009-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"
2217
/test-suite/tests/remote-doc-0010-in.json
23-
Link: '<remote-doc-0010-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"'
18+
Link: <remote-doc-0010-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"
2419
/test-suite/tests/remote-doc-0011-in.jldt
25-
Link: '<remote-doc-0011-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"'
20+
Link: <remote-doc-0011-context.jsonld>; rel="http://www.w3.org/ns/json-ld#context"
2621

2722
# Test 00012 adds multiple link headers
2823
/test-suite/tests/remote-doc-0012-in.json
29-
Link: '<remote-doc-0012-context1.jsonld>; rel="http://www.w3.org/ns/json-ld#context"'
30-
Link: '<remote-doc-0012-context2.jsonld>; rel="http://www.w3.org/ns/json-ld#context"'
24+
Link: <remote-doc-0012-context1.jsonld>; rel="http://www.w3.org/ns/json-ld#context"
25+
Link: <remote-doc-0012-context2.jsonld>; rel="http://www.w3.org/ns/json-ld#context"
26+
27+
/test-suite/tests/*.jldt
28+
Content-Type: application/jldTest+json
29+
/test-suite/tests/*.jldte
30+
Content-Type: application/jldTest

0 commit comments

Comments
 (0)