IDEA-140025 retain all spaces after @literal tag name

This commit is contained in:
Dmitry Batrak
2015-05-21 12:00:52 +03:00
parent b91578f331
commit 17373cf955
4 changed files with 12 additions and 7 deletions
@@ -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 {}