Files
Kazuki Yamada db647834f5 test(core): Restore '# Directory Structure' assertion in markdown case
Earlier push commit (03b8e70b) accidentally dropped the
`expect(actualOutput).toContain('# Directory Structure')` assertion
inside the markdown branch of the integration test's case-style switch.
That line still exists on disk and was present pre-change; restoring it
to keep the markdown-style coverage symmetric with the plain-style
case below it.
2026-05-09 02:38:14 +09:00
..