mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
8013738: Two javadoc tests have bug 0000000
Reviewed-by: jjg
This commit is contained in:
parent
9a773a649c
commit
b2c41f305e
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001, 2002, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -21,10 +21,8 @@
|
||||||
* questions.
|
* questions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* This should be green, underlined and bold (Class): {@underline {@bold {@green My test}}} .
|
|
||||||
* @test
|
* @test
|
||||||
* @bug 0000000
|
|
||||||
* @summary Test for nested inline tags. *
|
* @summary Test for nested inline tags. *
|
||||||
* @author jamieh
|
* @author jamieh
|
||||||
* @library ../lib/
|
* @library ../lib/
|
||||||
|
@ -36,6 +34,9 @@
|
||||||
* @run main TestNestedInlineTag
|
* @run main TestNestedInlineTag
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This should be green, underlined and bold (Class): {@underline {@bold {@green My test}}} .
|
||||||
|
*/
|
||||||
public class TestNestedInlineTag extends JavadocTester {
|
public class TestNestedInlineTag extends JavadocTester {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -21,9 +21,8 @@
|
||||||
* questions.
|
* questions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @bug 0000000
|
|
||||||
* @summary Determine if proper warning messages are printed when know.
|
* @summary Determine if proper warning messages are printed when know.
|
||||||
* @author jamieh
|
* @author jamieh
|
||||||
* @library ../lib/
|
* @library ../lib/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue