minetest/builtin/common/tests
DS 2332527765
Add vector.to_string and vector.from_string (#10323)
Writing vectors as strings is very common and should belong to `vector.*`. `minetest.pos_to_string` is also too long to write, implies that one should only use it for positions and leaves no spaces after the commas.
2021-04-05 15:55:56 +02:00
..
misc_helpers_spec.lua Add Lua unit tests to builtin using busted (#9184) 2020-01-18 02:09:18 +00:00
serialize_spec.lua minetest.serialize: Reversible number serialization (#9722) 2020-04-22 16:43:48 +02:00
vector_spec.lua Add vector.to_string and vector.from_string (#10323) 2021-04-05 15:55:56 +02:00