Add tests for \r removal

This commit is contained in:
w0rp
2020-08-31 09:01:41 +01:00
parent 31942c99b9
commit cdaeca452e
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ Before:
\ 'nr': -1,
\ 'type': 'E',
\ 'code': 'semi',
\ 'text': 'Missing semicolon.',
\ 'text': "Missing semicolon.\r",
\ 'detail': "Every statement should end with a semicolon\nsecond line",
\ },
\ {