forked from jasder/antlr
Correctly append newline to test output
This commit is contained in:
parent
797cf08111
commit
af00e52de6
|
@ -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) ::= <<
|
||||
|
|
|
@ -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) ::= <<
|
||||
|
|
Loading…
Reference in New Issue