diff options
| author | pengxuanzheng <[email protected]> | 2020-08-24 17:10:55 +0800 |
|---|---|---|
| committer | pengxuanzheng <[email protected]> | 2020-08-24 17:10:55 +0800 |
| commit | 503f4af4d8514913eb2ad0405b557abfd4326976 (patch) | |
| tree | 5dd4f67e39f543c1cb1e2048eae0c0f720691c58 /gtest/script/unexpected_symbol.lua | |
Initial commit
Diffstat (limited to 'gtest/script/unexpected_symbol.lua')
| -rw-r--r-- | gtest/script/unexpected_symbol.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtest/script/unexpected_symbol.lua b/gtest/script/unexpected_symbol.lua new file mode 100644 index 0000000..a51eb44 --- /dev/null +++ b/gtest/script/unexpected_symbol.lua @@ -0,0 +1,3 @@ +-=* +local str = string.format('%s', tsg.data) +return string.len(str), str |
