mirror of https://github.com/Wilfred/difftastic/
Merge commit 'de221eccf9a221f5b85474a553474a69b4b5784d'
commit
36f66fabd8
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,27 @@
|
||||
====================================
|
||||
An error before a string literal
|
||||
====================================
|
||||
|
||||
def a(b):
|
||||
c.
|
||||
|
||||
"""
|
||||
d
|
||||
"""
|
||||
|
||||
e
|
||||
|
||||
---
|
||||
|
||||
(module
|
||||
(function_definition
|
||||
(identifier)
|
||||
(parameters
|
||||
(identifier))
|
||||
(ERROR
|
||||
(identifier))
|
||||
(block
|
||||
(expression_statement
|
||||
(string))
|
||||
(expression_statement
|
||||
(identifier)))))
|
||||
Loading…
Reference in New Issue