Commit 0551c1d
committed
Pin WNDB fixture line endings so Windows checkout doesn't corrupt them
WNDB data lines embed their own byte offset, which WndbReader validates
against the actual position. The repo's default `* text=auto` lets Git
normalize these fixtures to CRLF on Windows checkout, inserting a CR
before every LF and shifting every offset after the first line; every
WndbReaderTest case failed on Windows CI as a result. Scoping -text to
the fixture directory keeps the checkout byte-identical everywhere.1 parent d01ddff commit 0551c1d
1 file changed
Lines changed: 7 additions & 0 deletions
File tree
- opennlp-extensions/opennlp-wordnet/src/test/resources/opennlp/wordnet/mini-wndb
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