use long brackets to implement SC strings in Lua

This commit is contained in:
chcurran
2021-04-28 22:40:41 -07:00
parent 3dec5d3b71
commit f52975be83
3 changed files with 1504 additions and 1 deletions
@@ -90,6 +90,11 @@ public:
}
};
TEST_F(ScriptCanvasTestFixture, StringSanitization)
{
RunUnitTestGraph("LY_SC_UnitTest_StringSanitization");
}
TEST_F(ScriptCanvasTestFixture, InterpretedHelloWorld)
{
RunUnitTestGraph("LY_SC_UnitTest_HelloWorld");