@Test
 public void testColorLC() {
   String text = "#fff";
   correctListToCheck(TextSplitter.getInstance(), text);
 }