aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest_.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_.lua b/test_.lua
index 82c418f..e4ebcc8 100755
--- a/test_.lua
+++ b/test_.lua
@@ -156,5 +156,6 @@ print('')
156for k,a in pairs(arg) do print('arg[' .. k .. '] = ' .. a) end 156for k,a in pairs(arg) do print('arg[' .. k .. '] = ' .. a) end
157 157
158__'date':log():show():Do() 158__'date':log():show():Do()
159-- Should get that "later" thing printed while the sleep is happening.
159__'date; sleep 5; date':log():show():Do() 160__'date; sleep 5; date':log():show():Do()
160 161