diff options
| author | 2023-11-20 09:34:48 +0800 | |
|---|---|---|
| committer | 2023-11-20 09:34:48 +0800 | |
| commit | e0671b682be5e5a949185e0baf737d4f08b62cbe (patch) | |
| tree | b1dc6d69b2cd474a7f52d04a12d759427f696b36 /tests | |
| parent | f5926cd9277a76e3779958d2b387ce0229697d51 (diff) | |
| download | HydroRoll-e0671b682be5e5a949185e0baf737d4f08b62cbe.tar.gz HydroRoll-e0671b682be5e5a949185e0baf737d4f08b62cbe.zip | |
chore(@todo): 兼容 shiki 的大部分 lua 脚本内建指令
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lua_in_python.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lua_in_python.py b/tests/lua_in_python.py index 7692e2f..0cb2700 100644 --- a/tests/lua_in_python.py +++ b/tests/lua_in_python.py @@ -31,7 +31,7 @@ try: print(package.path) js = require('json') print(js) - """ + """ ) except Exception as e: print(f'{e!r}')
\ No newline at end of file |
