Fix syncback not removing stale $properties at engine defaults (#1244)

This commit is contained in:
Floyd Horng
2026-06-11 02:47:50 +01:00
committed by GitHub
parent ac6941f054
commit d12120bab6
7 changed files with 150 additions and 10 deletions

View File

@@ -86,4 +86,7 @@ syncback_tests! {
sync_rules => ["src/module.modulescript", "src/text.text"],
// Ensures that the `syncUnscriptable` setting works
unscriptable_properties => ["default.project.json"],
// Ensures that syncback correctly removes default values from projects rather
// than leaving an incorrect value.
project_default_properties_remove => ["default.project.json"],
}