Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstevedonovan <steve.j.donovan@gmail.com>2011-02-27 20:23:19 +0300
committerstevedonovan <steve.j.donovan@gmail.com>2011-02-27 20:23:19 +0300
commit1c99f854e260425c618cbcf2297ae4b9c1271720 (patch)
tree522858f9b75bdae0cc46914df47d8f645e85bd60 /tests/test-pylib.lua
parenta82d8abd2a5cf90372354e2530008594716068b3 (diff)
Several changes:
- output HTML is no longer kept in this repo. - revisions to documentation - lexers may be passed a file-like object as well as a string; it is then possible to inquire about the current line and column.
Diffstat (limited to 'tests/test-pylib.lua')
-rw-r--r--tests/test-pylib.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-pylib.lua b/tests/test-pylib.lua
index 96cde5f..d0f6570 100644
--- a/tests/test-pylib.lua
+++ b/tests/test-pylib.lua
@@ -1,9 +1,8 @@
-- test-pylib.lua
-local list = require 'pl.list'
+local List = require 'pl.List'
require 'pl.stringx'.import()
local text = require ('pl.text')
local Template = text.Template
-local List = list.List
l = List{10,20,30,40,50}
s = List{1,2,3,4,5}