Commit cd0bcb2
committed
Fix vacuous max-version assertion in pandoc oracle gate test
unit_test_format_gate_failure_contains_required_info asserted the message
contained "3.10" for both the raw detected version and the calibrated max,
but the test input's detected version line already equaled the max
boundary, so the max check passed even if the Calibrated range fragment
were broken. Assert on the full range substring instead.1 parent c83f049 commit cd0bcb2
1 file changed
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
270 | 269 | | |
271 | 270 | | |
272 | | - | |
| 271 | + | |
273 | 272 | | |
274 | 273 | | |
275 | 274 | | |
| |||
0 commit comments