add simple data_buffer test
This commit is contained in:
parent
36c2971fcf
commit
794aa5b9cd
4
dev/tests/data_buffer.lua
Normal file
4
dev/tests/data_buffer.lua
Normal file
@ -0,0 +1,4 @@
|
||||
local data_buffer = require "core:data_buffer"
|
||||
local buffer = data_buffer({}, 'LE', true)
|
||||
buffer:put_int16(2025)
|
||||
debug.print(buffer)
|
||||
Loading…
x
Reference in New Issue
Block a user