mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
quick doc: do not escape - leave it as in javadoc tool
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<html><head> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><PRE>class <b>Pattern</b>
|
||||
extends <a href="psi_element://java.lang.Object"><code>Object</code></a></PRE>
|
||||
\W \u03A9</body></html>
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* \W \u03A9
|
||||
*/
|
||||
class Pattern {
|
||||
}
|
||||
@@ -41,6 +41,11 @@ public class JavaDocInfoGeneratorTest extends CodeInsightTestCase {
|
||||
public void testInheritedDocInThrows1() throws Exception {
|
||||
doTestMethod();
|
||||
}
|
||||
|
||||
public void testPatternEscape() throws Exception {
|
||||
PsiClass psiClass = getTestClass();
|
||||
verifyJavaDoc(psiClass);
|
||||
}
|
||||
|
||||
public void testClassTypeParameter() throws Exception {
|
||||
verifyJavaDoc(getTestClass());
|
||||
|
||||
Reference in New Issue
Block a user