Correctly append newline to test output

This commit is contained in:
Michael Peyton Jones 2015-09-07 17:19:54 +01:00
parent 797cf08111
commit af00e52de6
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ Output() ::= <<
>>
Errors() ::= <<
line 1:0 extraneous input 'a' expecting {'b', 'c'}
line 1:0 extraneous input 'a' expecting {'b', 'c'}<\n>
>>
grammar(grammarName) ::= <<

View File

@ -16,7 +16,7 @@ Output() ::= <<
>>
Errors() ::= <<
line 1:0 extraneous input 'c' expecting 'a'
line 1:0 extraneous input 'c' expecting 'a'<\n>
>>
grammar(grammarName) ::= <<