Skip to content

Commit 3fd3ec1

Browse files
committed
Fix typos w/pr03 test.
1 parent ca424a7 commit 3fd3ec1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/compact-manifest.jsonld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,8 +1685,8 @@
16851685
"name": "Check illegal overriding of protected term from type-scoped context",
16861686
"purpose": "Check error when overriding a protected term from type-scoped context.",
16871687
"option": {"specVersion": "json-ld-1.1"},
1688-
"input": "compact/pr02-in.jsonld",
1689-
"context": "compact/pr02-context.jsonld",
1688+
"input": "compact/pr03-in.jsonld",
1689+
"context": "compact/pr03-context.jsonld",
16901690
"expect": "protected term redefinition"
16911691
}, {
16921692
"@id": "#tpr04",

tests/compact/pr03-context.jsonld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"@version": 1.1,
44
"@vocab": "http://example.com/",
55
"protected": {"@protected": true},
6-
"Type": {"@context": {"protected": {"@type": "@id"},}}
6+
"Type": {"@context": {"protected": {"@type": "@id"}}}
77
}
88
}

0 commit comments

Comments
 (0)