test/com/sun/javadoc/testConstructorIndent/TestConstructorIndent.java

changeset 1743
6a5288a298fd
parent 798
4868a36f6fd8
child 1744
76a691e3e961
equal deleted inserted replaced
1742:7af0fa419a2b 1743:6a5288a298fd
1 /* 1 /*
2 * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2013, 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.
45 45
46 //Input for string search tests. 46 //Input for string search tests.
47 private static final String[][] TEST = { 47 private static final String[][] TEST = {
48 {BUG_ID + FS + "C.html", "<div class=\"block\">" + 48 {BUG_ID + FS + "C.html", "<div class=\"block\">" +
49 "This is just a simple constructor.</div>" + NL + 49 "This is just a simple constructor.</div>" + NL +
50 "<dl><dt><span class=\"strong\">Parameters:</span></dt><dd>" + 50 "<dl><dt><span class=\"strong\">Parameters:</span></dt>" + NL +
51 "<code>i</code> - a param.</dd></dl>" 51 "<dd><code>i</code> - a param.</dd></dl>"
52 } 52 }
53 }; 53 };
54 private static final String[][] NEGATED_TEST = NO_TEST; 54 private static final String[][] NEGATED_TEST = NO_TEST;
55 55
56 /** 56 /**

mercurial