test-assertion-format-mismatch-markdown-vs-plain-text

When asserting CLI output in shell tests, markdown-formatted output (e.g., ‘Found:’) will not match plain-text assertions (e.g., ‘Found:’). The frontend-data stack tests reported 15/16 FAIL because the search script wraps counts in bold markdown. Always inspect raw script output before writing grep/assert patterns.