5051525354555657585960
throw new AssertionError(errorMsg.toString()); } } private static String[] getLines(String text) { LineBreak lb = LineBreak.loolup(text); switch (lb) { case CRLF: return text.split("\\r\\n"); case CR: return text.split("\\r");