Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2005-08-01 12:37:58 -0700 (Mon, 01 Aug 2005)
Revision: 1281
Log message:
I believe this fixes bug #497. The close_next function should
indeed allow arguments after a word delimiter.
Another way to solve this might be to use regular expression
equivalences.
\<\(r == \(\<r
That is a little hard, so we go with expanding the cases close_next
will consider.
Changes | Path |
+149 -109 | libmojave/util/lm_lexer.ml |
Properties | omake/tests/awk |
+1 -0 | omake/tests/awk/.cvsignore |
Added | omake/tests/awk/Subst.in |
Properties | omake/tests/awk/Subst.in |
Added | omake/tests/awk/Test3 |
Properties | omake/tests/awk/Test3 |