You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Moved from pry/pry#2227 because it seems like this is a behaviour introduced by pry-byebug, not one that exists in pry on its own.)
When multiline strings are entered in the interpreter, repeated newlines are ignored and compacted to a single newline. This behaviour is inconsistent with how multi-line strings are handled by the ruby parser and by irb (see example below).
(Moved from pry/pry#2227 because it seems like this is a behaviour introduced by pry-byebug, not one that exists in pry on its own.)
When multiline strings are entered in the interpreter, repeated newlines are ignored and compacted to a single newline. This behaviour is inconsistent with how multi-line strings are handled by the ruby parser and by irb (see example below).
Pry results, missing newlines:
irb results, as expected:
The text was updated successfully, but these errors were encountered: