[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/36085] java.util.regex escape-sequence handling
From: |
kaz at maczuka dot gcd dot org |
Subject: |
[Bug classpath/36085] java.util.regex escape-sequence handling |
Date: |
30 Apr 2008 21:57:21 -0000 |
------- Comment #1 from kaz at maczuka dot gcd dot org 2008-04-30 21:57 -------
This bug may be of GCJ (4.1.2) but not of the current GNU Classpath. Kaffe
shows this. Rhino 1.6 release 7 2007 08 19 js>
java.lang.System.getProperty("gnu.classpath.version"); 0.97.1 js> s = new
java.lang.String("Test #"); Test # js> s.replaceAll( "#", "\\\\n" ); Test \n
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36085