ECC/tests
Affaan Mustafa c0c54d0dae fix: use execFileSync with input option for Windows-compatible stdin tests
Windows cmd.exe treats single quotes literally, so `echo '...' | node -e '...'`
fails. Switched to execFileSync with the `input` option to pipe stdin data
directly without shell quoting issues.
2026-02-12 17:14:03 -08:00
..
ci test: add regression tests for empty frontmatter field rejection 2026-02-12 16:58:27 -08:00
hooks fix: set USERPROFILE in tests for Windows os.homedir() compatibility 2026-02-12 16:41:58 -08:00
integration fix: handle Windows EOF error in large-input hook test 2026-02-12 15:43:47 -08:00
lib fix: use execFileSync with input option for Windows-compatible stdin tests 2026-02-12 17:14:03 -08:00
scripts fix: box() off-by-one alignment, add 5 tests for readStdinJson and box alignment 2026-02-12 16:53:06 -08:00
run-all.js fix: add word boundary to dev server hook regex, fix box() crash, add 27 tests 2026-02-12 16:46:06 -08:00