jdk/test/javax/swing/text/html/HTMLEditorKit/7104635/HTMLEditorKitWriterBug.java
changeset 36922 cf668c19e0de
parent 35689 fc4e2debc320
equal deleted inserted replaced
36921:1a3a230a7d64 36922:cf668c19e0de
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 7104635
    26  * @bug 7104635 8150225
    27  * @summary HTMLEditorKit fails to write down some html files
    27  * @summary HTMLEditorKit fails to write down some html files
    28  * @run main HTMLEditorKitWriterBug
    28  * @run main HTMLEditorKitWriterBug
    29  */
    29  */
    30 import java.io.CharArrayReader;
    30 import java.io.CharArrayReader;
    31 import java.io.CharArrayWriter;
    31 import java.io.CharArrayWriter;