Make changed() run initially

This commit is contained in:
Aaron Smith 2023-09-28 16:46:32 +01:00
parent 46937c6979
commit c03fb05779
4 changed files with 24 additions and 1 deletions

View file

@ -1806,7 +1806,7 @@ TEST("changed()", wrap_root(function()
changed("Text", output)
}
--CHECK(output() == "a")
CHECK(output() == "a")
text.Text = "b"
CHECK(output() == "b")
end