On Thu, 4 Mar 2021 16:10:30 GMT, Pavel Rappo <pra...@openjdk.org> wrote:
> > > This commit changes the order of block tags in the output. The fact that > > > no tests failed when I ran them surprised me. I think we should both fix > > > that order and introduce a test for it. > > > > > > Can you give more details? Did you observe that anywhere, or are you > > inferring that from the code somewhere? > > I saw that difference in the produced documentation for JDK. I suggest you > build documentation for "before" and "after", each time with the > `-notimestamp` option, and compare them; you should see what I saw. Wow. Good catch! That was unexpected! Will investigate! ------------- PR: https://git.openjdk.java.net/jdk/pull/2818