Revision: 8753
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8753&view=rev
Author:   pbianchini
Date:     2012-12-31 21:26:58 +0000 (Mon, 31 Dec 2012)
Log Message:
-----------
Fix for: The Italian rule: ST_04_002:1, token [1], contains  regexp part 
[01234567890] which contains duplicated char [0].

Modified Paths:
--------------
    trunk/JLanguageTool/src/main/resources/org/languagetool/rules/it/grammar.xml

Modified: 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/it/grammar.xml
===================================================================
--- 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/it/grammar.xml    
    2012-12-31 21:20:18 UTC (rev 8752)
+++ 
trunk/JLanguageTool/src/main/resources/org/languagetool/rules/it/grammar.xml    
    2012-12-31 21:26:58 UTC (rev 8753)
@@ -1384,7 +1384,7 @@
         <rulegroup name="in cifre se minori di 100" id="ST_04_002">
             <rule>
                 <pattern>
-                    <token regexp="yes">[123456789][01234567890]</token>
+                    <token regexp="yes">[123456789][0123456789]</token>
                 </pattern>
                 <message>Cambiare con il corrispondente in cifre</message>
                 <example type="incorrect"><marker>99</marker></example>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to