uesc.java: New file.

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

From-SVN: r40704
This commit is contained in:
Tom Tromey 2001-03-21 18:52:24 +00:00 committed by Tom Tromey
parent 4aed89380c
commit 57df195483
3 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -0,0 +1,9 @@
public class uesc
{
public foo (Object[] v[])
{
char z = '\uuu00a0';
char y = '\u00au0'; // At one point we erroneously
// accepted this.
}
}

View File

@ -0,0 +1 @@
shouldfail