diff options
author | Nao Pross <np@0hm.ch> | 2021-03-10 01:13:14 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2021-03-10 01:13:14 +0100 |
commit | 822dcf858a254f05b35bd42afdf5fcd236354713 (patch) | |
tree | 0c9b61230529586e689290ebd4e818e59e8934d6 /lua | |
parent | Create tests windows (diff) | |
download | testbench-ui-822dcf858a254f05b35bd42afdf5fcd236354713.tar.gz testbench-ui-822dcf858a254f05b35bd42afdf5fcd236354713.zip |
Make tests runnable
Diffstat (limited to '')
-rw-r--r-- | lua/demo.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/demo.lua b/lua/demo.lua index 31cb2be..a5d76b4 100644 --- a/lua/demo.lua +++ b/lua/demo.lua @@ -1,3 +1,7 @@ +-- ui.print("hello world") + function do_something() return 1 end + +return 10 |