Skip to content

Commit

Permalink
[de] fix one error from #1431
Browse files Browse the repository at this point in the history
  • Loading branch information
f-knorr committed Dec 25, 2019
1 parent 8384617 commit 80e9af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -204,7 +204,7 @@ public class CaseRule extends Rule {
csToken("das"),
posRegex("VER:.+"),
new PatternTokenBuilder().pos("KON:NEB").setSkip(5).build(),
posRegex("VER:AUX:.*"),
posRegex("VER:(AUX|MOD):.*"),
posRegex("PKT|KON:NEB")
),
Arrays.asList(
Expand Down
Expand Up @@ -64,6 +64,7 @@ public void testRule() throws IOException {
assertGood("Das Winseln stört.");
assertGood("Das schlägt nicht so zu Buche.");
assertGood("Dirk Hetzel ist ein Name.");
assertGood("Aber sie tat es, sodass unsere Klasse das sehen und fotografieren konnte.");
assertGood("Sein Verhalten war okay.");
assertGood("Hier ein Satz. \"Ein Zitat.\"");
assertGood("Hier ein Satz. 'Ein Zitat.'");
Expand Down

0 comments on commit 80e9af2

Please sign in to comment.