"some_code(\"an example string\", true);\n" +
"// */\";\n" +
"some text at \n" +
"the end";
CodeContainer container = SyntaxHighlighterParserUtil.brush(aJavaString, new BrushJava());
List<CodeRow> codeRows = container.getCodeRows();
CodeRow codeRow;
assertEquals(12, codeRows.size());