test for IDEA-71180

This commit is contained in:
Kirill.Safonov
2011-06-21 20:21:50 +04:00
parent 72a64a5ee1
commit 01115b81ed
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,6 @@
class C {
void foo() {
"".replaceAll("\\Q\r\n\\E", "");
}
}