group separator in editor

This commit is contained in:
serso
2011-10-23 15:10:25 +04:00
parent 1222bed9bd
commit 3e3f822a3e
6 changed files with 161 additions and 114 deletions

View File

@@ -41,5 +41,6 @@ public class TextHighlighterTest {
Assert.assertEquals("<font color=\"#000000\"></font>)(((())())", textHighlighter.process(")(((())())"));
Assert.assertEquals(")", textHighlighter.process(")"));
Assert.assertEquals(")()(", textHighlighter.process(")()("));
Assert.assertEquals("1 000 000", textHighlighter.process("1000000"));
}
}