Skip to content

Commit

Permalink
[ca] Improved rule PUNTUACIO_INCORRECTA
Browse files Browse the repository at this point in the history
  • Loading branch information
jaumeortola committed Dec 24, 2013
1 parent 9775368 commit 42c34a9
Showing 1 changed file with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12873,13 +12873,14 @@ $Id$
<pattern>
<marker>
<token><exception regexp="yes">[-–—]</exception></token>
<token spacebefore="yes" regexp="yes">[?!]</token>
<token spacebefore="yes" regexp="yes">[?!:;]</token>
</marker>
</pattern>
<message>Sobra un espai.</message>
<suggestion><match no="1"/><match no="2"/></suggestion>
<short>Error de puntuació</short>
<example type="incorrect" correction="dir?">¿Vols <marker>dir ?</marker></example>
<example type="incorrect" correction="dir:">Ell va <marker>dir :</marker> vine!</example>
<example type="correct">¿què importa?...</example>
</rule>
<rule>
Expand Down Expand Up @@ -12939,6 +12940,19 @@ $Id$
<example type="incorrect" correction="¿Estàs"><marker>¿ Estàs</marker> segur?</example>
<example type="correct">¿Estàs segur?</example>
</rule>
<rule>
<pattern>
<marker>
<token regexp="yes">[:;]</token>
<token spacebefore="no"/>
</marker>
</pattern>
<message>Falta un espai.</message>
<suggestion><match no="1"/> <match no="2"/></suggestion>
<short>Error de puntuació</short>
<example type="incorrect" correction=": Vine">Llavors va dir<marker>:Vine</marker>!</example>
<example type="correct">Digué: Vine!</example>
</rule>
</rulegroup>
<rule id="ELA_GEMINADA" name="Errors en la ela geminada." type="misspelling">
<pattern case_sensitive="no">
Expand Down

0 comments on commit 42c34a9

Please sign in to comment.