aboutsummaryrefslogtreecommitdiff
path: root/gem/t1.lua
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--gem/t1.lua25
1 files changed, 0 insertions, 25 deletions
diff --git a/gem/t1.lua b/gem/t1.lua
deleted file mode 100644
index 0c054c9..0000000
--- a/gem/t1.lua
+++ /dev/null
@@ -1,25 +0,0 @@
1source = {}
2sink = {}
3pump = {}
4filter = {}
5
6-- source.chain
7dofile("ex6.lua")
8
9-- source.file
10dofile("ex5.lua")
11
12-- normalize
13require"gem"
14eol = gem.eol
15dofile("ex2.lua")
16
17-- sink.file
18require"ltn12"
19sink.file = ltn12.sink.file
20
21-- pump.all
22dofile("ex10.lua")
23
24-- run test
25dofile("ex1.lua")