5 lines
251 B
Plaintext
5 lines
251 B
Plaintext
# Fixtures are byte-exact filter inputs; eol conversion must never touch them.
|
|
# Without this, Windows runners (core.autocrlf=true) check fixtures out with
|
|
# CRLF, and tests that synthesize CRLF input from them produce \r\r\n.
|
|
tests/fixtures/** -text
|