summaryrefslogtreecommitdiff
path: root/test/files/run/interpreter.scala
Commit message (Collapse)AuthorAgeFilesLines
* More deprecation warnings fixed.Iulian Dragos2008-05-191-3/+3
|
* Generalizes the allowed inputs to the interpret...Lex Spoon2008-02-181-0/+8
| | | | | | | | | Generalizes the allowed inputs to the interpreter to be any combination of phrases that can be placed inside a template. Instead of having one "request" object try to understand the entire combination of phrases, the code now uses multiple "member handlers" for each request, one member handler for each phrase.
* Added tests for #323.Geoffrey Washburn2008-02-041-0/+3
|
* added a test for multi-line stringsLex Spoon2007-10-021-2/+14
|
* Removed the explicit force on slice.Sean McDirmid2007-08-291-2/+2
|
* * colltest - changed to jcl.LinkedHashSetSean McDirmid2007-08-291-1/+1
| | | | | * interpreter - Added explicit force in array slice call (implicit in Predefs should handle this, but it doesn't seem like it works here)
* (no commit message)Lex Spoon2007-07-131-0/+12
|
* Skip the first line of output, because now it i...Lex Spoon2007-06-191-2/+31
| | | | | Skip the first line of output, because now it includes a version number
* The parser no longer signals "incomplete input"...Lex Spoon2007-06-031-0/+7
| | | | | | The parser no longer signals "incomplete input" in cases where the input already has an outright syntax error.
* added a new line at the end, so that hopefully ...Lex Spoon2007-04-191-0/+1
| | | | | | added a new line at the end, so that hopefully the test is more robust on different machines
* (no commit message)Lex Spoon2007-04-191-0/+86