I was just wondering if there are any known issues with the unit tests, specifically the YailEvalTest?
After running ant tests
, all of the YailEvalTests fail with the following error:
java.lang.RuntimeException: invalid syntax in eval form:
<string>:1:19: Invalid escape character syntax
at gnu.expr.Language.eval(Language.java:950)
at gnu.expr.Language.eval(Language.java:883)
at gnu.expr.Language.eval(Language.java:865)
at com.google.appinventor.buildserver.YailEvalTest.setUp(YailEvalTest.java:34)
All of the blocklyeditor, appengine and the other buildserver tests passā¦
I should mention that Iām using Windows 10 and I havenāt made any changes to this file. Does anyone else experience this problem? If not, I suppose itās a problem with my setup. Any ideas how to fix it?