mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-140025 retain all spaces after @literal tag name
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<html><head><base href="placeholder"> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><PRE>class <b>Test</b>
|
||||
extends <a href="psi_element://java.lang.Object"><code>Object</code></a></PRE> <pre>a bc</pre></body></html>
|
||||
@@ -0,0 +1,2 @@
|
||||
/** <pre>a{@literal b}c</pre> */
|
||||
class Test {}
|
||||
@@ -258,6 +258,10 @@ public class JavaDocInfoGeneratorTest extends CodeInsightTestCase {
|
||||
public void testHtmlLinkWithRef() throws Exception {
|
||||
verifyJavaDoc(getTestClass());
|
||||
}
|
||||
|
||||
public void testMultipleSpacesInLiteral() throws Exception {
|
||||
verifyJavaDoc(getTestClass());
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String getTestDataPath() {
|
||||
|
||||
Reference in New Issue
Block a user