Skip to content

Commit

Permalink
[de] added exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisa-LT committed Sep 20, 2023
1 parent 8403db2 commit cd39266
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,12 @@ class CaseRuleAntiPatterns {
token("und"),
posRegex("SUB:.*")
),
Arrays.asList(
// Nicht geimpft werden dürfen Immunsupprimierte, Personen mit Fieber 38 °C oder Menschen, die allergisch sind.
pos("UNKNOWN"),
token(","),
posRegex("SUB:.*")
),
Arrays.asList(
// "... wie ich das prüfen sollte."
posRegex("VER:INF.+"),
Expand Down

0 comments on commit cd39266

Please sign in to comment.