fix sembr tool corner case

This commit is contained in:
Tshepang Mbambo 2026-01-29 22:06:56 +02:00
parent b643676267
commit 93049c3488
2 changed files with 3 additions and 1 deletions

View file

@ -83,6 +83,7 @@ fn ignore(line: &str, in_code_block: bool) -> bool {
|| line.contains(" etc.")
|| line.contains("i.e.")
|| line.contains("et. al")
|| line.contains("<!-- date-check ")
|| line.contains('|')
|| line.trim_start().starts_with('>')
|| line.starts_with('#')

View file

@ -788,7 +788,8 @@ only apply to the test as a whole, not to particular revisions.
The only directives that are intended to really work when customized to a revision are
error patterns and compiler flags.
<!-- date-check jul 2023 --> The following test suites support revisions:
<!-- date-check jul 2023 -->
The following test suites support revisions:
- ui
- assembly