Mercurial Hosting > luan
comparison scripts/test.luan @ 797:86e477945676
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 06 Sep 2016 11:50:30 -0600 |
parents | 5e3970ccd86a |
children | 21d157b153fe |
comparison
equal
deleted
inserted
replaced
796:6b8ea0a9b7c9 | 797:86e477945676 |
---|---|
28 local function print(...) | 28 local function print(...) |
29 Io.print_to(Io.stderr,...) | 29 Io.print_to(Io.stderr,...) |
30 end | 30 end |
31 | 31 |
32 function Io.schemes.site(path) | 32 function Io.schemes.site(path) |
33 return Io.uri( "luan:http"..path ) | 33 return Io.uri( "luan:http/tools"..path ) |
34 end | 34 end |
35 | 35 |
36 local page | 36 local page |
37 | 37 |
38 init() | 38 init() |