[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Unit tests for Lua core
- From: "Eric Tetz" <erictetz@...>
- Date: Wed, 30 Jan 2008 14:39:30 -0800
I was making a small change to the Lua lexer, and wanted to validate
that I've not broken anything unrelated to my change. It occurred to
me that the Lua authors must have their own set of tests -- code
that exercises every nook and cranny of the language and validates
correctness -- which they themselves run after making changes. Are
these available somewhere?
Cheers,
Eric