source-academy / source-programs

Notable Source programs, developed for SICP JS and other educational projects
GNU General Public License v3.0
7 stars 18 forks source link

Support multi line test cases #36

Closed tysg closed 4 years ago

tysg commented 4 years ago

Reopened from https://github.com/source-academy/source-programs/pull/30

Right now, the test script only looks at the last line of the test file and compare the output with this line. This PR makes the test script support multiple lines of comments (i.e. expected output).