Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into issue-430-containers
  • Loading branch information
gkellogg authored Jan 13, 2017
commit 4e390ceb3a04c92b921744cd45674e0588882b9e
7 changes: 3 additions & 4 deletions test-suite/tests/error-manifest.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -317,17 +317,16 @@
"name": "Invalid keyword in term definition",
"purpose": "Verifies that an exception is raised on expansion when a invalid term definition is found",
"input": "error-c001-in.jsonld",
"expect": "invalid term definition"
"expect": "invalid term definition",
"option": {"processingMode": "json-ld-1.1"}
}, {
"@id": "#tm021",
"@type": [ "jld:NegativeEvaluationTest", "jld:FlattenTest" ],
"name": "Invalid container mapping",
"purpose": "Verifies that an exception is raised on expansion when a invalid container mapping is found",
"input": "error-m021-in.jsonld",
"expect": "invalid container mapping",
"option": {
"processingMode": "json-ld-1.1"
}
"option": {"processingMode": "json-ld-1.1"}
}
]
}
You are viewing a condensed version of this merge commit. You can view the full changes here.