Skip to content

Commit

Permalink
removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
trobro committed Oct 14, 2023
1 parent 136f7bd commit 855430d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/org/hjson/test/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ private static String load(String file, boolean cr) throws Exception {
}

private static boolean test(String name, String file, boolean inputCr, boolean outputCr) throws Exception {
int extIdx=file.lastIndexOf('.');
boolean isJson=extIdx>=0 && file.substring(extIdx).equals(".json");
boolean shouldFail=name.startsWith("fail");

JsonValue.setEol(outputCr?"\r\n":"\n");
Expand Down

0 comments on commit 855430d

Please sign in to comment.