Revision: 10170
          http://sourceforge.net/p/languagetool/code/10170
Author:   dominikoeo
Date:     2013-06-01 08:16:54 +0000 (Sat, 01 Jun 2013)
Log Message:
-----------
[en] removed useless regexp="yes" which caused a warning in tests.

Modified Paths:
--------------
    
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml

Modified: 
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
===================================================================
--- 
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
        2013-06-01 07:55:36 UTC (rev 10169)
+++ 
trunk/languagetool/languagetool-language-modules/en/src/main/resources/org/languagetool/rules/en/grammar.xml
        2013-06-01 08:16:54 UTC (rev 10170)
@@ -5836,7 +5836,7 @@
         <rule id="ON_FIRST_GLANCE" name="on (at) first glance">
             <pattern>
                 <marker>
-                    <token regexp="yes" skip="1">on</token>
+                    <token skip="1">on</token>
                 </marker>
                 <token regexp="yes" skip="1">first|a</token>
                 <token>glance</token>

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


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Languagetool-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to