summaryrefslogtreecommitdiff
path: root/testsuite/tr/tr-d-works (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - fix bug where we did not reject invalid classes like '[[:alpha'Bernhard Reutner-Fischer2007-03-301-1/+1
| | | | | | | - debloat while at it: text data bss dec hex filename 1554 0 19 1573 625 tr.o.oorig 1357 0 16 1373 55d tr.o
* Kill off the old 'tests' stuff. Write a ton of new tests for theEric Andersen2004-04-061-0/+4
'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik