diff options
| author | ruki <[email protected]> | 2020-01-19 21:43:08 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-19 21:43:08 +0800 |
| commit | 382488036184236e17be24ede9cca18ae8af32c5 (patch) | |
| tree | c9ed704cb7ddc3cc95d5f5833086124a4cbf3759 /tests/modules/bytes/test.lua | |
| parent | 7fa954bf793944bdf42175a372277fcd386d62af (diff) | |
| parent | d0b39e229426a336f71a0cc24f6319a47e2ce975 (diff) | |
Merge pull request #669 from OpportunityLiu/tab-complete
Improve tab complete
Diffstat (limited to 'tests/modules/bytes/test.lua')
| -rw-r--r-- | tests/modules/bytes/test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/modules/bytes/test.lua b/tests/modules/bytes/test.lua index 52b754c0a..4cb272c94 100644 --- a/tests/modules/bytes/test.lua +++ b/tests/modules/bytes/test.lua @@ -1,3 +1,4 @@ +import("core.base.bytes") function test_ctor(t) t:are_equal(bytes("123456789"):str(), "123456789") |
