Project

General

Profile

« Previous | Next » 

Revision 77e971b6

Added by mdalessio (Mike Dalessio) almost 2 years ago

[ruby/yarp] fix: %w list spanning a heredoc

Two fixes were necessary:

  • ensure we are handling newlines correctly
  • accept two consecutive string tokens without a separator

https://github.com/ruby/yarp/commit/4e707937cb

Co-authored-by: Kevin Newton