Merge pull request #2269 from Skytrias/luapattern

Add lua pattern matching to core:text with tests
This commit is contained in:
gingerBill
2022-12-22 11:08:10 +00:00
committed by GitHub
4 changed files with 1365 additions and 2 deletions
+5
View File
@@ -71,6 +71,11 @@ echo Running core:text/i18n tests
echo ---
%PATH_TO_ODIN% run text\i18n %COMMON% -out:test_core_i18n.exe
echo ---
echo Running core:text/lua tests
echo ---
%PATH_TO_ODIN% run text\lua %COMMON% -out:test_core_lua_strlib.exe
echo ---
echo Running core:slice tests
echo ---