ignore whitespaces when gathering inlined tags data elements (IDEA-107812)

This commit is contained in:
Anna Kozlova
2013-05-30 12:10:21 +04:00
parent 80e8a556c4
commit b046fcec92
4 changed files with 13 additions and 1 deletions
@@ -0,0 +1,2 @@
<html><head> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><small><b><a href="psi_element://Foo"><code>Foo</code></a></b></small><PRE>int <b>foo</b></PRE>
foo&lt;&gt;</body></html>
@@ -0,0 +1,6 @@
class Foo {
/**
* foo{@literal <>}
*/
int foo;
}