mirror of
https://github.com/britzl/monarch.git
synced 2025-09-27 18:12:22 +02:00
Started adding unit tests
This commit is contained in:
12
test/data/screen1.gui_script
Normal file
12
test/data/screen1.gui_script
Normal file
@@ -0,0 +1,12 @@
|
||||
function init(self)
|
||||
print("init - screen1")
|
||||
end
|
||||
|
||||
function final(self)
|
||||
print("final - screen1")
|
||||
end
|
||||
|
||||
function on_message(self, message_id, message, sender)
|
||||
-- Add message-handling code here
|
||||
-- Remove this function if not needed
|
||||
end
|
Reference in New Issue
Block a user