mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Add an activeobject manager to hold active objects (#7939)
* Add an activeobject manager to hold active objects * Add unittests
This commit is contained in:
@@ -171,6 +171,8 @@ void TestUtilities::testWrapDegrees_0_360_v3f()
|
||||
void TestUtilities::testLowercase()
|
||||
{
|
||||
UASSERT(lowercase("Foo bAR") == "foo bar");
|
||||
UASSERT(lowercase("eeeeeeaaaaaaaaaaaààààà") == "eeeeeeaaaaaaaaaaaààààà");
|
||||
UASSERT(lowercase("MINETEST-powa") == "minetest-powa");
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user