< prev index next >

test/jdk/java/text/Bidi/Bug6850113.java

Print this page
rev 57619 : [mq]: 8174270

*** 1,7 **** /* ! * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2009, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 20,37 **** * or visit www.oracle.com if you need additional information or have any * questions. */ /* * @test ! * @bug 6850113 * @summary Verify the return value of digit() for some digits. ! * @modules java.base/sun.text.normalizer * @compile -XDignore.symbol.file=true Bug6850113.java * @run main Bug6850113 */ ! import sun.text.normalizer.UCharacter; public class Bug6850113 { public static void main(String[] args) { boolean err = false; --- 20,37 ---- * or visit www.oracle.com if you need additional information or have any * questions. */ /* * @test ! * @bug 6850113 8174270 * @summary Verify the return value of digit() for some digits. ! * @modules java.base/jdk.internal.icu.lang * @compile -XDignore.symbol.file=true Bug6850113.java * @run main Bug6850113 */ ! import jdk.internal.icu.lang.UCharacter; public class Bug6850113 { public static void main(String[] args) { boolean err = false;
< prev index next >