27604359d4
Currently, inserting a newline after a ruby method will incorrectly cause the following line to repeat the method header. This commit adds a test case to illustrate the bug.
4 lines
32 B
Plaintext
4 lines
32 B
Plaintext
class Test
|
|
def test%( )
|
|
end
|