1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-06 17:25:19 +00:00

Validate theme type/item names

This commit is contained in:
Haoyu Qiu
2022-04-26 18:21:34 +08:00
parent a8abdc9372
commit d8c04cda3a
4 changed files with 326 additions and 0 deletions

View File

@@ -77,6 +77,7 @@
#include "tests/scene/test_gradient.h"
#include "tests/scene/test_path_3d.h"
#include "tests/scene/test_text_edit.h"
#include "tests/scene/test_theme.h"
#include "tests/servers/test_text_server.h"
#include "tests/test_validate_testing.h"