From de47ad0121ca4155777005976b05debeda67aca6 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 21 Sep 2021 00:35:04 +0800 Subject: add byteof --- tests/modules/bytes/test.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/modules/bytes/test.lua') diff --git a/tests/modules/bytes/test.lua b/tests/modules/bytes/test.lua index ac12db29c..4cb272c94 100644 --- a/tests/modules/bytes/test.lua +++ b/tests/modules/bytes/test.lua @@ -10,7 +10,6 @@ function test_ctor(t) t:are_equal(bytes({bytes("123"), bytes("456"), bytes("789")}):str(), "123456789") end ---[[ function test_clone(t) t:are_equal(bytes(10):clone():size(), 10) t:are_equal(bytes("123456789"):clone():str(), "123456789") @@ -36,4 +35,4 @@ end function test_concat(t) t:are_equal((bytes("123") .. bytes("456")):str(), "123456") t:are_equal(bytes(bytes("123"), bytes("456")):str(), "123456") -end]] +end -- cgit v1.3.1