SIGN IN SIGN UP

test: remove `unwrap()` in test helpers and print explicit error line context (#1173)

Replace `unwrap()` based test helper failures with explicit error handling so failures
show actionable diagnostics instead of generic panic messages.

- Extract shared test error formatting into src/test_helpers.rs
- Print stage-specific failures (parse/minify/print)
- Include caller file:line with #[track_caller]
- Render CSS error line/column with nearby source lines and caret indicator
一丝 committed
5ee613d3cc72882228e827c74af66e5d94a241b5
Parent: 201c4db
Committed by GitHub <noreply@github.com> on 3/9/2026, 3:42:48 AM