I did ant daily (to update and build 20838) and then ant test. The latter failed.
I'm hoping it is a trivial result of checking in and the running tests and that it is related to this work.
Code:
[junit] Testcase: testScriptValidity[Script with bom](net.sourceforge.kolmafia.textui.ParserTest): Caused an ERROR
[junit] Script parsing error ()
[junit] net.sourceforge.kolmafia.textui.ScriptException: Script parsing error ()
[junit] at net.sourceforge.kolmafia.textui.Parser.parseException(Parser.java:4698)
[junit] at net.sourceforge.kolmafia.textui.Parser.parse(Parser.java:224)
[junit] at net.sourceforge.kolmafia.textui.ParserTest.testScriptValidity(Unknown Source)
[junit] at jdk.internal.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
[junit] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
I'm hoping it is a trivial result of checking in and the running tests and that it is related to this work.