This website requires JavaScript.
Explore
Help
Sign In
tqcq
/
Trans.nvim
Watch
0
Star
0
Fork
0
You've already forked Trans.nvim
Code
Issues
Pull Requests
Projects
Releases
1
Activity
Trans.nvim
/
lua
/
Trans
/
util
/
test
/
test.lua
9 lines
61 B
Lua
Raw
Normal View
History
Unescape
Escape
feat: add more bugs
2023-01-09 23:20:56 +08:00
local
a
=
'
test
'
feat: add format utility function and improve loader method
2023-01-08 15:07:12 +08:00
feat: format code and add cmd doc
2023-01-09 15:37:58 +08:00
feat: add more bugs
2023-01-09 23:20:56 +08:00
local
b
=
a
feat: format code and add cmd doc
2023-01-09 15:37:58 +08:00
feat: add more bugs
2023-01-09 23:20:56 +08:00
b
=
b
..
'
test
'
print
(
a
,
b
)
Reference in New Issue
Copy Permalink