keplerproject / orbit

Orbit is an MVC web framework for Lua.
http://keplerproject.github.io/orbit/
118 stars 35 forks source link

test_routes.lua fails with lpeg > 0.10 #18

Closed kognix closed 10 years ago

kognix commented 10 years ago

test_routes.lua fails at line 126 with: attempt to index local 't' (a nil value)

Believe this is due to the period in the match pattern which behaves differently in later versions of lpeg.

mascarenhas commented 10 years ago

Pushed a fix for this issue.