358 "<section role=\"region\">\n" |
358 "<section role=\"region\">\n" |
359 + "<h2>Overview</h2>\n", |
359 + "<h2>Overview</h2>\n", |
360 "<section role=\"region\">\n" |
360 "<section role=\"region\">\n" |
361 + "<h2>Package</h2>\n", |
361 + "<h2>Package</h2>\n", |
362 "<section role=\"region\">\n" |
362 "<section role=\"region\">\n" |
363 + "<h2>Class/Interface</h2>\n", |
363 + "<h2>Class or Interface</h2>\n", |
364 "<footer role=\"contentinfo\">\n" |
364 "<footer role=\"contentinfo\">\n" |
365 + "<nav role=\"navigation\">\n" |
365 + "<nav role=\"navigation\">\n" |
366 + "<!-- ======= START OF BOTTOM NAVBAR ====== -->"); |
366 + "<!-- ======= START OF BOTTOM NAVBAR ====== -->"); |
367 |
367 |
368 // Test for a regular class page and members (nested class, field, constructore and method) |
368 // Test for a regular class page and members (nested class, field, constructore and method) |
1288 + "<li class=\"blockList\">\n" |
1288 + "<li class=\"blockList\">\n" |
1289 + "<h2>Overview</h2>", |
1289 + "<h2>Overview</h2>", |
1290 "<li class=\"blockList\">\n" |
1290 "<li class=\"blockList\">\n" |
1291 + "<h2>Package</h2>", |
1291 + "<h2>Package</h2>", |
1292 "<li class=\"blockList\">\n" |
1292 "<li class=\"blockList\">\n" |
1293 + "<h2>Class/Interface</h2>"); |
1293 + "<h2>Class or Interface</h2>"); |
1294 |
1294 |
1295 // Test for a regular class page and members (nested class, field, constructore and method) |
1295 // Test for a regular class page and members (nested class, field, constructore and method) |
1296 checkOutput("pkg/AnotherClass.html", true, |
1296 checkOutput("pkg/AnotherClass.html", true, |
1297 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">", |
1297 "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">", |
1298 "<meta name=\"date\"", |
1298 "<meta name=\"date\"", |