Mercurial Hosting > luan
comparison website/src/diff.html.luan @ 693:ca169567ce07
module URIs must now include ".luan"
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Tue, 19 Apr 2016 15:54:11 -0600 |
| parents | 33f1b4ad2c9d |
| children | 616761e0b9f6 |
comparison
equal
deleted
inserted
replaced
| 692:7bd97d642f37 | 693:ca169567ce07 |
|---|---|
| 1 local Io = require "luan:Io" | 1 local Io = require "luan:Io.luan" |
| 2 local Http = require "luan:http/Http" | 2 local Http = require "luan:http/Http.luan" |
| 3 local Shared = require "site:/Shared" | 3 local Shared = require "site:/Shared.luan" |
| 4 | 4 |
| 5 | 5 |
| 6 return function() | 6 return function() |
| 7 Io.stdout = Http.response.text_writer() | 7 Io.stdout = Http.response.text_writer() |
| 8 %> | 8 %> |
