about summary refs log tree commit diff
path: root/tests/lang/eval-okay-empty-args.exp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-04-21 * Update the expected test output (no longer an ATerm).Eelco Dolstra1-1/+1
2007-05-15 * Allow empty argument lists in function definitions (e.g., `{}:Eelco Dolstra1-0/+1
bla'). Also allow trailing commas (`{x, y,}: ...') as a unintented consequence. Hopefully the reduce/reduce conflict won't cause any problems.