svoid test_parseECJOutputForErrors() { S text = unindentMLS([[ ---------- 1. ERROR in /home/stefan/JavaX-Caches/Temp/1642773472353/UserCode_1642773470538.java (at line 26) xg.fillRect(10, 10, 10, 10); ^^ xg cannot be resolved ---------- ]]; parseECJOutputForErrors(text); }