Commit 217f521
committed
fix(quarto-citeproc): pin CSL lockfile and manifest to LF line endings
csl_validate_manifest byte-compares tests/csl_conformance.lock against a
generated LF-only string. With core.autocrlf=true and no .gitattributes,
Windows checkouts get CRLF for that file, producing a false "Lockfile
mismatch" unrelated to any real enabled_tests.txt/fixture divergence.
Pins tests/csl_conformance.lock and tests/enabled_tests.txt to eol=lf,
same pattern crates/pampa/.gitattributes already uses for its fixtures.
eol=lf overrides core.autocrlf for these paths in both directions, so
regenerating the lockfile from Windows stays safe too.1 parent 291e3da commit 217f521
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments