1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
This commit is contained in:
Conrad Irwin 2011-11-25 23:52:07 -08:00
parent 510a7a82bd
commit dfed318475

View file

@ -23,7 +23,7 @@ describe Pry do
["end"],
["puts )("],
["1 1"],
["puts", ":"],
["puts :"],
# in this case the syntax error is "expecting ')'".
((defined? RUBY_ENGINE && RUBY_ENGINE == "rbx") ? nil : ["def", "method(1"])
].compact.each do |foo|