Skip to content

Commit

Permalink
[fr] fixed a false positive in rule FRENCH_WORD_REPEAT_RULE.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpelle committed Jan 2, 2014
1 parent 638cf9f commit d11d4dc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25935,7 +25935,7 @@ though, and has since been slightly modified)-->
<exception postag="N m s">est</exception>
</token>
<token spacebefore="yes">
<exception regexp="yes">vous|nous|mieux|faire|en|donnant|couvent|ho</exception><match no="0"/>
<exception regexp="yes">vous|nous|mieux|faire|en|donnant|couvent|ho|olé</exception><match no="0"/>
</token>
</pattern>
<message>Faute de frappe possible : un mot est répété : \1 \2. Correction : <suggestion>\1</suggestion>.</message>
Expand All @@ -25949,6 +25949,7 @@ though, and has since been slightly modified)-->
<example type="incorrect" correction="est">Il <marker>est est</marker> de ce côté.</example>
<example type="correct">L’est est de ce côté.</example>
<example type="correct">Les poules du couvent couvent.</example>
<example type="correct">Un film un peu olé olé.</example>
</rule>
<rule>
<pattern>
Expand Down

0 comments on commit d11d4dc

Please sign in to comment.