* 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
This commit is contained in:
parent
523290ac13
commit
e4ac8fa282
@ -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>
|
Thu Sep 20 23:05:11 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||||
|
|
||||||
* thread_pthread.c (native_cond_initialize): destroy condattr
|
* thread_pthread.c (native_cond_initialize): destroy condattr
|
||||||
|
@ -25,7 +25,7 @@ require 'ripper/sexp'
|
|||||||
# [[:def,
|
# [[:def,
|
||||||
# [:@ident, "hello", [1, 4]],
|
# [:@ident, "hello", [1, 4]],
|
||||||
# [:paren,
|
# [:paren,
|
||||||
# [:params, [[:@ident, "world", [1, 10]]], nil, nil, nil, nil]],
|
# [:params, [[:@ident, "world", [1, 10]]], nil, nil, nil, nil, nil, nil]],
|
||||||
# [:bodystmt,
|
# [:bodystmt,
|
||||||
# [[:string_literal,
|
# [[:string_literal,
|
||||||
# [:string_content,
|
# [:string_content,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user