Skip to content

Commit

Permalink
[pt] Update wikipedia test
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Aug 28, 2023
1 parent 793db0e commit 546977d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ public void testRule() throws IOException {
// incorrect sentences:

// at the beginning of a sentence (Romanian replace rule is case-sensitive)
checkSimpleReplaceRule("50 graus centígrados.", "graus Celsius");
checkSimpleReplaceRule("Melhores colocados.", "Mais bem colocados");
// inside sentence
checkSimpleReplaceRule("40 Graus centígrados.", "Graus Celsius");
checkSimpleReplaceRule("Os 20 melhores colocados.", "mais bem colocados");
}

/**
Expand Down

0 comments on commit 546977d

Please sign in to comment.