IDEA-138967 \unnnn notation doesn't work in quick docs

This commit is contained in:
Dmitry Batrak
2015-04-22 11:10:54 +03:00
parent 5bcc33878b
commit e01b4da393
7 changed files with 37 additions and 4 deletions
@@ -1,3 +1,3 @@
<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>Pattern</b>
extends <a href="psi_element://java.lang.Object"><code>Object</code></a></PRE>
\W \u03A9</body></html>
\W \n</body></html>
@@ -1,5 +1,5 @@
/**
* \W \u03A9
* \W \n
*/
class Pattern {
}
@@ -0,0 +1,3 @@
<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>
a@b c@d</body></html>
@@ -0,0 +1,4 @@
/**
* a\u0040b {@literal c\u0040d}
*/
class Test {}