From a7971514589e951778fd7737adcb74c8ae7619ba Mon Sep 17 00:00:00 2001 From: Anatoly Scherbakov Date: Tue, 25 Jun 2024 00:41:48 +0400 Subject: [PATCH] Missing `context` definition --- tests/manifest.jsonld | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/manifest.jsonld b/tests/manifest.jsonld index 87beb3b..9520b27 100644 --- a/tests/manifest.jsonld +++ b/tests/manifest.jsonld @@ -250,6 +250,7 @@ "req": "must", "option": {"extractAllScripts": false}, "input": "cases/local-context/out.yamlld", + "context": "cases/local-context/context.jsonld", "expect": "cases/local-context/jsonld-in.yamlld" }, { @@ -268,6 +269,7 @@ "req": "must", "option": {"extractAllScripts": false}, "input": "cases/local-context/out.yamlld", + "context": "cases/local-context/context.yamlld", "expect": "cases/local-context/yamlld-in.yamlld" } ]