Github user JaroslavTulach commented on a diff in the pull request:
https://github.com/apache/incubator-netbeans/pull/9#discussion_r141020052
--- Diff:
openide.util.ui/test/unit/src/org/openide/util/UtilitiesTranslateTest.java ---
@@ -157,6 +157,11 @@ public void testTranslateOldFormat () throws Exception
{
if (line == null) {
break;
}
+
+ if (line.startsWith("#")) {
--- End diff --
I see. This is to support comments in test files.---
