From 5232027361687d6b62d6a45002c0dd7545c866b4 Mon Sep 17 00:00:00 2001 From: codex-bot-andresmgsl Date: Mon, 24 Aug 2026 16:06:12 +0000 Subject: [PATCH] test: mark Refs fixture Markdown literal (#234) --- test/issueflow-reconcile.test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/issueflow-reconcile.test.sh b/test/issueflow-reconcile.test.sh index 83131d9..a2ae806 100644 --- a/test/issueflow-reconcile.test.sh +++ b/test/issueflow-reconcile.test.sh @@ -103,6 +103,7 @@ check "Refs parser returns only references owned by a valid Refs marker" 0 "" \ test "$(refs_references <<<"$refs_body")" = $'8\n12\n175' # A Refs declaration binds one token, never the prose that follows it; every # later occurrence starts a fresh declaration (#234). +# shellcheck disable=SC2016 # backticks are the fixture's literal Markdown crew_round_line='- **Claude verified the safe `Refs #52`, TDD provenance, and inherited #65 CI failure.**' check "Refs parser ignores issue prose after the bound token" 0 "" \ test "$(refs_references <<<"$crew_round_line")" = 52