From c1b9539a1c0e2e0b52a462da30c8b079caaaa517 Mon Sep 17 00:00:00 2001 From: Forest Savage Date: Mon, 24 Aug 2026 03:31:48 -0800 Subject: [PATCH] Empty-@context fixture must leave the no-filter green path Signed-off-by: Forest Savage --- .github/workflows/validate.yml | 1 + tests/{data => negative}/no-context.json | 0 2 files changed, 1 insertion(+) rename tests/{data => negative}/no-context.json (100%) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index df7bcd0..3b76d89 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -62,6 +62,7 @@ jobs: case-version: "case-1.4.0" extension-filter: "jsonld" + # no-context.json is a negative fixture under tests/negative/; it is not a Directory No Filter pass. - name: Run Action - Directory No Filter uses: ./ with: diff --git a/tests/data/no-context.json b/tests/negative/no-context.json similarity index 100% rename from tests/data/no-context.json rename to tests/negative/no-context.json