aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-21 22:15:21 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-21 22:15:21 +0000
commite4ac8fa28242b365cb81a95e7421806c350d1b65 (patch)
tree2648f3d62ce05fb0ad33990c4b9fa5eb858a3ac7
parent523290ac139d44aa57e57955bc4d3cd964848dcf (diff)
downloadruby-e4ac8fa28242b365cb81a95e7421806c350d1b65.tar.gz
* ext/ripper/lib/ripper.rb:
Match sample output to Ripper.sexp from current trunk version. [Bug #6929] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
-rw-r--r--ext/ripper/lib/ripper.rb2
2 files changed, 7 insertions, 1 deletions
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 <zzak@ruby-lang.org>
+
+ * 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 <kosaki.motohiro@gmail.com>
* 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,