Änderungen

Summary

  1. fix lua null string (#995) (commit: 4a6902d) (details)
Commit 4a6902da285044b49e4c1f776893877d170937ac by noreply
fix lua null string (#995)
* fix lua null string
replaces null strings with empty strings in lua

* add lua translation tests

* ignore lua execution tests
(commit: 4a6902d)
The file was modifiedde.peeeq.wurstscript/src/main/java/de/peeeq/wurstscript/translation/lua/translation/ExprTranslation.java (diff)
The file was modifiedde.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/WurstScriptTest.java (diff)
The file was modifiedde.peeeq.wurstscript/src/test/resources/QuickTestsSuite.xml (diff)
The file was addedde.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/LuaTranslationTests.java