diff options
| author | 彭宣正 <[email protected]> | 2022-09-08 14:27:31 +0800 |
|---|---|---|
| committer | 彭宣正 <[email protected]> | 2022-09-08 14:27:31 +0800 |
| commit | 82005b0c81b7e62046acdcda17477138ac08cd6b (patch) | |
| tree | 4941812320d5c573aadcd8a38f525ddd2ad03506 /gtest/script/input_is_null.lua | |
| parent | 2b67279071b4fded5d9381e09cbf39cce56562c4 (diff) | |
✨ feat(TSG-11870): 允许elua_exec_script 输入input为空
Diffstat (limited to 'gtest/script/input_is_null.lua')
| -rw-r--r-- | gtest/script/input_is_null.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtest/script/input_is_null.lua b/gtest/script/input_is_null.lua new file mode 100644 index 0000000..5e26eba --- /dev/null +++ b/gtest/script/input_is_null.lua @@ -0,0 +1 @@ +return 5,"hello"
\ No newline at end of file |
