mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 11:50:54 +07:00
regexp: initial support for named unicode characters (IDEA-156407)
This commit is contained in:
@@ -238,6 +238,7 @@ public class RegExpParsingTest extends ParsingTestCase {
|
||||
public void testNamedchars10() throws IOException { doCodeTest("\\p{unknown}+"); }
|
||||
public void testNamedchars11() throws IOException { doCodeTest("[:^xdigit:]+"); }
|
||||
public void testNamedchars12() throws IOException { doCodeTest("\\p{InArabic Extended-A}"); }
|
||||
public void testNamedchars13() throws IOException { doCodeTest("\\N{Mahjong Tile Winter}"); }
|
||||
|
||||
public void testBackrefs1() throws IOException { doCodeTest("(ac*)c*d[ac]*\\1"); }
|
||||
public void testBackrefs2() throws IOException { doCodeTest("(.)=\\1"); }
|
||||
|
||||
Reference in New Issue
Block a user