Project

General

Profile

ActionsLike0

Bug #5540

closed

Final comma in argument list before block causes syntax error

Added by jballanc (Joshua Ballanco) over 13 years ago. Updated over 13 years ago.

Status:
Rejected
Target version:
ruby -v:
ruby 1.9.3p0 (2011-10-30 revision 33570) [x86_64-darwin11.2.0]
Backport:
[ruby-core:40645]

Description

The following code parses and runs correctly under 1.9.2-p290 but causes a syntax error under 1.9.3-p0:

def test(foo, &block); end
test 'hello', do; end

Updated by kosaki (Motohiro KOSAKI) over 13 years ago

  • Category set to core
  • Status changed from Open to Assigned
  • Assignee set to matz (Yukihiro Matsumoto)

Updated by matz (Yukihiro Matsumoto) over 13 years ago

  • Status changed from Assigned to Rejected
ActionsLike0

Also available in: Atom PDF