mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Merge pull request #4407 from connec/improve-test-with-whitespace
Trivial: Remove trailing whitespace in test/error_messages.coffee
This commit is contained in:
commit
ebb56e08ca
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ test "#3795: invalid escapes", ->
|
|||
assertErrorFormat '''
|
||||
///a \\u002 0 space///
|
||||
''', '''
|
||||
[stdin]:1:6: error: invalid escape sequence \\u002
|
||||
[stdin]:1:6: error: invalid escape sequence \\u002 \n\
|
||||
///a \\u002 0 space///
|
||||
^\^^^^^
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue