Overview
lua-TestLongString is a port of the Perl5 module Test::LongString.
It is an extension of lua-TestMore.
It provides functions for comparing and testing strings that are not in plain text or are especially long.
Status
lua-TestLongString is in beta stage.
It's developed for Lua 5.1 & 5.2.
Download
lua-TestLongString source can be downloaded from GitHub.
Installation
The easiest way to install lua-TestLongString is to use LuaRocks:
luarocks install lua-testlongstring
or manually, with:
make install
Copyright and License
Copyright © 2009-2012 François Perrad
This library is licensed under the terms of the MIT/X11 license, like Lua itself.