mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Add test for Issue 343
This commit is contained in:
parent
9ea5b371e0
commit
7fe9fc1fd5
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ describe Pry do
|
|||
["p = <<FOO", "lots", "and", "lots of", "foo", "FOO"],
|
||||
["[", ":lets,", "'list',", "[/nested/", "], things ]"],
|
||||
["abc =~ /hello", "/"],
|
||||
["issue = %W/", "343/"],
|
||||
["pouts(<<HI, 'foo", "bar", "HI", "baz')"],
|
||||
].each do |foo|
|
||||
it "should not raise an error on broken lines: #{foo.join("\\n")}" do
|
||||
|
|
Loading…
Reference in a new issue