Add test for Issue 343

This commit is contained in:
Conrad Irwin 2011-11-26 00:37:47 -08:00
parent 9ea5b371e0
commit 7fe9fc1fd5
1 changed files with 1 additions and 0 deletions

View File

@ -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