mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-18 00:56:30 +03:00
windows: check the oracle fixtures out with LF
A finding's snippet carries the scanned file's own bytes, and the goldens were recorded from a POSIX checkout, so a CRLF checkout of a linked stylesheet reads as a finding difference. The goldens are untouched. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vau2X53xGTjjTCXWMVBoNY
This commit is contained in:
co-authored by
Claude Fable 5.1
parent
476d43d95f
commit
76428b37f1
@@ -0,0 +1,6 @@
|
||||
# The oracle replays goldens recorded from a POSIX checkout, and a finding's
|
||||
# snippet carries the fixture's own bytes, so these files have to arrive with
|
||||
# LF on every platform. `-text` disables end-of-line conversion outright, which
|
||||
# is also safe for any binary that lands under these trees.
|
||||
tests/fixtures/** -text
|
||||
tests/oracle/** -text
|
||||
Reference in New Issue
Block a user