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