mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
ignore whitespaces when gathering inlined tags data elements (IDEA-107812)
This commit is contained in:
@@ -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<></body></html>
|
||||
@@ -0,0 +1,6 @@
|
||||
class Foo {
|
||||
/**
|
||||
* foo{@literal <>}
|
||||
*/
|
||||
int foo;
|
||||
}
|
||||
Reference in New Issue
Block a user