On Sun, 15 Oct 2023 16:36:33 GMT, Mahendra Chhipa <mchh...@openjdk.org> wrote:
>> Test is updated to create the binary files during test execution. > > Mahendra Chhipa has updated the pull request incrementally with one > additional commit since the last revision: > > Corrected use of whitespace in text block. Please re-generate the files for each old revisions using the new template (and compare). The "mechanically generated" notation is not in the versions in the PR. test/jdk/javax/xml/jaxp/datatype/8033980/GregorianCalAndDurSerDataUtil.java line 127: > 125: HexFormat hex = HexFormat.of().withPrefix(" (byte) > 0x").withSuffix(","); > 126: for (int i = 0; i < bytes.length; i += linelen) { > 127: sb.append("\n"); Add some indentation before each line so the resulting code is properly indented. ------------- PR Comment: https://git.openjdk.org/jdk/pull/13537#issuecomment-1768642461 PR Review Comment: https://git.openjdk.org/jdk/pull/13537#discussion_r1364030623