mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
![]() Lines with a range were being output with text "lines", and so were being listed after all other lines belonging to the same Bro script (e.g., "lines 123-125" was listed after "line 492"). Fixed by using the text "line" instead of "lines". Line numbers with fewer digits were being listed after line numbers with more digits (e.g., "line 85" was listed after "line 237"). Fixed by sorting on a reformatted string (this string does not appear in the output) where line numbers are right justified (padded on left with spaces) so that sorting produces the expected results. |
||
---|---|---|
.. | ||
doc | ||
btest-bg-run | ||
coverage-calc | ||
diff-canonifier | ||
diff-canonifier-external | ||
diff-remove-abspath | ||
diff-remove-mime-types | ||
diff-remove-timestamps | ||
diff-remove-uids | ||
diff-remove-x509-names |