uesc.java: New file.
* libjava.compile/uesc.java: New file. * libjava.compile/uesc.xfail: New file. From-SVN: r40704
This commit is contained in:
parent
4aed89380c
commit
57df195483
3 changed files with 15 additions and 0 deletions
9
libjava/testsuite/libjava.compile/uesc.java
Normal file
9
libjava/testsuite/libjava.compile/uesc.java
Normal 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.
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue