summaryrefslogtreecommitdiff
path: root/t/test-suite
AgeCommit message (Collapse)Author
2015-03-09Removed trailing whitespace from the codeSteve Kemp
2015-03-09More minor space fixupsSteve Kemp
2015-03-09Prefer single-quotes when you don't need interpolation.Steve Kemp
So "foo" is less good than 'foo'.
2015-03-09Use long-namesSteve Kemp
Instead of "$0" use $PROGRAM_NAME, instead of $! use "$LOAD_PATH". This is more explicit and less-magic. Flagged by rubocop
2014-12-11Tidied up test suite include pathPatrick J Cherry
2012-11-13 Fixed include paths.Steve Kemp
2012-11-13 Allow the parser to be loaded.Steve Kemp
2012-11-13 Added.Steve Kemp