Commit e3871bf
committed
fix: embedding tests broken by multi-line grep from locale stubs
Locale stubs share the same way ID as the English entry, causing grep
to return multiple score lines. The awk numeric comparison choked on
the multi-line input. Fix: head -1 to take only the highest score.
15/15 tests pass. make setup exits clean.1 parent 748c221 commit e3871bf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments