diff --git a/ChangeLog b/ChangeLog index 0dee4686b9..dd3c7294b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Sep 22 07:15:00 2012 Zachary Scott + + * ext/ripper/lib/ripper.rb: + Match sample output to Ripper.sexp from current trunk version. + [Bug #6929] + Thu Sep 20 23:05:11 2012 KOSAKI Motohiro * thread_pthread.c (native_cond_initialize): destroy condattr diff --git a/ext/ripper/lib/ripper.rb b/ext/ripper/lib/ripper.rb index 96a181b9c6..542bd405d2 100644 --- a/ext/ripper/lib/ripper.rb +++ b/ext/ripper/lib/ripper.rb @@ -25,7 +25,7 @@ require 'ripper/sexp' # [[:def, # [:@ident, "hello", [1, 4]], # [:paren, -# [:params, [[:@ident, "world", [1, 10]]], nil, nil, nil, nil]], +# [:params, [[:@ident, "world", [1, 10]]], nil, nil, nil, nil, nil, nil]], # [:bodystmt, # [[:string_literal, # [:string_content,