aboutsummaryrefslogtreecommitdiffstats
path: root/test_.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test_.lua')
-rwxr-xr-xtest_.lua15
1 files changed, 6 insertions, 9 deletions
diff --git a/test_.lua b/test_.lua
index 629c151..c9884ea 100755
--- a/test_.lua
+++ b/test_.lua
@@ -2,13 +2,6 @@
2 2
3 3
4local _ = require '_' 4local _ = require '_'
5local D = _.D
6local I = _.I
7local T = _.T
8local W = _.W
9local E = _.E
10local C = _.C
11local __ = _._
12 5
13 6
14D('Starting from the top.') 7D('Starting from the top.')
@@ -114,5 +107,9 @@ print(__'exit 42':log():show():Do().status)
114print(__'return 42':log():show():Do().status) 107print(__'return 42':log():show():Do().status)
115print(__'command NoSuchCommand':log():show():Do().status) 108print(__'command NoSuchCommand':log():show():Do().status)
116 109
117__'qpdfview':forkOnce() 110--__'qpdfview':forkOnce()
118__'qpdfview':forkOnce() 111--__'qpdfview':forkOnce()
112
113
114D('debug?')
115I('info?') \ No newline at end of file