test/langtools/jdk/javadoc/doclet/testLinkOption/TestNewLineInLink.java
changeset 47877 7e57d42b5eeb
parent 47216 71c04702a3d5
child 51861 f7d40158eb2f
equal deleted inserted replaced
47876:5d4864563be7 47877:7e57d42b5eeb
    42 
    42 
    43     @Test
    43     @Test
    44     void test() {
    44     void test() {
    45         javadoc("-d", "out",
    45         javadoc("-d", "out",
    46                 "-sourcepath", testSrc,
    46                 "-sourcepath", testSrc,
    47                 "-linkoffline", "http://www.java.sun.com/j2se/1.4/docs/api", testSrc,
    47                 "-linkoffline", "http://www.java.sun.com/j2se/1.4/docs/api", testSrc("jdk"),
    48                 "testNewLineInLink");
    48                 "testNewLineInLink");
    49         checkExit(Exit.OK);
    49         checkExit(Exit.OK);
    50 
    50 
    51         checkOutput(Output.OUT, false,
    51         checkOutput(Output.OUT, false,
    52                 "illegal character");
    52                 "illegal character");