Commit 57df1954 by Tom Tromey Committed by Tom Tromey

uesc.java: New file.

	* libjava.compile/uesc.java: New file.
	* libjava.compile/uesc.xfail: New file.

From-SVN: r40704
parent 4aed8938
2001-03-20 Tom Tromey <tromey@redhat.com>
* libjava.compile/uesc.java: New file.
* libjava.compile/uesc.xfail: New file.
2001-03-16 Tom Tromey <tromey@redhat.com>
* lib/libjava.exp (libjava_arguments): Rewrote computation of
......
public class uesc
{
public foo (Object[] v[])
{
char z = '\uuu00a0';
char y = '\u00au0'; // At one point we erroneously
// accepted this.
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment