# Logfile created on 2023-06-21 18:30:52 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005604bfa5a068 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-random1", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-random1", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-random1", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-random1", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=\"--test-order=random\"", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-random1.20230621-183052", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005604bfae34a8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005604bfae3340 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005604bfae3188 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-random1.20230621-183052", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-random1.20230621-183052>, @binmode=false, @mon_data=#<Monitor:0x00005604bfae30c0>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
 * branch            aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   a87bce8..cc7f765  master     -> origin/master
Updating a87bce8..cc7f765
Fast-forward
 common.mk                                          |  1214 ++
 inits.c                                            |     1 +
 lib/yarp.rb                                        |   248 +
 lib/yarp/language_server.rb                        |   166 +
 lib/yarp/lex_compat.rb                             |   749 ++
 lib/yarp/node.rb                                   |  6434 +++++++++
 lib/yarp/pack.rb                                   |   185 +
 lib/yarp/ripper_compat.rb                          |   174 +
 lib/yarp/serialize.rb                              |   367 +
 template/Makefile.in                               |     1 +
 test/yarp/comments_test.rb                         |    47 +
 test/yarp/compile_test.rb                          |   212 +
 test/yarp/encoding_test.rb                         |    70 +
 test/yarp/errors_test.rb                           |   984 ++
 test/yarp/fixtures/alias.txt                       |    23 +
 test/yarp/fixtures/arithmetic.txt                  |     8 +
 test/yarp/fixtures/arrays.txt                      |    80 +
 test/yarp/fixtures/begin_ensure.txt                |    14 +
 test/yarp/fixtures/begin_rescue.txt                |    79 +
 test/yarp/fixtures/blocks.txt                      |    54 +
 test/yarp/fixtures/boolean_operators.txt           |     5 +
 test/yarp/fixtures/booleans.txt                    |     3 +
 test/yarp/fixtures/break.txt                       |    25 +
 test/yarp/fixtures/case.txt                        |    30 +
 test/yarp/fixtures/classes.txt                     |    35 +
 test/yarp/fixtures/comments.txt                    |    24 +
 test/yarp/fixtures/constants.txt                   |   169 +
 test/yarp/fixtures/dash_heredocs.txt               |    44 +
 test/yarp/fixtures/defined.txt                     |     7 +
 test/yarp/fixtures/dos_endings.txt                 |    20 +
 test/yarp/fixtures/embdoc_no_newline_at_end.txt    |     2 +
 test/yarp/fixtures/for.txt                         |    19 +
 test/yarp/fixtures/global_variables.txt            |    89 +
 test/yarp/fixtures/hashes.txt                      |    20 +
 .../fixtures/heredoc_with_trailing_newline.txt     |     2 +
 test/yarp/fixtures/heredocs_nested.txt             |     9 +
 .../fixtures/heredocs_with_ignored_newlines.txt    |    14 +
 ...eredocs_with_ignored_newlines_and_non_empty.txt |     4 +
 test/yarp/fixtures/if.txt                          |    31 +
 test/yarp/fixtures/integer_operations.txt          |    63 +
 test/yarp/fixtures/keyword_method_names.txt        |    29 +
 test/yarp/fixtures/keywords.txt                    |    11 +
 test/yarp/fixtures/lambda.txt                      |     7 +
 test/yarp/fixtures/method_calls.txt                |   139 +
 test/yarp/fixtures/methods.txt                     |   165 +
 test/yarp/fixtures/modules.txt                     |    18 +
 test/yarp/fixtures/next.txt                        |    24 +
 test/yarp/fixtures/nils.txt                        |    13 +
 test/yarp/fixtures/non_alphanumeric_methods.txt    |   105 +
 test/yarp/fixtures/not.txt                         |    20 +
 test/yarp/fixtures/numbers.txt                     |    63 +
 test/yarp/fixtures/patterns.txt                    |   191 +
 test/yarp/fixtures/procs.txt                       |    27 +
 test/yarp/fixtures/range_begin_open_exclusive.txt  |     1 +
 test/yarp/fixtures/range_begin_open_inclusive.txt  |     1 +
 test/yarp/fixtures/range_end_open_exclusive.txt    |     1 +
 test/yarp/fixtures/range_end_open_inclusive.txt    |     1 +
 test/yarp/fixtures/ranges.txt                      |    17 +
 test/yarp/fixtures/regex.txt                       |    28 +
 test/yarp/fixtures/rescue.txt                      |    31 +
 test/yarp/fixtures/return.txt                      |    24 +
 test/yarp/fixtures/seattlerb/BEGIN.txt             |     1 +
 test/yarp/fixtures/seattlerb/README.rdoc           |   113 +
 test/yarp/fixtures/seattlerb/__ENCODING__.txt      |     1 +
 .../yarp/fixtures/seattlerb/alias_gvar_backref.txt |     1 +
 test/yarp/fixtures/seattlerb/alias_resword.txt     |     1 +
 test/yarp/fixtures/seattlerb/and_multi.txt         |     3 +
 test/yarp/fixtures/seattlerb/aref_args_assocs.txt  |     1 +
 .../fixtures/seattlerb/aref_args_lit_assocs.txt    |     1 +
 test/yarp/fixtures/seattlerb/args_kw_block.txt     |     1 +
 test/yarp/fixtures/seattlerb/array_line_breaks.txt |     4 +
 .../seattlerb/array_lits_trailing_calls.txt        |     3 +
 test/yarp/fixtures/seattlerb/assoc__bare.txt       |     1 +
 test/yarp/fixtures/seattlerb/assoc_label.txt       |     1 +
 .../yarp/fixtures/seattlerb/attr_asgn_colon_id.txt |     1 +
 .../yarp/fixtures/seattlerb/attrasgn_array_arg.txt |     1 +
 .../yarp/fixtures/seattlerb/attrasgn_array_lhs.txt |     1 +
 .../seattlerb/attrasgn_primary_dot_constant.txt    |     1 +
 .../seattlerb/backticks_interpolation_line.txt     |     1 +
 test/yarp/fixtures/seattlerb/bang_eq.txt           |     1 +
 test/yarp/fixtures/seattlerb/bdot2.txt             |     3 +
 test/yarp/fixtures/seattlerb/bdot3.txt             |     3 +
 .../fixtures/seattlerb/begin_ensure_no_bodies.txt  |     3 +
 .../seattlerb/begin_rescue_else_ensure_bodies.txt  |     9 +
 .../begin_rescue_else_ensure_no_bodies.txt         |     9 +
 .../seattlerb/begin_rescue_ensure_no_bodies.txt    |     4 +
 test/yarp/fixtures/seattlerb/block_arg__bare.txt   |     1 +
 test/yarp/fixtures/seattlerb/block_arg_kwsplat.txt |     1 +
 .../fixtures/seattlerb/block_arg_opt_arg_block.txt |     1 +
 .../fixtures/seattlerb/block_arg_opt_splat.txt     |     1 +
 .../block_arg_opt_splat_arg_block_omfg.txt         |     1 +
 .../yarp/fixtures/seattlerb/block_arg_optional.txt |     1 +
 test/yarp/fixtures/seattlerb/block_arg_scope.txt   |     1 +
 test/yarp/fixtures/seattlerb/block_arg_scope2.txt  |     1 +
 .../fixtures/seattlerb/block_arg_splat_arg.txt     |     1 +
 test/yarp/fixtures/seattlerb/block_args_kwargs.txt |     1 +
 .../fixtures/seattlerb/block_args_no_kwargs.txt    |     1 +
 test/yarp/fixtures/seattlerb/block_args_opt1.txt   |     1 +
 test/yarp/fixtures/seattlerb/block_args_opt2.txt   |     1 +
 test/yarp/fixtures/seattlerb/block_args_opt2_2.txt |     1 +
 test/yarp/fixtures/seattlerb/block_args_opt3.txt   |     1 +
 test/yarp/fixtures/seattlerb/block_break.txt       |     1 +
 .../seattlerb/block_call_defn_call_block_call.txt  |     4 +
 .../seattlerb/block_call_dot_op2_brace_block.txt   |     1 +
 .../block_call_dot_op2_cmd_args_do_block.txt       |     1 +
 .../seattlerb/block_call_operation_colon.txt       |     1 +
 .../seattlerb/block_call_operation_dot.txt         |     1 +
 .../seattlerb/block_call_paren_call_block_call.txt |     2 +
 .../seattlerb/block_command_operation_colon.txt    |     1 +
 .../seattlerb/block_command_operation_dot.txt      |     1 +
 .../seattlerb/block_decomp_anon_splat_arg.txt      |     1 +
 .../fixtures/seattlerb/block_decomp_arg_splat.txt  |     1 +
 .../seattlerb/block_decomp_arg_splat_arg.txt       |     1 +
 .../yarp/fixtures/seattlerb/block_decomp_splat.txt |     1 +
 test/yarp/fixtures/seattlerb/block_kw.txt          |     1 +
 .../yarp/fixtures/seattlerb/block_kw__required.txt |     1 +
 test/yarp/fixtures/seattlerb/block_kwarg_lvar.txt  |     1 +
 .../seattlerb/block_kwarg_lvar_multiple.txt        |     1 +
 test/yarp/fixtures/seattlerb/block_next.txt        |     1 +
 test/yarp/fixtures/seattlerb/block_opt_arg.txt     |     1 +
 test/yarp/fixtures/seattlerb/block_opt_splat.txt   |     1 +
 .../seattlerb/block_opt_splat_arg_block_omfg.txt   |     1 +
 test/yarp/fixtures/seattlerb/block_optarg.txt      |     1 +
 test/yarp/fixtures/seattlerb/block_paren_splat.txt |     1 +
 test/yarp/fixtures/seattlerb/block_reg_optarg.txt  |     1 +
 test/yarp/fixtures/seattlerb/block_return.txt      |     1 +
 test/yarp/fixtures/seattlerb/block_scope.txt       |     1 +
 test/yarp/fixtures/seattlerb/block_splat_reg.txt   |     1 +
 test/yarp/fixtures/seattlerb/bug169.txt            |     1 +
 test/yarp/fixtures/seattlerb/bug179.txt            |     1 +
 test/yarp/fixtures/seattlerb/bug190.txt            |     1 +
 test/yarp/fixtures/seattlerb/bug191.txt            |     3 +
 test/yarp/fixtures/seattlerb/bug202.txt            |     2 +
 test/yarp/fixtures/seattlerb/bug236.txt            |     3 +
 test/yarp/fixtures/seattlerb/bug290.txt            |     3 +
 test/yarp/fixtures/seattlerb/bug_187.txt           |     3 +
 test/yarp/fixtures/seattlerb/bug_215.txt           |     1 +
 test/yarp/fixtures/seattlerb/bug_249.txt           |     4 +
 test/yarp/fixtures/seattlerb/bug_and.txt           |     4 +
 test/yarp/fixtures/seattlerb/bug_args__19.txt      |     1 +
 test/yarp/fixtures/seattlerb/bug_args_masgn.txt    |     1 +
 test/yarp/fixtures/seattlerb/bug_args_masgn2.txt   |     1 +
 .../seattlerb/bug_args_masgn_outer_parens__19.txt  |     1 +
 .../fixtures/seattlerb/bug_call_arglist_parens.txt |    11 +
 .../fixtures/seattlerb/bug_case_when_regexp.txt    |     1 +
 test/yarp/fixtures/seattlerb/bug_comma.txt         |     1 +
 test/yarp/fixtures/seattlerb/bug_cond_pct.txt      |     1 +
 test/yarp/fixtures/seattlerb/bug_hash_args.txt     |     1 +
 .../seattlerb/bug_hash_args_trailing_comma.txt     |     1 +
 .../fixtures/seattlerb/bug_hash_interp_array.txt   |     1 +
 test/yarp/fixtures/seattlerb/bug_masgn_right.txt   |     1 +
 test/yarp/fixtures/seattlerb/bug_not_parens.txt    |     1 +
 .../yarp/fixtures/seattlerb/bug_op_asgn_rescue.txt |     1 +
 test/yarp/fixtures/seattlerb/call_and.txt          |     1 +
 test/yarp/fixtures/seattlerb/call_arg_assoc.txt    |     1 +
 .../fixtures/seattlerb/call_arg_assoc_kwsplat.txt  |     1 +
 test/yarp/fixtures/seattlerb/call_arg_kwsplat.txt  |     1 +
 .../fixtures/seattlerb/call_args_assoc_quoted.txt  |     5 +
 .../seattlerb/call_args_assoc_trailing_comma.txt   |     1 +
 test/yarp/fixtures/seattlerb/call_args_command.txt |     1 +
 test/yarp/fixtures/seattlerb/call_array_arg.txt    |     1 +
 .../fixtures/seattlerb/call_array_block_call.txt   |     1 +
 .../seattlerb/call_array_lambda_block_call.txt     |     2 +
 .../seattlerb/call_array_lit_inline_hash.txt       |     1 +
 test/yarp/fixtures/seattlerb/call_assoc.txt        |     1 +
 test/yarp/fixtures/seattlerb/call_assoc_new.txt    |     1 +
 .../seattlerb/call_assoc_new_if_multiline.txt      |     5 +
 .../seattlerb/call_assoc_trailing_comma.txt        |     1 +
 .../fixtures/seattlerb/call_bang_command_call.txt  |     1 +
 .../yarp/fixtures/seattlerb/call_bang_squiggle.txt |     1 +
 .../seattlerb/call_begin_call_block_call.txt       |     3 +
 .../fixtures/seattlerb/call_block_arg_named.txt    |     1 +
 test/yarp/fixtures/seattlerb/call_carat.txt        |     1 +
 test/yarp/fixtures/seattlerb/call_colon2.txt       |     1 +
 test/yarp/fixtures/seattlerb/call_colon_parens.txt |     1 +
 test/yarp/fixtures/seattlerb/call_div.txt          |     1 +
 test/yarp/fixtures/seattlerb/call_dot_parens.txt   |     1 +
 test/yarp/fixtures/seattlerb/call_env.txt          |     1 +
 test/yarp/fixtures/seattlerb/call_eq3.txt          |     1 +
 test/yarp/fixtures/seattlerb/call_gt.txt           |     1 +
 test/yarp/fixtures/seattlerb/call_kwsplat.txt      |     1 +
 test/yarp/fixtures/seattlerb/call_leading_dots.txt |     3 +
 .../seattlerb/call_leading_dots_comment.txt        |     4 +
 test/yarp/fixtures/seattlerb/call_lt.txt           |     1 +
 test/yarp/fixtures/seattlerb/call_lte.txt          |     1 +
 test/yarp/fixtures/seattlerb/call_not.txt          |     1 +
 test/yarp/fixtures/seattlerb/call_pipe.txt         |     1 +
 test/yarp/fixtures/seattlerb/call_rshift.txt       |     1 +
 .../yarp/fixtures/seattlerb/call_self_brackets.txt |     1 +
 test/yarp/fixtures/seattlerb/call_spaceship.txt    |     1 +
 .../seattlerb/call_stabby_do_end_with_block.txt    |     1 +
 .../seattlerb/call_stabby_with_braces_block.txt    |     1 +
 test/yarp/fixtures/seattlerb/call_star.txt         |     1 +
 test/yarp/fixtures/seattlerb/call_star2.txt        |     1 +
 .../fixtures/seattlerb/call_trailing_comma.txt     |     1 +
 .../yarp/fixtures/seattlerb/call_trailing_dots.txt |     3 +
 test/yarp/fixtures/seattlerb/call_unary_bang.txt   |     1 +
 test/yarp/fixtures/seattlerb/case_in.txt           |   111 +
 test/yarp/fixtures/seattlerb/case_in_31.txt        |     4 +
 test/yarp/fixtures/seattlerb/case_in_37.txt        |     4 +
 test/yarp/fixtures/seattlerb/case_in_42.txt        |     3 +
 test/yarp/fixtures/seattlerb/case_in_42_2.txt      |     3 +
 test/yarp/fixtures/seattlerb/case_in_47.txt        |     4 +
 test/yarp/fixtures/seattlerb/case_in_67.txt        |     3 +
 test/yarp/fixtures/seattlerb/case_in_86.txt        |     3 +
 test/yarp/fixtures/seattlerb/case_in_86_2.txt      |     3 +
 .../fixtures/seattlerb/case_in_array_pat_const.txt |     4 +
 .../seattlerb/case_in_array_pat_const2.txt         |     4 +
 .../seattlerb/case_in_array_pat_paren_assign.txt   |     4 +
 test/yarp/fixtures/seattlerb/case_in_const.txt     |     4 +
 test/yarp/fixtures/seattlerb/case_in_else.txt      |     7 +
 test/yarp/fixtures/seattlerb/case_in_find.txt      |     3 +
 .../yarp/fixtures/seattlerb/case_in_find_array.txt |     3 +
 test/yarp/fixtures/seattlerb/case_in_hash_pat.txt  |     5 +
 .../fixtures/seattlerb/case_in_hash_pat_assign.txt |     4 +
 .../seattlerb/case_in_hash_pat_paren_assign.txt    |     4 +
 .../seattlerb/case_in_hash_pat_paren_true.txt      |     5 +
 .../fixtures/seattlerb/case_in_hash_pat_rest.txt   |     3 +
 .../seattlerb/case_in_hash_pat_rest_solo.txt       |     3 +
 .../seattlerb/case_in_if_unless_post_mod.txt       |     6 +
 test/yarp/fixtures/seattlerb/case_in_multiple.txt  |     6 +
 test/yarp/fixtures/seattlerb/case_in_or.txt        |     5 +
 test/yarp/fixtures/seattlerb/class_comments.txt    |     9 +
 test/yarp/fixtures/seattlerb/cond_unary_minus.txt  |     1 +
 .../fixtures/seattlerb/const_2_op_asgn_or2.txt     |     1 +
 .../yarp/fixtures/seattlerb/const_3_op_asgn_or.txt |     1 +
 .../yarp/fixtures/seattlerb/const_op_asgn_and1.txt |     1 +
 .../yarp/fixtures/seattlerb/const_op_asgn_and2.txt |     1 +
 test/yarp/fixtures/seattlerb/const_op_asgn_or.txt  |     1 +
 test/yarp/fixtures/seattlerb/dasgn_icky2.txt       |     8 +
 test/yarp/fixtures/seattlerb/defined_eh_parens.txt |     1 +
 .../fixtures/seattlerb/defn_arg_asplat_arg.txt     |     1 +
 .../fixtures/seattlerb/defn_arg_forward_args.txt   |     1 +
 .../fixtures/seattlerb/defn_args_forward_args.txt  |     1 +
 test/yarp/fixtures/seattlerb/defn_comments.txt     |     5 +
 .../fixtures/seattlerb/defn_endless_command.txt    |     1 +
 .../seattlerb/defn_endless_command_rescue.txt      |     1 +
 test/yarp/fixtures/seattlerb/defn_forward_args.txt |     1 +
 test/yarp/fixtures/seattlerb/defn_kwarg_env.txt    |     1 +
 test/yarp/fixtures/seattlerb/defn_kwarg_kwarg.txt  |     1 +
 .../yarp/fixtures/seattlerb/defn_kwarg_kwsplat.txt |     1 +
 .../fixtures/seattlerb/defn_kwarg_kwsplat_anon.txt |     1 +
 test/yarp/fixtures/seattlerb/defn_kwarg_lvar.txt   |     1 +
 .../fixtures/seattlerb/defn_kwarg_no_parens.txt    |     2 +
 test/yarp/fixtures/seattlerb/defn_kwarg_val.txt    |     1 +
 test/yarp/fixtures/seattlerb/defn_no_kwargs.txt    |     1 +
 test/yarp/fixtures/seattlerb/defn_oneliner.txt     |     1 +
 test/yarp/fixtures/seattlerb/defn_oneliner_eq2.txt |     3 +
 .../fixtures/seattlerb/defn_oneliner_noargs.txt    |     1 +
 .../seattlerb/defn_oneliner_noargs_parentheses.txt |     1 +
 .../fixtures/seattlerb/defn_oneliner_rescue.txt    |    13 +
 test/yarp/fixtures/seattlerb/defn_opt_last_arg.txt |     2 +
 test/yarp/fixtures/seattlerb/defn_opt_reg.txt      |     1 +
 .../yarp/fixtures/seattlerb/defn_opt_splat_arg.txt |     1 +
 test/yarp/fixtures/seattlerb/defn_powarg.txt       |     1 +
 test/yarp/fixtures/seattlerb/defn_reg_opt_reg.txt  |     1 +
 test/yarp/fixtures/seattlerb/defn_splat_arg.txt    |     1 +
 test/yarp/fixtures/seattlerb/defn_unary_not.txt    |     1 +
 test/yarp/fixtures/seattlerb/defns_reserved.txt    |     1 +
 .../seattlerb/defs_as_arg_with_do_block_inside.txt |     1 +
 test/yarp/fixtures/seattlerb/defs_comments.txt     |     5 +
 .../fixtures/seattlerb/defs_endless_command.txt    |     1 +
 .../seattlerb/defs_endless_command_rescue.txt      |     1 +
 test/yarp/fixtures/seattlerb/defs_kwarg.txt        |     2 +
 test/yarp/fixtures/seattlerb/defs_oneliner.txt     |     1 +
 test/yarp/fixtures/seattlerb/defs_oneliner_eq2.txt |     3 +
 .../fixtures/seattlerb/defs_oneliner_rescue.txt    |    13 +
 test/yarp/fixtures/seattlerb/do_bug.txt            |     4 +
 test/yarp/fixtures/seattlerb/do_lambda.txt         |     1 +
 test/yarp/fixtures/seattlerb/dot2_nil__26.txt      |     1 +
 test/yarp/fixtures/seattlerb/dot3_nil__26.txt      |     1 +
 test/yarp/fixtures/seattlerb/dstr_evstr.txt        |     1 +
 .../fixtures/seattlerb/dstr_evstr_empty_end.txt    |     1 +
 test/yarp/fixtures/seattlerb/dstr_lex_state.txt    |     1 +
 test/yarp/fixtures/seattlerb/dstr_str.txt          |     1 +
 test/yarp/fixtures/seattlerb/dsym_esc_to_sym.txt   |     1 +
 test/yarp/fixtures/seattlerb/dsym_to_sym.txt       |     3 +
 .../fixtures/seattlerb/eq_begin_line_numbers.txt   |     6 +
 ...eq_begin_why_wont_people_use_their_spacebar.txt |     3 +
 test/yarp/fixtures/seattlerb/evstr_evstr.txt       |     1 +
 test/yarp/fixtures/seattlerb/evstr_str.txt         |     1 +
 test/yarp/fixtures/seattlerb/expr_not_bang.txt     |     1 +
 test/yarp/fixtures/seattlerb/f_kw.txt              |     1 +
 test/yarp/fixtures/seattlerb/f_kw__required.txt    |     1 +
 test/yarp/fixtures/seattlerb/flip2_env_lvar.txt    |     1 +
 .../fixtures/seattlerb/float_with_if_modifier.txt  |     1 +
 .../seattlerb/heredoc__backslash_dos_format.txt    |     5 +
 .../fixtures/seattlerb/heredoc_backslash_nl.txt    |     8 +
 .../fixtures/seattlerb/heredoc_bad_hex_escape.txt  |     3 +
 .../fixtures/seattlerb/heredoc_bad_oct_escape.txt  |     5 +
 test/yarp/fixtures/seattlerb/heredoc_comma_arg.txt |     7 +
 test/yarp/fixtures/seattlerb/heredoc_lineno.txt    |     7 +
 test/yarp/fixtures/seattlerb/heredoc_nested.txt    |     7 +
 test/yarp/fixtures/seattlerb/heredoc_squiggly.txt  |     7 +
 ...edoc_squiggly_blank_line_plus_interpolation.txt |     4 +
 .../seattlerb/heredoc_squiggly_blank_lines.txt     |     7 +
 .../fixtures/seattlerb/heredoc_squiggly_empty.txt  |     2 +
 .../fixtures/seattlerb/heredoc_squiggly_interp.txt |     5 +
 .../seattlerb/heredoc_squiggly_no_indent.txt       |     3 +
 .../fixtures/seattlerb/heredoc_squiggly_tabs.txt   |     6 +
 .../seattlerb/heredoc_squiggly_tabs_extra.txt      |     6 +
 .../heredoc_squiggly_visually_blank_lines.txt      |     7 +
 .../heredoc_trailing_slash_continued_call.txt      |     4 +
 test/yarp/fixtures/seattlerb/heredoc_unicode.txt   |     4 +
 .../heredoc_with_carriage_return_escapes.txt       |     5 +
 ...eredoc_with_carriage_return_escapes_windows.txt |     5 +
 .../heredoc_with_extra_carriage_horrible_mix.txt   |     4 +
 .../heredoc_with_extra_carriage_returns.txt        |     5 +
 ...heredoc_with_extra_carriage_returns_windows.txt |     5 +
 ...h_interpolation_and_carriage_return_escapes.txt |     4 +
 ...olation_and_carriage_return_escapes_windows.txt |     4 +
 .../heredoc_with_not_global_interpolation.txt      |     3 +
 .../heredoc_with_only_carriage_returns.txt         |     6 +
 .../heredoc_with_only_carriage_returns_windows.txt |     6 +
 .../fixtures/seattlerb/heredoc_wtf_I_hate_you.txt  |     4 +
 .../seattlerb/i_fucking_hate_line_numbers.txt      |    13 +
 .../seattlerb/i_fucking_hate_line_numbers2.txt     |     8 +
 .../fixtures/seattlerb/i_have_no_freakin_clue.txt  |     2 +
 test/yarp/fixtures/seattlerb/if_elsif.txt          |     1 +
 test/yarp/fixtures/seattlerb/if_symbol.txt         |     1 +
 test/yarp/fixtures/seattlerb/in_expr_no_case.txt   |     1 +
 test/yarp/fixtures/seattlerb/index_0.txt           |     1 +
 test/yarp/fixtures/seattlerb/index_0_opasgn.txt    |     1 +
 .../seattlerb/integer_with_if_modifier.txt         |     1 +
 .../interpolated_symbol_array_line_breaks.txt      |     5 +
 .../interpolated_word_array_line_breaks.txt        |     5 +
 test/yarp/fixtures/seattlerb/iter_args_1.txt       |     1 +
 test/yarp/fixtures/seattlerb/iter_args_10_1.txt    |     1 +
 test/yarp/fixtures/seattlerb/iter_args_10_2.txt    |     1 +
 test/yarp/fixtures/seattlerb/iter_args_11_1.txt    |     1 +
 test/yarp/fixtures/seattlerb/iter_args_11_2.txt    |     1 +
 test/yarp/fixtures/seattlerb/iter_args_2__19.txt   |     1 +
 test/yarp/fixtures/seattlerb/iter_args_3.txt       |     1 +
 test/yarp/fixtures/seattlerb/iter_args_4.txt       |     1 +
 test/yarp/fixtures/seattlerb/iter_args_5.txt       |     1 +
 test/yarp/fixtures/seattlerb/iter_args_6.txt       |     1 +
 test/yarp/fixtures/seattlerb/iter_args_7_1.txt     |     1 +
 test/yarp/fixtures/seattlerb/iter_args_7_2.txt     |     1 +
 test/yarp/fixtures/seattlerb/iter_args_8_1.txt     |     1 +
 test/yarp/fixtures/seattlerb/iter_args_8_2.txt     |     1 +
 test/yarp/fixtures/seattlerb/iter_args_9_1.txt     |     1 +
 test/yarp/fixtures/seattlerb/iter_args_9_2.txt     |     1 +
 test/yarp/fixtures/seattlerb/iter_kwarg.txt        |     1 +
 .../yarp/fixtures/seattlerb/iter_kwarg_kwsplat.txt |     1 +
 test/yarp/fixtures/seattlerb/kill_me.txt           |     1 +
 test/yarp/fixtures/seattlerb/kill_me2.txt          |     1 +
 test/yarp/fixtures/seattlerb/kill_me3.txt          |     1 +
 test/yarp/fixtures/seattlerb/kill_me4.txt          |     1 +
 test/yarp/fixtures/seattlerb/kill_me5.txt          |     1 +
 test/yarp/fixtures/seattlerb/kill_me_10.txt        |     1 +
 test/yarp/fixtures/seattlerb/kill_me_11.txt        |     1 +
 test/yarp/fixtures/seattlerb/kill_me_12.txt        |     1 +
 test/yarp/fixtures/seattlerb/kill_me_6.txt         |     1 +
 test/yarp/fixtures/seattlerb/kill_me_7.txt         |     1 +
 test/yarp/fixtures/seattlerb/kill_me_8.txt         |     1 +
 test/yarp/fixtures/seattlerb/kill_me_9.txt         |     1 +
 test/yarp/fixtures/seattlerb/label_vs_string.txt   |     2 +
 .../yarp/fixtures/seattlerb/lambda_do_vs_brace.txt |     7 +
 .../fixtures/seattlerb/lasgn_arg_rescue_arg.txt    |     1 +
 .../seattlerb/lasgn_call_bracket_rescue_arg.txt    |     1 +
 .../seattlerb/lasgn_call_nobracket_rescue_arg.txt  |     1 +
 test/yarp/fixtures/seattlerb/lasgn_command.txt     |     1 +
 test/yarp/fixtures/seattlerb/lasgn_env.txt         |     1 +
 test/yarp/fixtures/seattlerb/lasgn_ivar_env.txt    |     1 +
 .../seattlerb/lasgn_lasgn_command_call.txt         |     1 +
 .../yarp/fixtures/seattlerb/lasgn_middle_splat.txt |     1 +
 .../fixtures/seattlerb/magic_encoding_comment.txt  |     4 +
 .../fixtures/seattlerb/masgn_anon_splat_arg.txt    |     1 +
 .../fixtures/seattlerb/masgn_arg_colon_arg.txt     |     1 +
 test/yarp/fixtures/seattlerb/masgn_arg_ident.txt   |     1 +
 .../fixtures/seattlerb/masgn_arg_splat_arg.txt     |     1 +
 test/yarp/fixtures/seattlerb/masgn_colon2.txt      |     1 +
 test/yarp/fixtures/seattlerb/masgn_colon3.txt      |     1 +
 .../yarp/fixtures/seattlerb/masgn_command_call.txt |     1 +
 .../yarp/fixtures/seattlerb/masgn_double_paren.txt |     1 +
 test/yarp/fixtures/seattlerb/masgn_lhs_splat.txt   |     1 +
 test/yarp/fixtures/seattlerb/masgn_paren.txt       |     1 +
 test/yarp/fixtures/seattlerb/masgn_splat_arg.txt   |     1 +
 .../fixtures/seattlerb/masgn_splat_arg_arg.txt     |     1 +
 test/yarp/fixtures/seattlerb/masgn_star.txt        |     1 +
 .../yarp/fixtures/seattlerb/masgn_var_star_var.txt |     1 +
 .../fixtures/seattlerb/messy_op_asgn_lineno.txt    |     1 +
 .../seattlerb/method_call_assoc_trailing_comma.txt |     1 +
 .../seattlerb/method_call_trailing_comma.txt       |     1 +
 .../fixtures/seattlerb/mlhs_back_anonsplat.txt     |     1 +
 test/yarp/fixtures/seattlerb/mlhs_back_splat.txt   |     1 +
 .../fixtures/seattlerb/mlhs_front_anonsplat.txt    |     1 +
 test/yarp/fixtures/seattlerb/mlhs_front_splat.txt  |     1 +
 test/yarp/fixtures/seattlerb/mlhs_keyword.txt      |     1 +
 .../yarp/fixtures/seattlerb/mlhs_mid_anonsplat.txt |     1 +
 test/yarp/fixtures/seattlerb/mlhs_mid_splat.txt    |     1 +
 test/yarp/fixtures/seattlerb/mlhs_rescue.txt       |     1 +
 test/yarp/fixtures/seattlerb/module_comments.txt   |    10 +
 .../seattlerb/motherfuckin_leading_dots.txt        |     2 +
 .../seattlerb/motherfuckin_leading_dots2.txt       |     2 +
 .../seattlerb/multiline_hash_declaration.txt       |     8 +
 .../non_interpolated_symbol_array_line_breaks.txt  |     5 +
 .../non_interpolated_word_array_line_breaks.txt    |     5 +
 .../fixtures/seattlerb/op_asgn_command_call.txt    |     1 +
 .../seattlerb/op_asgn_dot_ident_command_call.txt   |     1 +
 .../seattlerb/op_asgn_index_command_call.txt       |     1 +
 .../op_asgn_primary_colon_const_command_call.txt   |     1 +
 .../op_asgn_primary_colon_identifier1.txt          |     1 +
 ..._asgn_primary_colon_identifier_command_call.txt |     1 +
 .../op_asgn_val_dot_ident_command_call.txt         |     1 +
 .../fixtures/seattlerb/parse_def_special_name.txt  |     1 +
 .../fixtures/seattlerb/parse_if_not_canonical.txt  |     2 +
 .../seattlerb/parse_if_not_noncanonical.txt        |     2 +
 test/yarp/fixtures/seattlerb/parse_line_block.txt  |     2 +
 .../seattlerb/parse_line_block_inline_comment.txt  |     3 +
 ..._line_block_inline_comment_leading_newlines.txt |     7 +
 .../parse_line_block_inline_multiline_comment.txt  |     4 +
 ...rse_line_call_ivar_arg_no_parens_line_break.txt |     2 +
 .../parse_line_call_ivar_line_break_paren.txt      |     2 +
 .../fixtures/seattlerb/parse_line_call_no_args.txt |     3 +
 .../fixtures/seattlerb/parse_line_defn_complex.txt |     5 +
 .../seattlerb/parse_line_defn_no_parens.txt        |     6 +
 .../seattlerb/parse_line_defn_no_parens_args.txt   |     2 +
 test/yarp/fixtures/seattlerb/parse_line_dot2.txt   |     5 +
 .../fixtures/seattlerb/parse_line_dot2_open.txt    |     3 +
 test/yarp/fixtures/seattlerb/parse_line_dot3.txt   |     5 +
 .../fixtures/seattlerb/parse_line_dot3_open.txt    |     3 +
 .../seattlerb/parse_line_dstr_escaped_newline.txt  |     3 +
 .../seattlerb/parse_line_dstr_soft_newline.txt     |     4 +
 .../seattlerb/parse_line_evstr_after_break.txt     |     2 +
 .../fixtures/seattlerb/parse_line_hash_lit.txt     |     3 +
 .../yarp/fixtures/seattlerb/parse_line_heredoc.txt |     5 +
 .../seattlerb/parse_line_heredoc_evstr.txt         |     4 +
 .../seattlerb/parse_line_heredoc_hardnewline.txt   |     7 +
 .../seattlerb/parse_line_heredoc_regexp_chars.txt  |     5 +
 .../seattlerb/parse_line_iter_call_no_parens.txt   |     3 +
 .../seattlerb/parse_line_iter_call_parens.txt      |     3 +
 .../seattlerb/parse_line_multiline_str.txt         |     3 +
 .../parse_line_multiline_str_literal_n.txt         |     2 +
 .../fixtures/seattlerb/parse_line_newlines.txt     |     3 +
 .../yarp/fixtures/seattlerb/parse_line_op_asgn.txt |     4 +
 .../yarp/fixtures/seattlerb/parse_line_postexe.txt |     3 +
 test/yarp/fixtures/seattlerb/parse_line_preexe.txt |     3 +
 test/yarp/fixtures/seattlerb/parse_line_rescue.txt |     8 +
 test/yarp/fixtures/seattlerb/parse_line_return.txt |     6 +
 .../parse_line_str_with_newline_escape.txt         |     1 +
 test/yarp/fixtures/seattlerb/parse_line_to_ary.txt |     3 +
 .../seattlerb/parse_line_trailing_newlines.txt     |     2 +
 .../seattlerb/parse_opt_call_args_assocs_comma.txt |     1 +
 .../seattlerb/parse_opt_call_args_lit_comma.txt    |     1 +
 test/yarp/fixtures/seattlerb/parse_pattern_019.txt |     5 +
 test/yarp/fixtures/seattlerb/parse_pattern_044.txt |     5 +
 test/yarp/fixtures/seattlerb/parse_pattern_051.txt |     5 +
 test/yarp/fixtures/seattlerb/parse_pattern_058.txt |     5 +
 .../fixtures/seattlerb/parse_pattern_058_2.txt     |     5 +
 test/yarp/fixtures/seattlerb/parse_pattern_069.txt |     5 +
 test/yarp/fixtures/seattlerb/parse_pattern_076.txt |     5 +
 .../seattlerb/parse_until_not_canonical.txt        |     3 +
 .../seattlerb/parse_until_not_noncanonical.txt     |     3 +
 .../seattlerb/parse_while_not_canonical.txt        |     3 +
 .../seattlerb/parse_while_not_noncanonical.txt     |     3 +
 test/yarp/fixtures/seattlerb/pctW_lineno.txt       |     5 +
 .../yarp/fixtures/seattlerb/pct_Q_backslash_nl.txt |     2 +
 test/yarp/fixtures/seattlerb/pct_nl.txt            |     3 +
 .../seattlerb/pct_w_heredoc_interp_nested.txt      |     4 +
 test/yarp/fixtures/seattlerb/pipe_semicolon.txt    |     1 +
 test/yarp/fixtures/seattlerb/pipe_space.txt        |     1 +
 test/yarp/fixtures/seattlerb/qWords_space.txt      |     1 +
 test/yarp/fixtures/seattlerb/qsymbols.txt          |     1 +
 test/yarp/fixtures/seattlerb/qsymbols_empty.txt    |     1 +
 .../fixtures/seattlerb/qsymbols_empty_space.txt    |     1 +
 test/yarp/fixtures/seattlerb/qsymbols_interp.txt   |     1 +
 .../fixtures/seattlerb/quoted_symbol_hash_arg.txt  |     1 +
 .../yarp/fixtures/seattlerb/quoted_symbol_keys.txt |     1 +
 test/yarp/fixtures/seattlerb/qw_escape.txt         |     1 +
 test/yarp/fixtures/seattlerb/qw_escape_term.txt    |     1 +
 test/yarp/fixtures/seattlerb/qwords_empty.txt      |     1 +
 .../seattlerb/read_escape_unicode_curlies.txt      |     1 +
 .../fixtures/seattlerb/read_escape_unicode_h4.txt  |     1 +
 test/yarp/fixtures/seattlerb/regexp.txt            |     9 +
 .../yarp/fixtures/seattlerb/regexp_esc_C_slash.txt |     1 +
 test/yarp/fixtures/seattlerb/regexp_esc_u.txt      |     1 +
 .../fixtures/seattlerb/regexp_escape_extended.txt  |     1 +
 .../fixtures/seattlerb/regexp_unicode_curlies.txt  |     3 +
 .../fixtures/seattlerb/required_kwarg_no_value.txt |     2 +
 .../seattlerb/rescue_do_end_ensure_result.txt      |     5 +
 .../fixtures/seattlerb/rescue_do_end_no_raise.txt  |     9 +
 .../fixtures/seattlerb/rescue_do_end_raised.txt    |     5 +
 .../fixtures/seattlerb/rescue_do_end_rescued.txt   |     9 +
 test/yarp/fixtures/seattlerb/rescue_in_block.txt   |     4 +
 test/yarp/fixtures/seattlerb/rescue_parens.txt     |     1 +
 .../yarp/fixtures/seattlerb/return_call_assocs.txt |    11 +
 test/yarp/fixtures/seattlerb/rhs_asgn.txt          |     1 +
 test/yarp/fixtures/seattlerb/ruby21_numbers.txt    |     1 +
 test/yarp/fixtures/seattlerb/safe_attrasgn.txt     |     1 +
 .../fixtures/seattlerb/safe_attrasgn_constant.txt  |     1 +
 test/yarp/fixtures/seattlerb/safe_call.txt         |     1 +
 .../fixtures/seattlerb/safe_call_after_newline.txt |     2 +
 .../fixtures/seattlerb/safe_call_dot_parens.txt    |     1 +
 test/yarp/fixtures/seattlerb/safe_call_newline.txt |     2 +
 .../yarp/fixtures/seattlerb/safe_call_operator.txt |     1 +
 .../fixtures/seattlerb/safe_call_rhs_newline.txt   |     2 +
 test/yarp/fixtures/seattlerb/safe_calls.txt        |     1 +
 test/yarp/fixtures/seattlerb/safe_op_asgn.txt      |     1 +
 test/yarp/fixtures/seattlerb/safe_op_asgn2.txt     |     2 +
 .../seattlerb/slashy_newlines_within_string.txt    |     7 +
 .../fixtures/seattlerb/stabby_arg_no_paren.txt     |     1 +
 .../stabby_arg_opt_splat_arg_block_omfg.txt        |     1 +
 .../fixtures/seattlerb/stabby_block_iter_call.txt  |     4 +
 .../stabby_block_iter_call_no_target_with_arg.txt  |     4 +
 test/yarp/fixtures/seattlerb/stabby_block_kw.txt   |     1 +
 .../seattlerb/stabby_block_kw__required.txt        |     1 +
 test/yarp/fixtures/seattlerb/stabby_proc_scope.txt |     1 +
 test/yarp/fixtures/seattlerb/str_backslashes.txt   |     1 +
 .../str_double_double_escaped_newline.txt          |     1 +
 .../seattlerb/str_double_escaped_newline.txt       |     1 +
 .../yarp/fixtures/seattlerb/str_double_newline.txt |     2 +
 test/yarp/fixtures/seattlerb/str_evstr.txt         |     1 +
 test/yarp/fixtures/seattlerb/str_evstr_escape.txt  |     1 +
 .../yarp/fixtures/seattlerb/str_heredoc_interp.txt |     5 +
 .../seattlerb/str_interp_ternary_or_label.txt      |     1 +
 .../seattlerb/str_lit_concat_bad_encodings.txt     |     2 +
 .../seattlerb/str_newline_hash_line_number.txt     |     2 +
 test/yarp/fixtures/seattlerb/str_pct_Q_nested.txt  |     1 +
 .../fixtures/seattlerb/str_pct_nested_nested.txt   |     1 +
 test/yarp/fixtures/seattlerb/str_pct_q.txt         |     1 +
 .../str_single_double_escaped_newline.txt          |     1 +
 .../seattlerb/str_single_escaped_newline.txt       |     1 +
 .../yarp/fixtures/seattlerb/str_single_newline.txt |     2 +
 test/yarp/fixtures/seattlerb/str_str.txt           |     1 +
 test/yarp/fixtures/seattlerb/str_str_str.txt       |     1 +
 test/yarp/fixtures/seattlerb/super_arg.txt         |     1 +
 test/yarp/fixtures/seattlerb/symbol_empty.txt      |     1 +
 test/yarp/fixtures/seattlerb/symbol_list.txt       |     1 +
 test/yarp/fixtures/seattlerb/symbols.txt           |     1 +
 test/yarp/fixtures/seattlerb/symbols_empty.txt     |     1 +
 .../fixtures/seattlerb/symbols_empty_space.txt     |     1 +
 test/yarp/fixtures/seattlerb/symbols_interp.txt    |     1 +
 test/yarp/fixtures/seattlerb/thingy.txt            |     3 +
 test/yarp/fixtures/seattlerb/uminus_float.txt      |     1 +
 test/yarp/fixtures/seattlerb/unary_minus.txt       |     1 +
 test/yarp/fixtures/seattlerb/unary_plus.txt        |     1 +
 .../fixtures/seattlerb/unary_plus_on_literal.txt   |     1 +
 test/yarp/fixtures/seattlerb/unary_tilde.txt       |     1 +
 test/yarp/fixtures/seattlerb/utf8_bom.txt          |     3 +
 test/yarp/fixtures/seattlerb/when_splat.txt        |     1 +
 test/yarp/fixtures/seattlerb/words_interp.txt      |     1 +
 test/yarp/fixtures/seattlerb/wtf.txt               |     1 +
 test/yarp/fixtures/seattlerb/wtf_7.txt             |     1 +
 test/yarp/fixtures/seattlerb/wtf_8.txt             |     1 +
 test/yarp/fixtures/seattlerb/yield_arg.txt         |     1 +
 test/yarp/fixtures/seattlerb/yield_call_assocs.txt |    11 +
 .../yarp/fixtures/seattlerb/yield_empty_parens.txt |     1 +
 .../zomg_sometimes_i_hate_this_project.txt         |     5 +
 test/yarp/fixtures/single_quote_heredocs.txt       |     3 +
 test/yarp/fixtures/strings.txt                     |    99 +
 test/yarp/fixtures/super.txt                       |     7 +
 test/yarp/fixtures/symbols.txt                     |    93 +
 test/yarp/fixtures/ternary_operator.txt            |    13 +
 test/yarp/fixtures/tilde_heredocs.txt              |    91 +
 test/yarp/fixtures/undef.txt                       |    17 +
 test/yarp/fixtures/unescaping.txt                  |     9 +
 test/yarp/fixtures/unless.txt                      |    14 +
 test/yarp/fixtures/unparser/LICENSE                |    20 +
 .../fixtures/unparser/corpus/literal/alias.txt     |     2 +
 .../unparser/corpus/literal/assignment.txt         |    53 +
 .../fixtures/unparser/corpus/literal/block.txt     |    96 +
 .../yarp/fixtures/unparser/corpus/literal/case.txt |    37 +
 .../fixtures/unparser/corpus/literal/class.txt     |    35 +
 .../fixtures/unparser/corpus/literal/control.txt   |    15 +
 test/yarp/fixtures/unparser/corpus/literal/def.txt |   134 +
 .../fixtures/unparser/corpus/literal/defined.txt   |     3 +
 .../yarp/fixtures/unparser/corpus/literal/defs.txt |    40 +
 .../yarp/fixtures/unparser/corpus/literal/dstr.txt |    37 +
 .../fixtures/unparser/corpus/literal/empty.txt     |     0
 .../unparser/corpus/literal/empty_begin.txt        |     1 +
 .../fixtures/unparser/corpus/literal/flipflop.txt  |     6 +
 test/yarp/fixtures/unparser/corpus/literal/for.txt |    12 +
 .../fixtures/unparser/corpus/literal/hookexe.txt   |     7 +
 test/yarp/fixtures/unparser/corpus/literal/if.txt  |    36 +
 .../fixtures/unparser/corpus/literal/kwbegin.txt   |    80 +
 .../fixtures/unparser/corpus/literal/lambda.txt    |    13 +
 .../fixtures/unparser/corpus/literal/literal.txt   |    91 +
 .../fixtures/unparser/corpus/literal/module.txt    |    16 +
 .../fixtures/unparser/corpus/literal/opasgn.txt    |    24 +
 .../fixtures/unparser/corpus/literal/pattern.txt   |    41 +
 .../fixtures/unparser/corpus/literal/pragma.txt    |     4 +
 .../fixtures/unparser/corpus/literal/range.txt     |     4 +
 .../fixtures/unparser/corpus/literal/rescue.txt    |     3 +
 .../yarp/fixtures/unparser/corpus/literal/send.txt |    83 +
 .../fixtures/unparser/corpus/literal/since/27.txt  |     4 +
 .../fixtures/unparser/corpus/literal/since/30.txt  |     4 +
 .../fixtures/unparser/corpus/literal/since/31.txt  |     7 +
 .../fixtures/unparser/corpus/literal/since/32.txt  |     7 +
 .../unparser/corpus/literal/singletons.txt         |     4 +
 .../fixtures/unparser/corpus/literal/super.txt     |    21 +
 .../fixtures/unparser/corpus/literal/unary.txt     |     8 +
 .../fixtures/unparser/corpus/literal/undef.txt     |     2 +
 .../fixtures/unparser/corpus/literal/variables.txt |    10 +
 .../fixtures/unparser/corpus/literal/while.txt     |    73 +
 .../fixtures/unparser/corpus/literal/yield.txt     |     3 +
 .../yarp/fixtures/unparser/corpus/semantic/and.txt |     8 +
 .../fixtures/unparser/corpus/semantic/block.txt    |    26 +
 .../yarp/fixtures/unparser/corpus/semantic/def.txt |     7 +
 .../fixtures/unparser/corpus/semantic/dstr.txt     |   127 +
 .../fixtures/unparser/corpus/semantic/kwbegin.txt  |    42 +
 .../fixtures/unparser/corpus/semantic/literal.txt  |    14 +
 .../fixtures/unparser/corpus/semantic/send.txt     |     6 +
 .../fixtures/unparser/corpus/semantic/undef.txt    |     2 +
 .../fixtures/unparser/corpus/semantic/while.txt    |    25 +
 test/yarp/fixtures/until.txt                       |    11 +
 test/yarp/fixtures/variables.txt                   |    46 +
 test/yarp/fixtures/while.txt                       |    19 +
 test/yarp/fixtures/whitequark/LICENSE              |    25 +
 test/yarp/fixtures/whitequark/__ENCODING__.txt     |     1 +
 .../fixtures/whitequark/__ENCODING___legacy_.txt   |     1 +
 test/yarp/fixtures/whitequark/alias.txt            |     1 +
 test/yarp/fixtures/whitequark/alias_gvar.txt       |     3 +
 .../ambiuous_quoted_label_in_ternary_operator.txt  |     1 +
 test/yarp/fixtures/whitequark/and.txt              |     3 +
 test/yarp/fixtures/whitequark/and_asgn.txt         |     3 +
 test/yarp/fixtures/whitequark/and_or_masgn.txt     |     3 +
 .../fixtures/whitequark/anonymous_blockarg.txt     |     1 +
 test/yarp/fixtures/whitequark/arg.txt              |     3 +
 .../fixtures/whitequark/arg_duplicate_ignored.txt  |     3 +
 test/yarp/fixtures/whitequark/arg_label.txt        |     6 +
 test/yarp/fixtures/whitequark/arg_scope.txt        |     1 +
 test/yarp/fixtures/whitequark/args.txt             |    63 +
 test/yarp/fixtures/whitequark/args_args_assocs.txt |     3 +
 .../fixtures/whitequark/args_args_assocs_comma.txt |     1 +
 test/yarp/fixtures/whitequark/args_args_comma.txt  |     1 +
 test/yarp/fixtures/whitequark/args_args_star.txt   |     3 +
 test/yarp/fixtures/whitequark/args_assocs.txt      |    11 +
 .../yarp/fixtures/whitequark/args_assocs_comma.txt |     1 +
 .../fixtures/whitequark/args_assocs_legacy.txt     |    11 +
 test/yarp/fixtures/whitequark/args_block_pass.txt  |     1 +
 test/yarp/fixtures/whitequark/args_cmd.txt         |     1 +
 test/yarp/fixtures/whitequark/args_star.txt        |     3 +
 test/yarp/fixtures/whitequark/array_assocs.txt     |     3 +
 test/yarp/fixtures/whitequark/array_plain.txt      |     1 +
 test/yarp/fixtures/whitequark/array_splat.txt      |     5 +
 test/yarp/fixtures/whitequark/array_symbols.txt    |     1 +
 .../fixtures/whitequark/array_symbols_empty.txt    |     3 +
 .../fixtures/whitequark/array_symbols_interp.txt   |     3 +
 test/yarp/fixtures/whitequark/array_words.txt      |     1 +
 .../yarp/fixtures/whitequark/array_words_empty.txt |     3 +
 .../fixtures/whitequark/array_words_interp.txt     |     3 +
 test/yarp/fixtures/whitequark/asgn_cmd.txt         |     3 +
 test/yarp/fixtures/whitequark/asgn_mrhs.txt        |     5 +
 test/yarp/fixtures/whitequark/back_ref.txt         |     1 +
 test/yarp/fixtures/whitequark/bang.txt             |     1 +
 test/yarp/fixtures/whitequark/bang_cmd.txt         |     1 +
 test/yarp/fixtures/whitequark/begin_cmdarg.txt     |     1 +
 .../whitequark/beginless_erange_after_newline.txt  |     2 +
 .../whitequark/beginless_irange_after_newline.txt  |     2 +
 test/yarp/fixtures/whitequark/beginless_range.txt  |     3 +
 test/yarp/fixtures/whitequark/blockarg.txt         |     1 +
 test/yarp/fixtures/whitequark/blockargs.txt        |    71 +
 test/yarp/fixtures/whitequark/break.txt            |     7 +
 test/yarp/fixtures/whitequark/break_block.txt      |     1 +
 test/yarp/fixtures/whitequark/bug_435.txt          |     1 +
 test/yarp/fixtures/whitequark/bug_447.txt          |     3 +
 test/yarp/fixtures/whitequark/bug_452.txt          |     1 +
 test/yarp/fixtures/whitequark/bug_466.txt          |     1 +
 test/yarp/fixtures/whitequark/bug_473.txt          |     1 +
 test/yarp/fixtures/whitequark/bug_480.txt          |     1 +
 test/yarp/fixtures/whitequark/bug_481.txt          |     1 +
 .../whitequark/bug_ascii_8bit_in_literal.txt       |     2 +
 .../whitequark/bug_cmd_string_lookahead.txt        |     1 +
 test/yarp/fixtures/whitequark/bug_cmdarg.txt       |     5 +
 .../whitequark/bug_def_no_paren_eql_begin.txt      |     4 +
 .../whitequark/bug_do_block_in_call_args.txt       |     1 +
 .../fixtures/whitequark/bug_do_block_in_cmdarg.txt |     1 +
 .../whitequark/bug_do_block_in_hash_brace.txt      |     9 +
 test/yarp/fixtures/whitequark/bug_heredoc_do.txt   |     3 +
 .../yarp/fixtures/whitequark/bug_interp_single.txt |     3 +
 .../fixtures/whitequark/bug_lambda_leakage.txt     |     1 +
 .../fixtures/whitequark/bug_regex_verification.txt |     1 +
 .../fixtures/whitequark/bug_rescue_empty_else.txt  |     1 +
 .../whitequark/bug_while_not_parens_do.txt         |     1 +
 test/yarp/fixtures/whitequark/case_cond.txt        |     1 +
 test/yarp/fixtures/whitequark/case_cond_else.txt   |     1 +
 test/yarp/fixtures/whitequark/case_expr.txt        |     1 +
 test/yarp/fixtures/whitequark/case_expr_else.txt   |     1 +
 test/yarp/fixtures/whitequark/casgn_scoped.txt     |     1 +
 test/yarp/fixtures/whitequark/casgn_toplevel.txt   |     1 +
 test/yarp/fixtures/whitequark/casgn_unscoped.txt   |     1 +
 test/yarp/fixtures/whitequark/character.txt        |     1 +
 test/yarp/fixtures/whitequark/class.txt            |     3 +
 .../whitequark/class_definition_in_while_cond.txt  |     7 +
 test/yarp/fixtures/whitequark/class_super.txt      |     1 +
 .../yarp/fixtures/whitequark/class_super_label.txt |     1 +
 .../whitequark/comments_before_leading_dot__27.txt |    19 +
 test/yarp/fixtures/whitequark/complex.txt          |     7 +
 test/yarp/fixtures/whitequark/cond_begin.txt       |     1 +
 test/yarp/fixtures/whitequark/cond_begin_masgn.txt |     1 +
 test/yarp/fixtures/whitequark/cond_eflipflop.txt   |     3 +
 test/yarp/fixtures/whitequark/cond_iflipflop.txt   |     3 +
 .../whitequark/cond_match_current_line.txt         |     3 +
 test/yarp/fixtures/whitequark/const_op_asgn.txt    |     9 +
 test/yarp/fixtures/whitequark/const_scoped.txt     |     1 +
 test/yarp/fixtures/whitequark/const_toplevel.txt   |     1 +
 test/yarp/fixtures/whitequark/const_unscoped.txt   |     1 +
 test/yarp/fixtures/whitequark/cpath.txt            |     3 +
 test/yarp/fixtures/whitequark/cvar.txt             |     1 +
 test/yarp/fixtures/whitequark/cvasgn.txt           |     1 +
 .../yarp/fixtures/whitequark/dedenting_heredoc.txt |    75 +
 ...nterpolating_heredoc_fake_line_continuation.txt |     4 +
 ...non_interpolating_heredoc_line_continuation.txt |     4 +
 test/yarp/fixtures/whitequark/def.txt              |    11 +
 test/yarp/fixtures/whitequark/defined.txt          |     5 +
 test/yarp/fixtures/whitequark/defs.txt             |     9 +
 test/yarp/fixtures/whitequark/empty_stmt.txt       |     1 +
 .../whitequark/endless_comparison_method.txt       |    11 +
 test/yarp/fixtures/whitequark/endless_method.txt   |     7 +
 .../whitequark/endless_method_command_syntax.txt   |    15 +
 .../endless_method_forwarded_args_legacy.txt       |     1 +
 .../whitequark/endless_method_with_rescue_mod.txt  |     3 +
 .../whitequark/endless_method_without_args.txt     |     7 +
 test/yarp/fixtures/whitequark/ensure.txt           |     1 +
 test/yarp/fixtures/whitequark/ensure_empty.txt     |     1 +
 test/yarp/fixtures/whitequark/false.txt            |     1 +
 test/yarp/fixtures/whitequark/float.txt            |     3 +
 test/yarp/fixtures/whitequark/for.txt              |     3 +
 test/yarp/fixtures/whitequark/for_mlhs.txt         |     1 +
 test/yarp/fixtures/whitequark/forward_arg.txt      |     1 +
 .../whitequark/forward_arg_with_open_args.txt      |    27 +
 .../fixtures/whitequark/forward_args_legacy.txt    |     5 +
 .../forwarded_argument_with_kwrestarg.txt          |     1 +
 .../whitequark/forwarded_argument_with_restarg.txt |     1 +
 .../fixtures/whitequark/forwarded_kwrestarg.txt    |     1 +
 .../forwarded_kwrestarg_with_additional_kwarg.txt  |     1 +
 .../yarp/fixtures/whitequark/forwarded_restarg.txt |     1 +
 test/yarp/fixtures/whitequark/gvar.txt             |     1 +
 test/yarp/fixtures/whitequark/gvasgn.txt           |     1 +
 test/yarp/fixtures/whitequark/hash_empty.txt       |     1 +
 test/yarp/fixtures/whitequark/hash_hashrocket.txt  |     3 +
 test/yarp/fixtures/whitequark/hash_kwsplat.txt     |     1 +
 test/yarp/fixtures/whitequark/hash_label.txt       |     1 +
 test/yarp/fixtures/whitequark/hash_label_end.txt   |     5 +
 .../whitequark/hash_pair_value_omission.txt        |     5 +
 test/yarp/fixtures/whitequark/heredoc.txt          |    14 +
 test/yarp/fixtures/whitequark/if.txt               |     3 +
 test/yarp/fixtures/whitequark/if_else.txt          |     3 +
 test/yarp/fixtures/whitequark/if_elsif.txt         |     1 +
 test/yarp/fixtures/whitequark/if_masgn__24.txt     |     1 +
 test/yarp/fixtures/whitequark/if_mod.txt           |     1 +
 test/yarp/fixtures/whitequark/if_nl_then.txt       |     2 +
 .../whitequark/if_while_after_class__since_32.txt  |     7 +
 test/yarp/fixtures/whitequark/int.txt              |     5 +
 test/yarp/fixtures/whitequark/int___LINE__.txt     |     1 +
 test/yarp/fixtures/whitequark/interp_digit_var.txt |    87 +
 test/yarp/fixtures/whitequark/ivar.txt             |     1 +
 test/yarp/fixtures/whitequark/ivasgn.txt           |     1 +
 .../whitequark/keyword_argument_omission.txt       |     1 +
 test/yarp/fixtures/whitequark/kwarg.txt            |     1 +
 test/yarp/fixtures/whitequark/kwbegin_compstmt.txt |     1 +
 test/yarp/fixtures/whitequark/kwnilarg.txt         |     5 +
 test/yarp/fixtures/whitequark/kwoptarg.txt         |     1 +
 .../kwoptarg_with_kwrestarg_and_forwarded_args.txt |     1 +
 test/yarp/fixtures/whitequark/kwrestarg_named.txt  |     1 +
 .../yarp/fixtures/whitequark/kwrestarg_unnamed.txt |     1 +
 .../whitequark/lbrace_arg_after_command_args.txt   |     1 +
 .../whitequark/lparenarg_after_lvar__since_25.txt  |     3 +
 test/yarp/fixtures/whitequark/lvar.txt             |     1 +
 .../fixtures/whitequark/lvar_injecting_match.txt   |     1 +
 test/yarp/fixtures/whitequark/lvasgn.txt           |     1 +
 test/yarp/fixtures/whitequark/masgn.txt            |     5 +
 test/yarp/fixtures/whitequark/masgn_attr.txt       |     5 +
 test/yarp/fixtures/whitequark/masgn_cmd.txt        |     1 +
 test/yarp/fixtures/whitequark/masgn_const.txt      |     3 +
 test/yarp/fixtures/whitequark/masgn_nested.txt     |     3 +
 test/yarp/fixtures/whitequark/masgn_splat.txt      |    19 +
 .../whitequark/method_definition_in_while_cond.txt |     7 +
 test/yarp/fixtures/whitequark/module.txt           |     1 +
 .../whitequark/multiple_pattern_matches.txt        |     5 +
 .../whitequark/newline_in_hash_argument.txt        |    14 +
 test/yarp/fixtures/whitequark/next.txt             |     7 +
 test/yarp/fixtures/whitequark/next_block.txt       |     1 +
 test/yarp/fixtures/whitequark/nil.txt              |     1 +
 test/yarp/fixtures/whitequark/nil_expression.txt   |     3 +
 .../whitequark/non_lvar_injecting_match.txt        |     1 +
 test/yarp/fixtures/whitequark/not.txt              |     5 +
 test/yarp/fixtures/whitequark/not_cmd.txt          |     1 +
 test/yarp/fixtures/whitequark/not_masgn__24.txt    |     1 +
 test/yarp/fixtures/whitequark/nth_ref.txt          |     1 +
 .../fixtures/whitequark/numbered_args_after_27.txt |     7 +
 .../fixtures/whitequark/numparam_outside_block.txt |     9 +
 test/yarp/fixtures/whitequark/op_asgn.txt          |     5 +
 test/yarp/fixtures/whitequark/op_asgn_cmd.txt      |     7 +
 test/yarp/fixtures/whitequark/op_asgn_index.txt    |     1 +
 .../yarp/fixtures/whitequark/op_asgn_index_cmd.txt |     1 +
 test/yarp/fixtures/whitequark/optarg.txt           |     3 +
 test/yarp/fixtures/whitequark/or.txt               |     3 +
 test/yarp/fixtures/whitequark/or_asgn.txt          |     3 +
 test/yarp/fixtures/whitequark/parser_bug_272.txt   |     1 +
 test/yarp/fixtures/whitequark/parser_bug_490.txt   |     5 +
 test/yarp/fixtures/whitequark/parser_bug_507.txt   |     1 +
 test/yarp/fixtures/whitequark/parser_bug_518.txt   |     2 +
 test/yarp/fixtures/whitequark/parser_bug_525.txt   |     1 +
 test/yarp/fixtures/whitequark/parser_bug_604.txt   |     1 +
 test/yarp/fixtures/whitequark/parser_bug_640.txt   |     4 +
 test/yarp/fixtures/whitequark/parser_bug_645.txt   |     1 +
 test/yarp/fixtures/whitequark/parser_bug_830.txt   |     1 +
 ...r_drops_truncated_parts_of_squiggly_heredoc.txt |     3 +
 .../parser_slash_slash_n_escaping_in_literals.txt  |    62 +
 .../pattern_matching__FILE__LINE_literals.txt      |     4 +
 .../whitequark/pattern_matching_blank_else.txt     |     1 +
 .../fixtures/whitequark/pattern_matching_else.txt  |     1 +
 .../whitequark/pattern_matching_single_line.txt    |     3 +
 ...single_line_allowed_omission_of_parentheses.txt |    11 +
 test/yarp/fixtures/whitequark/postexe.txt          |     1 +
 test/yarp/fixtures/whitequark/preexe.txt           |     1 +
 test/yarp/fixtures/whitequark/procarg0.txt         |     3 +
 test/yarp/fixtures/whitequark/range_exclusive.txt  |     1 +
 test/yarp/fixtures/whitequark/range_inclusive.txt  |     1 +
 test/yarp/fixtures/whitequark/rational.txt         |     3 +
 test/yarp/fixtures/whitequark/redo.txt             |     1 +
 test/yarp/fixtures/whitequark/regex_interp.txt     |     1 +
 test/yarp/fixtures/whitequark/regex_plain.txt      |     1 +
 test/yarp/fixtures/whitequark/resbody_list.txt     |     1 +
 .../yarp/fixtures/whitequark/resbody_list_mrhs.txt |     1 +
 test/yarp/fixtures/whitequark/resbody_list_var.txt |     1 +
 test/yarp/fixtures/whitequark/resbody_var.txt      |     3 +
 test/yarp/fixtures/whitequark/rescue.txt           |     1 +
 test/yarp/fixtures/whitequark/rescue_else.txt      |     1 +
 .../fixtures/whitequark/rescue_else_ensure.txt     |     1 +
 test/yarp/fixtures/whitequark/rescue_ensure.txt    |     1 +
 .../fixtures/whitequark/rescue_in_lambda_block.txt |     1 +
 test/yarp/fixtures/whitequark/rescue_mod.txt       |     1 +
 test/yarp/fixtures/whitequark/rescue_mod_asgn.txt  |     1 +
 test/yarp/fixtures/whitequark/rescue_mod_masgn.txt |     1 +
 .../fixtures/whitequark/rescue_mod_op_assign.txt   |     1 +
 .../whitequark/rescue_without_begin_end.txt        |     1 +
 test/yarp/fixtures/whitequark/restarg_named.txt    |     1 +
 test/yarp/fixtures/whitequark/restarg_unnamed.txt  |     1 +
 test/yarp/fixtures/whitequark/retry.txt            |     1 +
 test/yarp/fixtures/whitequark/return.txt           |     7 +
 test/yarp/fixtures/whitequark/return_block.txt     |     1 +
 test/yarp/fixtures/whitequark/ruby_bug_10279.txt   |     1 +
 test/yarp/fixtures/whitequark/ruby_bug_10653.txt   |     5 +
 test/yarp/fixtures/whitequark/ruby_bug_11107.txt   |     1 +
 test/yarp/fixtures/whitequark/ruby_bug_11380.txt   |     1 +
 test/yarp/fixtures/whitequark/ruby_bug_11873.txt   |    23 +
 test/yarp/fixtures/whitequark/ruby_bug_11873_a.txt |    39 +
 test/yarp/fixtures/whitequark/ruby_bug_11873_b.txt |     1 +
 test/yarp/fixtures/whitequark/ruby_bug_11989.txt   |     3 +
 test/yarp/fixtures/whitequark/ruby_bug_11990.txt   |     3 +
 test/yarp/fixtures/whitequark/ruby_bug_12073.txt   |     3 +
 test/yarp/fixtures/whitequark/ruby_bug_12402.txt   |    27 +
 test/yarp/fixtures/whitequark/ruby_bug_12669.txt   |     7 +
 test/yarp/fixtures/whitequark/ruby_bug_12686.txt   |     1 +
 test/yarp/fixtures/whitequark/ruby_bug_13547.txt   |     1 +
 test/yarp/fixtures/whitequark/ruby_bug_14690.txt   |     1 +
 test/yarp/fixtures/whitequark/ruby_bug_15789.txt   |     3 +
 test/yarp/fixtures/whitequark/ruby_bug_9669.txt    |     8 +
 test/yarp/fixtures/whitequark/sclass.txt           |     1 +
 test/yarp/fixtures/whitequark/self.txt             |     1 +
 test/yarp/fixtures/whitequark/send_attr_asgn.txt   |     7 +
 .../whitequark/send_attr_asgn_conditional.txt      |     1 +
 test/yarp/fixtures/whitequark/send_binary_op.txt   |    41 +
 .../fixtures/whitequark/send_block_chain_cmd.txt   |    13 +
 .../fixtures/whitequark/send_block_conditional.txt |     1 +
 test/yarp/fixtures/whitequark/send_call.txt        |     3 +
 test/yarp/fixtures/whitequark/send_conditional.txt |     1 +
 test/yarp/fixtures/whitequark/send_index.txt       |     1 +
 test/yarp/fixtures/whitequark/send_index_asgn.txt  |     1 +
 .../fixtures/whitequark/send_index_asgn_legacy.txt |     1 +
 test/yarp/fixtures/whitequark/send_index_cmd.txt   |     1 +
 .../yarp/fixtures/whitequark/send_index_legacy.txt |     1 +
 test/yarp/fixtures/whitequark/send_lambda.txt      |     5 +
 test/yarp/fixtures/whitequark/send_lambda_args.txt |     3 +
 .../whitequark/send_lambda_args_noparen.txt        |     3 +
 .../whitequark/send_lambda_args_shadow.txt         |     1 +
 .../fixtures/whitequark/send_lambda_legacy.txt     |     1 +
 .../whitequark/send_op_asgn_conditional.txt        |     1 +
 test/yarp/fixtures/whitequark/send_plain.txt       |     5 +
 test/yarp/fixtures/whitequark/send_plain_cmd.txt   |     5 +
 test/yarp/fixtures/whitequark/send_self.txt        |     5 +
 test/yarp/fixtures/whitequark/send_self_block.txt  |     7 +
 test/yarp/fixtures/whitequark/send_unary_op.txt    |     5 +
 .../whitequark/slash_newline_in_heredocs.txt       |    13 +
 test/yarp/fixtures/whitequark/space_args_arg.txt   |     1 +
 .../fixtures/whitequark/space_args_arg_block.txt   |     5 +
 .../fixtures/whitequark/space_args_arg_call.txt    |     1 +
 .../fixtures/whitequark/space_args_arg_newline.txt |     2 +
 test/yarp/fixtures/whitequark/space_args_block.txt |     1 +
 test/yarp/fixtures/whitequark/space_args_cmd.txt   |     1 +
 test/yarp/fixtures/whitequark/string___FILE__.txt  |     1 +
 test/yarp/fixtures/whitequark/string_concat.txt    |     1 +
 test/yarp/fixtures/whitequark/string_dvar.txt      |     1 +
 test/yarp/fixtures/whitequark/string_interp.txt    |     1 +
 test/yarp/fixtures/whitequark/string_plain.txt     |     3 +
 test/yarp/fixtures/whitequark/super.txt            |     5 +
 test/yarp/fixtures/whitequark/super_block.txt      |     3 +
 test/yarp/fixtures/whitequark/symbol_interp.txt    |     1 +
 test/yarp/fixtures/whitequark/symbol_plain.txt     |     3 +
 test/yarp/fixtures/whitequark/ternary.txt          |     1 +
 .../whitequark/ternary_ambiguous_symbol.txt        |     1 +
 .../fixtures/whitequark/trailing_forward_arg.txt   |     1 +
 test/yarp/fixtures/whitequark/true.txt             |     1 +
 .../whitequark/unary_num_pow_precedence.txt        |     5 +
 test/yarp/fixtures/whitequark/undef.txt            |     1 +
 test/yarp/fixtures/whitequark/unless.txt           |     3 +
 test/yarp/fixtures/whitequark/unless_else.txt      |     3 +
 test/yarp/fixtures/whitequark/unless_mod.txt       |     1 +
 test/yarp/fixtures/whitequark/until.txt            |     3 +
 test/yarp/fixtures/whitequark/until_mod.txt        |     1 +
 test/yarp/fixtures/whitequark/until_post.txt       |     1 +
 test/yarp/fixtures/whitequark/var_and_asgn.txt     |     1 +
 test/yarp/fixtures/whitequark/var_op_asgn.txt      |     7 +
 test/yarp/fixtures/whitequark/var_op_asgn_cmd.txt  |     1 +
 test/yarp/fixtures/whitequark/var_or_asgn.txt      |     1 +
 test/yarp/fixtures/whitequark/when_multi.txt       |     1 +
 test/yarp/fixtures/whitequark/when_splat.txt       |     1 +
 test/yarp/fixtures/whitequark/when_then.txt        |     1 +
 test/yarp/fixtures/whitequark/while.txt            |     3 +
 test/yarp/fixtures/whitequark/while_mod.txt        |     1 +
 test/yarp/fixtures/whitequark/while_post.txt       |     1 +
 test/yarp/fixtures/whitequark/xstring_interp.txt   |     1 +
 test/yarp/fixtures/whitequark/xstring_plain.txt    |     1 +
 test/yarp/fixtures/whitequark/yield.txt            |     7 +
 test/yarp/fixtures/whitequark/zsuper.txt           |     1 +
 test/yarp/fixtures/xstring.txt                     |     7 +
 test/yarp/fixtures/yield.txt                       |     7 +
 test/yarp/heredoc_dedent_test.rb                   |    18 +
 test/yarp/language_server_test.rb                  |   363 +
 test/yarp/location_test.rb                         |   766 ++
 test/yarp/memsize_test.rb                          |    13 +
 test/yarp/parse_test.rb                            |   114 +
 test/yarp/regexp_test.rb                           |   187 +
 test/yarp/ripper_compat_test.rb                    |    21 +
 test/yarp/snapshots/alias.txt                      |    74 +
 test/yarp/snapshots/arithmetic.txt                 |   107 +
 test/yarp/snapshots/arrays.txt                     |   696 +
 test/yarp/snapshots/begin_ensure.txt               |    69 +
 test/yarp/snapshots/begin_rescue.txt               |   595 +
 test/yarp/snapshots/blocks.txt                     |   621 +
 test/yarp/snapshots/boolean_operators.txt          |    24 +
 test/yarp/snapshots/booleans.txt                   |     4 +
 test/yarp/snapshots/break.txt                      |   158 +
 test/yarp/snapshots/case.txt                       |   207 +
 test/yarp/snapshots/classes.txt                    |   280 +
 test/yarp/snapshots/comments.txt                   |    64 +
 test/yarp/snapshots/constants.txt                  |   916 ++
 test/yarp/snapshots/dash_heredocs.txt              |   121 +
 test/yarp/snapshots/defined.txt                    |    33 +
 test/yarp/snapshots/dos_endings.txt                |    81 +
 test/yarp/snapshots/embdoc_no_newline_at_end.txt   |     1 +
 test/yarp/snapshots/for.txt                        |   128 +
 test/yarp/snapshots/global_variables.txt           |    50 +
 test/yarp/snapshots/hashes.txt                     |   110 +
 .../snapshots/heredoc_with_trailing_newline.txt    |     6 +
 test/yarp/snapshots/heredocs_nested.txt            |    22 +
 .../snapshots/heredocs_with_ignored_newlines.txt   |    24 +
 ...eredocs_with_ignored_newlines_and_non_empty.txt |    10 +
 test/yarp/snapshots/if.txt                         |   230 +
 test/yarp/snapshots/integer_operations.txt         |   383 +
 test/yarp/snapshots/keyword_method_names.txt       |   143 +
 test/yarp/snapshots/keywords.txt                   |    11 +
 test/yarp/snapshots/lambda.txt                     |   109 +
 test/yarp/snapshots/method_calls.txt               |  1570 +++
 test/yarp/snapshots/methods.txt                    |  1406 ++
 test/yarp/snapshots/modules.txt                    |   125 +
 test/yarp/snapshots/next.txt                       |    88 +
 test/yarp/snapshots/nils.txt                       |    20 +
 test/yarp/snapshots/non_alphanumeric_methods.txt   |   477 +
 test/yarp/snapshots/not.txt                        |   151 +
 test/yarp/snapshots/numbers.txt                    |    75 +
 test/yarp/snapshots/patterns.txt                   |  4088 ++++++
 test/yarp/snapshots/procs.txt                      |   218 +
 test/yarp/snapshots/range_begin_open_exclusive.txt |     6 +
 test/yarp/snapshots/range_begin_open_inclusive.txt |     6 +
 test/yarp/snapshots/range_end_open_exclusive.txt   |     6 +
 test/yarp/snapshots/range_end_open_inclusive.txt   |     6 +
 test/yarp/snapshots/ranges.txt                     |   106 +
 test/yarp/snapshots/regex.txt                      |   143 +
 test/yarp/snapshots/rescue.txt                     |   306 +
 test/yarp/snapshots/return.txt                     |    92 +
 test/yarp/snapshots/seattlerb/BEGIN.txt            |    11 +
 test/yarp/snapshots/seattlerb/__ENCODING__.txt     |     1 +
 .../snapshots/seattlerb/alias_gvar_backref.txt     |    10 +
 test/yarp/snapshots/seattlerb/alias_resword.txt    |    10 +
 test/yarp/snapshots/seattlerb/and_multi.txt        |    24 +
 test/yarp/snapshots/seattlerb/aref_args_assocs.txt |    16 +
 .../snapshots/seattlerb/aref_args_lit_assocs.txt   |    17 +
 test/yarp/snapshots/seattlerb/args_kw_block.txt    |    26 +
 .../yarp/snapshots/seattlerb/array_line_breaks.txt |    12 +
 .../seattlerb/array_lits_trailing_calls.txt        |    27 +
 test/yarp/snapshots/seattlerb/assoc__bare.txt      |    14 +
 test/yarp/snapshots/seattlerb/assoc_label.txt      |    24 +
 .../snapshots/seattlerb/attr_asgn_colon_id.txt     |    16 +
 .../snapshots/seattlerb/attrasgn_array_arg.txt     |    23 +
 .../snapshots/seattlerb/attrasgn_array_lhs.txt     |    57 +
 .../seattlerb/attrasgn_primary_dot_constant.txt    |    16 +
 .../seattlerb/backticks_interpolation_line.txt     |    38 +
 test/yarp/snapshots/seattlerb/bang_eq.txt          |    16 +
 test/yarp/snapshots/seattlerb/bdot2.txt            |    13 +
 test/yarp/snapshots/seattlerb/bdot3.txt            |    13 +
 .../snapshots/seattlerb/begin_ensure_no_bodies.txt |    13 +
 .../seattlerb/begin_rescue_else_ensure_bodies.txt  |    28 +
 .../begin_rescue_else_ensure_no_bodies.txt         |    13 +
 .../seattlerb/begin_rescue_ensure_no_bodies.txt    |    13 +
 test/yarp/snapshots/seattlerb/block_arg__bare.txt  |    26 +
 .../yarp/snapshots/seattlerb/block_arg_kwsplat.txt |    35 +
 .../seattlerb/block_arg_opt_arg_block.txt          |    40 +
 .../snapshots/seattlerb/block_arg_opt_splat.txt    |    40 +
 .../block_arg_opt_splat_arg_block_omfg.txt         |    40 +
 .../snapshots/seattlerb/block_arg_optional.txt     |    40 +
 test/yarp/snapshots/seattlerb/block_arg_scope.txt  |    35 +
 test/yarp/snapshots/seattlerb/block_arg_scope2.txt |    35 +
 .../snapshots/seattlerb/block_arg_splat_arg.txt    |    35 +
 .../yarp/snapshots/seattlerb/block_args_kwargs.txt |    35 +
 .../snapshots/seattlerb/block_args_no_kwargs.txt   |    35 +
 test/yarp/snapshots/seattlerb/block_args_opt1.txt  |    47 +
 test/yarp/snapshots/seattlerb/block_args_opt2.txt  |    46 +
 .../yarp/snapshots/seattlerb/block_args_opt2_2.txt |    54 +
 test/yarp/snapshots/seattlerb/block_args_opt3.txt  |    55 +
 test/yarp/snapshots/seattlerb/block_break.txt      |    52 +
 .../seattlerb/block_call_defn_call_block_call.txt  |    61 +
 .../seattlerb/block_call_dot_op2_brace_block.txt   |    77 +
 .../block_call_dot_op2_cmd_args_do_block.txt       |    79 +
 .../seattlerb/block_call_operation_colon.txt       |    28 +
 .../seattlerb/block_call_operation_dot.txt         |    28 +
 .../seattlerb/block_call_paren_call_block_call.txt |    35 +
 .../seattlerb/block_command_operation_colon.txt    |    28 +
 .../seattlerb/block_command_operation_dot.txt      |    28 +
 .../seattlerb/block_decomp_anon_splat_arg.txt      |    40 +
 .../snapshots/seattlerb/block_decomp_arg_splat.txt |    40 +
 .../seattlerb/block_decomp_arg_splat_arg.txt       |    44 +
 .../snapshots/seattlerb/block_decomp_splat.txt     |    39 +
 test/yarp/snapshots/seattlerb/block_kw.txt         |    35 +
 .../snapshots/seattlerb/block_kw__required.txt     |    35 +
 test/yarp/snapshots/seattlerb/block_kwarg_lvar.txt |    38 +
 .../seattlerb/block_kwarg_lvar_multiple.txt        |    42 +
 test/yarp/snapshots/seattlerb/block_next.txt       |    52 +
 test/yarp/snapshots/seattlerb/block_opt_arg.txt    |    40 +
 test/yarp/snapshots/seattlerb/block_opt_splat.txt  |    40 +
 .../seattlerb/block_opt_splat_arg_block_omfg.txt   |    40 +
 test/yarp/snapshots/seattlerb/block_optarg.txt     |    40 +
 .../yarp/snapshots/seattlerb/block_paren_splat.txt |    43 +
 test/yarp/snapshots/seattlerb/block_reg_optarg.txt |    40 +
 test/yarp/snapshots/seattlerb/block_return.txt     |    52 +
 test/yarp/snapshots/seattlerb/block_scope.txt      |    22 +
 test/yarp/snapshots/seattlerb/block_splat_reg.txt  |    35 +
 test/yarp/snapshots/seattlerb/bug169.txt           |    16 +
 test/yarp/snapshots/seattlerb/bug179.txt           |    23 +
 test/yarp/snapshots/seattlerb/bug190.txt           |     6 +
 test/yarp/snapshots/seattlerb/bug191.txt           |    35 +
 test/yarp/snapshots/seattlerb/bug202.txt           |    13 +
 test/yarp/snapshots/seattlerb/bug236.txt           |    65 +
 test/yarp/snapshots/seattlerb/bug290.txt           |    15 +
 test/yarp/snapshots/seattlerb/bug_187.txt          |    52 +
 test/yarp/snapshots/seattlerb/bug_215.txt          |     9 +
 test/yarp/snapshots/seattlerb/bug_249.txt          |    76 +
 test/yarp/snapshots/seattlerb/bug_and.txt          |    11 +
 test/yarp/snapshots/seattlerb/bug_args__19.txt     |    42 +
 test/yarp/snapshots/seattlerb/bug_args_masgn.txt   |    41 +
 test/yarp/snapshots/seattlerb/bug_args_masgn2.txt  |    46 +
 .../seattlerb/bug_args_masgn_outer_parens__19.txt  |    45 +
 .../seattlerb/bug_call_arglist_parens.txt          |    87 +
 .../snapshots/seattlerb/bug_case_when_regexp.txt   |    22 +
 test/yarp/snapshots/seattlerb/bug_comma.txt        |    35 +
 test/yarp/snapshots/seattlerb/bug_cond_pct.txt     |    22 +
 test/yarp/snapshots/seattlerb/bug_hash_args.txt    |    25 +
 .../seattlerb/bug_hash_args_trailing_comma.txt     |    25 +
 .../snapshots/seattlerb/bug_hash_interp_array.txt  |    18 +
 test/yarp/snapshots/seattlerb/bug_masgn_right.txt  |    41 +
 test/yarp/snapshots/seattlerb/bug_not_parens.txt   |    16 +
 .../snapshots/seattlerb/bug_op_asgn_rescue.txt     |    15 +
 test/yarp/snapshots/seattlerb/call_and.txt         |    16 +
 test/yarp/snapshots/seattlerb/call_arg_assoc.txt   |    25 +
 .../snapshots/seattlerb/call_arg_assoc_kwsplat.txt |    26 +
 test/yarp/snapshots/seattlerb/call_arg_kwsplat.txt |    21 +
 .../snapshots/seattlerb/call_args_assoc_quoted.txt |    82 +
 .../seattlerb/call_args_assoc_trailing_comma.txt   |    25 +
 .../yarp/snapshots/seattlerb/call_args_command.txt |    28 +
 test/yarp/snapshots/seattlerb/call_array_arg.txt   |    23 +
 .../snapshots/seattlerb/call_array_block_call.txt  |    33 +
 .../seattlerb/call_array_lambda_block_call.txt     |    27 +
 .../seattlerb/call_array_lit_inline_hash.txt       |    29 +
 test/yarp/snapshots/seattlerb/call_assoc.txt       |    24 +
 test/yarp/snapshots/seattlerb/call_assoc_new.txt   |    24 +
 .../seattlerb/call_assoc_new_if_multiline.txt      |    34 +
 .../seattlerb/call_assoc_trailing_comma.txt        |    24 +
 .../snapshots/seattlerb/call_bang_command_call.txt |    26 +
 .../snapshots/seattlerb/call_bang_squiggle.txt     |    16 +
 .../seattlerb/call_begin_call_block_call.txt       |    47 +
 .../snapshots/seattlerb/call_block_arg_named.txt   |    21 +
 test/yarp/snapshots/seattlerb/call_carat.txt       |    16 +
 test/yarp/snapshots/seattlerb/call_colon2.txt      |    16 +
 .../yarp/snapshots/seattlerb/call_colon_parens.txt |    16 +
 test/yarp/snapshots/seattlerb/call_div.txt         |    16 +
 test/yarp/snapshots/seattlerb/call_dot_parens.txt  |    16 +
 test/yarp/snapshots/seattlerb/call_env.txt         |    16 +
 test/yarp/snapshots/seattlerb/call_eq3.txt         |    16 +
 test/yarp/snapshots/seattlerb/call_gt.txt          |    16 +
 test/yarp/snapshots/seattlerb/call_kwsplat.txt     |    20 +
 .../yarp/snapshots/seattlerb/call_leading_dots.txt |    26 +
 .../seattlerb/call_leading_dots_comment.txt        |    26 +
 test/yarp/snapshots/seattlerb/call_lt.txt          |    16 +
 test/yarp/snapshots/seattlerb/call_lte.txt         |    16 +
 test/yarp/snapshots/seattlerb/call_not.txt         |    16 +
 test/yarp/snapshots/seattlerb/call_pipe.txt        |    16 +
 test/yarp/snapshots/seattlerb/call_rshift.txt      |    16 +
 .../snapshots/seattlerb/call_self_brackets.txt     |    16 +
 test/yarp/snapshots/seattlerb/call_spaceship.txt   |    16 +
 .../seattlerb/call_stabby_do_end_with_block.txt    |    29 +
 .../seattlerb/call_stabby_with_braces_block.txt    |    29 +
 test/yarp/snapshots/seattlerb/call_star.txt        |    16 +
 test/yarp/snapshots/seattlerb/call_star2.txt       |    16 +
 .../snapshots/seattlerb/call_trailing_comma.txt    |    16 +
 .../snapshots/seattlerb/call_trailing_dots.txt     |    26 +
 test/yarp/snapshots/seattlerb/call_unary_bang.txt  |    16 +
 test/yarp/snapshots/seattlerb/case_in.txt          |   607 +
 test/yarp/snapshots/seattlerb/case_in_31.txt       |    29 +
 test/yarp/snapshots/seattlerb/case_in_37.txt       |    36 +
 test/yarp/snapshots/seattlerb/case_in_42.txt       |    27 +
 test/yarp/snapshots/seattlerb/case_in_42_2.txt     |    27 +
 test/yarp/snapshots/seattlerb/case_in_47.txt       |    27 +
 test/yarp/snapshots/seattlerb/case_in_67.txt       |    17 +
 test/yarp/snapshots/seattlerb/case_in_86.txt       |    33 +
 test/yarp/snapshots/seattlerb/case_in_86_2.txt     |    33 +
 .../seattlerb/case_in_array_pat_const.txt          |    26 +
 .../seattlerb/case_in_array_pat_const2.txt         |    30 +
 .../seattlerb/case_in_array_pat_paren_assign.txt   |    30 +
 test/yarp/snapshots/seattlerb/case_in_const.txt    |    19 +
 test/yarp/snapshots/seattlerb/case_in_else.txt     |    25 +
 test/yarp/snapshots/seattlerb/case_in_find.txt     |    30 +
 .../snapshots/seattlerb/case_in_find_array.txt     |    25 +
 test/yarp/snapshots/seattlerb/case_in_hash_pat.txt |    34 +
 .../seattlerb/case_in_hash_pat_assign.txt          |    43 +
 .../seattlerb/case_in_hash_pat_paren_assign.txt    |    29 +
 .../seattlerb/case_in_hash_pat_paren_true.txt      |    29 +
 .../snapshots/seattlerb/case_in_hash_pat_rest.txt  |    33 +
 .../seattlerb/case_in_hash_pat_rest_solo.txt       |    28 +
 .../seattlerb/case_in_if_unless_post_mod.txt       |    39 +
 test/yarp/snapshots/seattlerb/case_in_multiple.txt |    35 +
 test/yarp/snapshots/seattlerb/case_in_or.txt       |    23 +
 test/yarp/snapshots/seattlerb/class_comments.txt   |    28 +
 test/yarp/snapshots/seattlerb/cond_unary_minus.txt |    22 +
 .../snapshots/seattlerb/const_2_op_asgn_or2.txt    |    14 +
 .../snapshots/seattlerb/const_3_op_asgn_or.txt     |    10 +
 .../snapshots/seattlerb/const_op_asgn_and1.txt     |    11 +
 .../snapshots/seattlerb/const_op_asgn_and2.txt     |    10 +
 test/yarp/snapshots/seattlerb/const_op_asgn_or.txt |    14 +
 test/yarp/snapshots/seattlerb/dasgn_icky2.txt      |    47 +
 .../yarp/snapshots/seattlerb/defined_eh_parens.txt |     6 +
 .../snapshots/seattlerb/defn_arg_asplat_arg.txt    |    26 +
 .../snapshots/seattlerb/defn_arg_forward_args.txt  |    41 +
 .../snapshots/seattlerb/defn_args_forward_args.txt |    44 +
 test/yarp/snapshots/seattlerb/defn_comments.txt    |    18 +
 .../snapshots/seattlerb/defn_endless_command.txt   |    30 +
 .../seattlerb/defn_endless_command_rescue.txt      |    36 +
 .../yarp/snapshots/seattlerb/defn_forward_args.txt |    38 +
 test/yarp/snapshots/seattlerb/defn_kwarg_env.txt   |    45 +
 test/yarp/snapshots/seattlerb/defn_kwarg_kwarg.txt |    27 +
 .../snapshots/seattlerb/defn_kwarg_kwsplat.txt     |    26 +
 .../seattlerb/defn_kwarg_kwsplat_anon.txt          |    26 +
 test/yarp/snapshots/seattlerb/defn_kwarg_lvar.txt  |    29 +
 .../snapshots/seattlerb/defn_kwarg_no_parens.txt   |    26 +
 test/yarp/snapshots/seattlerb/defn_kwarg_val.txt   |    26 +
 test/yarp/snapshots/seattlerb/defn_no_kwargs.txt   |    26 +
 test/yarp/snapshots/seattlerb/defn_oneliner.txt    |    38 +
 .../yarp/snapshots/seattlerb/defn_oneliner_eq2.txt |    36 +
 .../snapshots/seattlerb/defn_oneliner_noargs.txt   |    30 +
 .../seattlerb/defn_oneliner_noargs_parentheses.txt |    30 +
 .../snapshots/seattlerb/defn_oneliner_rescue.txt   |   132 +
 .../yarp/snapshots/seattlerb/defn_opt_last_arg.txt |    31 +
 test/yarp/snapshots/seattlerb/defn_opt_reg.txt     |    31 +
 .../snapshots/seattlerb/defn_opt_splat_arg.txt     |    31 +
 test/yarp/snapshots/seattlerb/defn_powarg.txt      |    26 +
 test/yarp/snapshots/seattlerb/defn_reg_opt_reg.txt |    31 +
 test/yarp/snapshots/seattlerb/defn_splat_arg.txt   |    26 +
 test/yarp/snapshots/seattlerb/defn_unary_not.txt   |    18 +
 test/yarp/snapshots/seattlerb/defns_reserved.txt   |    18 +
 .../seattlerb/defs_as_arg_with_do_block_inside.txt |    52 +
 test/yarp/snapshots/seattlerb/defs_comments.txt    |    18 +
 .../snapshots/seattlerb/defs_endless_command.txt   |    30 +
 .../seattlerb/defs_endless_command_rescue.txt      |    36 +
 test/yarp/snapshots/seattlerb/defs_kwarg.txt       |    26 +
 test/yarp/snapshots/seattlerb/defs_oneliner.txt    |    38 +
 .../yarp/snapshots/seattlerb/defs_oneliner_eq2.txt |    36 +
 .../snapshots/seattlerb/defs_oneliner_rescue.txt   |   132 +
 test/yarp/snapshots/seattlerb/do_bug.txt           |    46 +
 test/yarp/snapshots/seattlerb/do_lambda.txt        |    11 +
 test/yarp/snapshots/seattlerb/dot2_nil__26.txt     |    11 +
 test/yarp/snapshots/seattlerb/dot3_nil__26.txt     |    11 +
 test/yarp/snapshots/seattlerb/dstr_evstr.txt       |    23 +
 .../snapshots/seattlerb/dstr_evstr_empty_end.txt   |    26 +
 test/yarp/snapshots/seattlerb/dstr_lex_state.txt   |    28 +
 test/yarp/snapshots/seattlerb/dstr_str.txt         |    17 +
 test/yarp/snapshots/seattlerb/dsym_esc_to_sym.txt  |    10 +
 test/yarp/snapshots/seattlerb/dsym_to_sym.txt      |    23 +
 .../snapshots/seattlerb/eq_begin_line_numbers.txt  |     4 +
 ...eq_begin_why_wont_people_use_their_spacebar.txt |    26 +
 test/yarp/snapshots/seattlerb/evstr_evstr.txt      |    23 +
 test/yarp/snapshots/seattlerb/evstr_str.txt        |    17 +
 test/yarp/snapshots/seattlerb/expr_not_bang.txt    |    28 +
 test/yarp/snapshots/seattlerb/f_kw.txt             |    26 +
 test/yarp/snapshots/seattlerb/f_kw__required.txt   |    26 +
 test/yarp/snapshots/seattlerb/flip2_env_lvar.txt   |    17 +
 .../snapshots/seattlerb/float_with_if_modifier.txt |    12 +
 .../seattlerb/heredoc__backslash_dos_format.txt    |    21 +
 .../snapshots/seattlerb/heredoc_backslash_nl.txt   |    21 +
 .../snapshots/seattlerb/heredoc_bad_hex_escape.txt |    16 +
 .../snapshots/seattlerb/heredoc_bad_oct_escape.txt |    16 +
 .../yarp/snapshots/seattlerb/heredoc_comma_arg.txt |    19 +
 test/yarp/snapshots/seattlerb/heredoc_lineno.txt   |    28 +
 test/yarp/snapshots/seattlerb/heredoc_squiggly.txt |    16 +
 ...edoc_squiggly_blank_line_plus_interpolation.txt |    56 +
 .../seattlerb/heredoc_squiggly_blank_lines.txt     |    16 +
 .../snapshots/seattlerb/heredoc_squiggly_empty.txt |     4 +
 .../seattlerb/heredoc_squiggly_interp.txt          |    22 +
 .../seattlerb/heredoc_squiggly_no_indent.txt       |    10 +
 .../snapshots/seattlerb/heredoc_squiggly_tabs.txt  |    21 +
 .../seattlerb/heredoc_squiggly_tabs_extra.txt      |    21 +
 .../heredoc_squiggly_visually_blank_lines.txt      |    16 +
 .../heredoc_trailing_slash_continued_call.txt      |    20 +
 test/yarp/snapshots/seattlerb/heredoc_unicode.txt  |    10 +
 .../heredoc_with_carriage_return_escapes.txt       |    10 +
 ...eredoc_with_carriage_return_escapes_windows.txt |    10 +
 .../heredoc_with_extra_carriage_horrible_mix.txt   |    10 +
 .../heredoc_with_extra_carriage_returns.txt        |    10 +
 ...heredoc_with_extra_carriage_returns_windows.txt |    10 +
 ...h_interpolation_and_carriage_return_escapes.txt |    15 +
 ...olation_and_carriage_return_escapes_windows.txt |    15 +
 .../heredoc_with_not_global_interpolation.txt      |    10 +
 .../heredoc_with_only_carriage_returns.txt         |    10 +
 .../heredoc_with_only_carriage_returns_windows.txt |    15 +
 .../snapshots/seattlerb/heredoc_wtf_I_hate_you.txt |    51 +
 .../seattlerb/i_fucking_hate_line_numbers.txt      |   131 +
 .../seattlerb/i_fucking_hate_line_numbers2.txt     |    52 +
 .../snapshots/seattlerb/i_have_no_freakin_clue.txt |    49 +
 test/yarp/snapshots/seattlerb/if_elsif.txt         |    12 +
 test/yarp/snapshots/seattlerb/if_symbol.txt        |    22 +
 test/yarp/snapshots/seattlerb/in_expr_no_case.txt  |    10 +
 test/yarp/snapshots/seattlerb/index_0.txt          |    18 +
 test/yarp/snapshots/seattlerb/index_0_opasgn.txt   |    21 +
 .../seattlerb/integer_with_if_modifier.txt         |    12 +
 .../interpolated_symbol_array_line_breaks.txt      |    12 +
 .../interpolated_word_array_line_breaks.txt        |    12 +
 test/yarp/snapshots/seattlerb/iter_args_1.txt      |    36 +
 test/yarp/snapshots/seattlerb/iter_args_10_1.txt   |    40 +
 test/yarp/snapshots/seattlerb/iter_args_10_2.txt   |    40 +
 test/yarp/snapshots/seattlerb/iter_args_11_1.txt   |    40 +
 test/yarp/snapshots/seattlerb/iter_args_11_2.txt   |    40 +
 test/yarp/snapshots/seattlerb/iter_args_2__19.txt  |    40 +
 test/yarp/snapshots/seattlerb/iter_args_3.txt      |    42 +
 test/yarp/snapshots/seattlerb/iter_args_4.txt      |    35 +
 test/yarp/snapshots/seattlerb/iter_args_5.txt      |    35 +
 test/yarp/snapshots/seattlerb/iter_args_6.txt      |    40 +
 test/yarp/snapshots/seattlerb/iter_args_7_1.txt    |    40 +
 test/yarp/snapshots/seattlerb/iter_args_7_2.txt    |    40 +
 test/yarp/snapshots/seattlerb/iter_args_8_1.txt    |    40 +
 test/yarp/snapshots/seattlerb/iter_args_8_2.txt    |    40 +
 test/yarp/snapshots/seattlerb/iter_args_9_1.txt    |    40 +
 test/yarp/snapshots/seattlerb/iter_args_9_2.txt    |    40 +
 test/yarp/snapshots/seattlerb/iter_kwarg.txt       |    35 +
 .../snapshots/seattlerb/iter_kwarg_kwsplat.txt     |    35 +
 test/yarp/snapshots/seattlerb/kill_me.txt          |    44 +
 test/yarp/snapshots/seattlerb/kill_me2.txt         |    35 +
 test/yarp/snapshots/seattlerb/kill_me3.txt         |    35 +
 test/yarp/snapshots/seattlerb/kill_me4.txt         |    22 +
 test/yarp/snapshots/seattlerb/kill_me5.txt         |    35 +
 test/yarp/snapshots/seattlerb/kill_me_10.txt       |    44 +
 test/yarp/snapshots/seattlerb/kill_me_11.txt       |    40 +
 test/yarp/snapshots/seattlerb/kill_me_12.txt       |    41 +
 test/yarp/snapshots/seattlerb/kill_me_6.txt        |    45 +
 test/yarp/snapshots/seattlerb/kill_me_7.txt        |    41 +
 test/yarp/snapshots/seattlerb/kill_me_8.txt        |    42 +
 test/yarp/snapshots/seattlerb/kill_me_9.txt        |    43 +
 test/yarp/snapshots/seattlerb/label_vs_string.txt  |    18 +
 .../snapshots/seattlerb/lambda_do_vs_brace.txt     |    63 +
 .../snapshots/seattlerb/lasgn_arg_rescue_arg.txt   |    16 +
 .../seattlerb/lasgn_call_bracket_rescue_arg.txt    |    26 +
 .../seattlerb/lasgn_call_nobracket_rescue_arg.txt  |    28 +
 test/yarp/snapshots/seattlerb/lasgn_command.txt    |    22 +
 test/yarp/snapshots/seattlerb/lasgn_env.txt        |    12 +
 test/yarp/snapshots/seattlerb/lasgn_ivar_env.txt   |     6 +
 .../seattlerb/lasgn_lasgn_command_call.txt         |    28 +
 .../snapshots/seattlerb/lasgn_middle_splat.txt     |    21 +
 .../snapshots/seattlerb/magic_encoding_comment.txt |    36 +
 .../snapshots/seattlerb/masgn_anon_splat_arg.txt   |    19 +
 .../snapshots/seattlerb/masgn_arg_colon_arg.txt    |    23 +
 test/yarp/snapshots/seattlerb/masgn_arg_ident.txt  |    23 +
 .../snapshots/seattlerb/masgn_arg_splat_arg.txt    |    17 +
 test/yarp/snapshots/seattlerb/masgn_colon2.txt     |    25 +
 test/yarp/snapshots/seattlerb/masgn_colon3.txt     |    25 +
 .../snapshots/seattlerb/masgn_command_call.txt     |    23 +
 .../snapshots/seattlerb/masgn_double_paren.txt     |    19 +
 test/yarp/snapshots/seattlerb/masgn_lhs_splat.txt  |    19 +
 test/yarp/snapshots/seattlerb/masgn_paren.txt      |    23 +
 test/yarp/snapshots/seattlerb/masgn_splat_arg.txt  |    22 +
 .../snapshots/seattlerb/masgn_splat_arg_arg.txt    |    23 +
 test/yarp/snapshots/seattlerb/masgn_star.txt       |    12 +
 .../snapshots/seattlerb/masgn_var_star_var.txt     |    14 +
 .../snapshots/seattlerb/messy_op_asgn_lineno.txt   |    55 +
 .../seattlerb/method_call_assoc_trailing_comma.txt |    24 +
 .../seattlerb/method_call_trailing_comma.txt       |    16 +
 .../snapshots/seattlerb/mlhs_back_anonsplat.txt    |    15 +
 test/yarp/snapshots/seattlerb/mlhs_back_splat.txt  |    18 +
 .../snapshots/seattlerb/mlhs_front_anonsplat.txt   |    21 +
 test/yarp/snapshots/seattlerb/mlhs_front_splat.txt |    24 +
 test/yarp/snapshots/seattlerb/mlhs_keyword.txt     |    16 +
 .../snapshots/seattlerb/mlhs_mid_anonsplat.txt     |    18 +
 test/yarp/snapshots/seattlerb/mlhs_mid_splat.txt   |    21 +
 test/yarp/snapshots/seattlerb/mlhs_rescue.txt      |    17 +
 test/yarp/snapshots/seattlerb/module_comments.txt  |    26 +
 .../seattlerb/motherfuckin_leading_dots.txt        |    16 +
 .../seattlerb/motherfuckin_leading_dots2.txt       |     7 +
 .../seattlerb/multiline_hash_declaration.txt       |    62 +
 .../non_interpolated_symbol_array_line_breaks.txt  |    12 +
 .../non_interpolated_word_array_line_breaks.txt    |    12 +
 .../snapshots/seattlerb/op_asgn_command_call.txt   |    21 +
 .../seattlerb/op_asgn_dot_ident_command_call.txt   |    30 +
 .../seattlerb/op_asgn_index_command_call.txt       |    32 +
 .../op_asgn_primary_colon_const_command_call.txt   |    27 +
 .../op_asgn_primary_colon_identifier1.txt          |    21 +
 ..._asgn_primary_colon_identifier_command_call.txt |    33 +
 .../op_asgn_val_dot_ident_command_call.txt         |    30 +
 .../snapshots/seattlerb/parse_def_special_name.txt |    18 +
 .../snapshots/seattlerb/parse_if_not_canonical.txt |    40 +
 .../seattlerb/parse_if_not_noncanonical.txt        |    40 +
 test/yarp/snapshots/seattlerb/parse_line_block.txt |    23 +
 .../seattlerb/parse_line_block_inline_comment.txt  |     8 +
 ..._line_block_inline_comment_leading_newlines.txt |     8 +
 .../parse_line_block_inline_multiline_comment.txt  |     8 +
 ...rse_line_call_ivar_arg_no_parens_line_break.txt |    16 +
 .../parse_line_call_ivar_line_break_paren.txt      |    16 +
 .../seattlerb/parse_line_call_no_args.txt          |    48 +
 .../seattlerb/parse_line_defn_complex.txt          |    49 +
 .../seattlerb/parse_line_defn_no_parens.txt        |    31 +
 .../seattlerb/parse_line_defn_no_parens_args.txt   |    26 +
 test/yarp/snapshots/seattlerb/parse_line_dot2.txt  |    13 +
 .../snapshots/seattlerb/parse_line_dot2_open.txt   |    13 +
 test/yarp/snapshots/seattlerb/parse_line_dot3.txt  |    13 +
 .../snapshots/seattlerb/parse_line_dot3_open.txt   |    13 +
 .../seattlerb/parse_line_dstr_escaped_newline.txt  |    12 +
 .../seattlerb/parse_line_dstr_soft_newline.txt     |    12 +
 .../seattlerb/parse_line_evstr_after_break.txt     |    19 +
 .../snapshots/seattlerb/parse_line_hash_lit.txt    |    14 +
 .../snapshots/seattlerb/parse_line_heredoc.txt     |    42 +
 .../seattlerb/parse_line_heredoc_evstr.txt         |    18 +
 .../seattlerb/parse_line_heredoc_hardnewline.txt   |    24 +
 .../seattlerb/parse_line_heredoc_regexp_chars.txt  |    32 +
 .../seattlerb/parse_line_iter_call_no_parens.txt   |    50 +
 .../seattlerb/parse_line_iter_call_parens.txt      |    50 +
 .../seattlerb/parse_line_multiline_str.txt         |     7 +
 .../parse_line_multiline_str_literal_n.txt         |     7 +
 .../snapshots/seattlerb/parse_line_newlines.txt    |     1 +
 .../snapshots/seattlerb/parse_line_op_asgn.txt     |    13 +
 .../snapshots/seattlerb/parse_line_postexe.txt     |    13 +
 .../yarp/snapshots/seattlerb/parse_line_preexe.txt |    13 +
 .../yarp/snapshots/seattlerb/parse_line_rescue.txt |    43 +
 .../yarp/snapshots/seattlerb/parse_line_return.txt |    31 +
 .../parse_line_str_with_newline_escape.txt         |    19 +
 .../yarp/snapshots/seattlerb/parse_line_to_ary.txt |    14 +
 .../seattlerb/parse_line_trailing_newlines.txt     |     7 +
 .../seattlerb/parse_opt_call_args_assocs_comma.txt |    24 +
 .../seattlerb/parse_opt_call_args_lit_comma.txt    |    16 +
 .../yarp/snapshots/seattlerb/parse_pattern_019.txt |    32 +
 .../yarp/snapshots/seattlerb/parse_pattern_044.txt |    24 +
 .../yarp/snapshots/seattlerb/parse_pattern_051.txt |    28 +
 .../yarp/snapshots/seattlerb/parse_pattern_058.txt |    46 +
 .../snapshots/seattlerb/parse_pattern_058_2.txt    |    42 +
 .../yarp/snapshots/seattlerb/parse_pattern_069.txt |    27 +
 .../yarp/snapshots/seattlerb/parse_pattern_076.txt |    36 +
 .../seattlerb/parse_until_not_canonical.txt        |    42 +
 .../seattlerb/parse_until_not_noncanonical.txt     |    42 +
 .../seattlerb/parse_while_not_canonical.txt        |    42 +
 .../seattlerb/parse_while_not_noncanonical.txt     |    42 +
 test/yarp/snapshots/seattlerb/pctW_lineno.txt      |    16 +
 .../snapshots/seattlerb/pct_Q_backslash_nl.txt     |     4 +
 test/yarp/snapshots/seattlerb/pct_nl.txt           |    12 +
 test/yarp/snapshots/seattlerb/pipe_semicolon.txt   |    22 +
 test/yarp/snapshots/seattlerb/pipe_space.txt       |    22 +
 test/yarp/snapshots/seattlerb/qWords_space.txt     |     4 +
 test/yarp/snapshots/seattlerb/qsymbols.txt         |    12 +
 test/yarp/snapshots/seattlerb/qsymbols_empty.txt   |     4 +
 .../snapshots/seattlerb/qsymbols_empty_space.txt   |     4 +
 test/yarp/snapshots/seattlerb/qsymbols_interp.txt  |    33 +
 .../snapshots/seattlerb/quoted_symbol_hash_arg.txt |    24 +
 .../snapshots/seattlerb/quoted_symbol_keys.txt     |    14 +
 test/yarp/snapshots/seattlerb/qw_escape.txt        |     6 +
 test/yarp/snapshots/seattlerb/qw_escape_term.txt   |    11 +
 test/yarp/snapshots/seattlerb/qwords_empty.txt     |     4 +
 .../seattlerb/read_escape_unicode_curlies.txt      |     4 +
 .../snapshots/seattlerb/read_escape_unicode_h4.txt |     4 +
 test/yarp/snapshots/seattlerb/regexp.txt           |    28 +
 .../snapshots/seattlerb/regexp_esc_C_slash.txt     |     6 +
 test/yarp/snapshots/seattlerb/regexp_esc_u.txt     |     6 +
 .../snapshots/seattlerb/regexp_escape_extended.txt |     6 +
 .../snapshots/seattlerb/regexp_unicode_curlies.txt |     7 +
 .../seattlerb/required_kwarg_no_value.txt          |    27 +
 .../seattlerb/rescue_do_end_ensure_result.txt      |    47 +
 .../snapshots/seattlerb/rescue_do_end_no_raise.txt |    52 +
 .../snapshots/seattlerb/rescue_do_end_raised.txt   |    47 +
 .../snapshots/seattlerb/rescue_do_end_rescued.txt  |    62 +
 test/yarp/snapshots/seattlerb/rescue_in_block.txt  |    48 +
 test/yarp/snapshots/seattlerb/rescue_parens.txt    |    48 +
 .../snapshots/seattlerb/return_call_assocs.txt     |   142 +
 test/yarp/snapshots/seattlerb/rhs_asgn.txt         |    10 +
 test/yarp/snapshots/seattlerb/ruby21_numbers.txt   |    12 +
 test/yarp/snapshots/seattlerb/safe_attrasgn.txt    |    16 +
 .../snapshots/seattlerb/safe_attrasgn_constant.txt |    16 +
 test/yarp/snapshots/seattlerb/safe_call.txt        |    16 +
 .../seattlerb/safe_call_after_newline.txt          |    16 +
 .../snapshots/seattlerb/safe_call_dot_parens.txt   |    16 +
 .../yarp/snapshots/seattlerb/safe_call_newline.txt |    16 +
 .../snapshots/seattlerb/safe_call_operator.txt     |    16 +
 .../snapshots/seattlerb/safe_call_rhs_newline.txt  |    22 +
 test/yarp/snapshots/seattlerb/safe_calls.txt       |    26 +
 test/yarp/snapshots/seattlerb/safe_op_asgn.txt     |    31 +
 test/yarp/snapshots/seattlerb/safe_op_asgn2.txt    |    20 +
 .../seattlerb/slashy_newlines_within_string.txt    |    36 +
 .../snapshots/seattlerb/stabby_arg_no_paren.txt    |    24 +
 .../stabby_arg_opt_splat_arg_block_omfg.txt        |    29 +
 .../snapshots/seattlerb/stabby_block_iter_call.txt |    45 +
 .../stabby_block_iter_call_no_target_with_arg.txt  |    35 +
 test/yarp/snapshots/seattlerb/stabby_block_kw.txt  |    24 +
 .../seattlerb/stabby_block_kw__required.txt        |    24 +
 .../yarp/snapshots/seattlerb/stabby_proc_scope.txt |    24 +
 test/yarp/snapshots/seattlerb/str_backslashes.txt  |    23 +
 .../str_double_double_escaped_newline.txt          |    19 +
 .../seattlerb/str_double_escaped_newline.txt       |    19 +
 .../snapshots/seattlerb/str_double_newline.txt     |    19 +
 test/yarp/snapshots/seattlerb/str_evstr.txt        |    17 +
 test/yarp/snapshots/seattlerb/str_evstr_escape.txt |    18 +
 .../snapshots/seattlerb/str_heredoc_interp.txt     |    17 +
 .../seattlerb/str_interp_ternary_or_label.txt      |    89 +
 .../seattlerb/str_lit_concat_bad_encodings.txt     |    19 +
 .../seattlerb/str_newline_hash_line_number.txt     |    12 +
 test/yarp/snapshots/seattlerb/str_pct_Q_nested.txt |    28 +
 .../snapshots/seattlerb/str_pct_nested_nested.txt  |    26 +
 test/yarp/snapshots/seattlerb/str_pct_q.txt        |     6 +
 .../str_single_double_escaped_newline.txt          |    19 +
 .../seattlerb/str_single_escaped_newline.txt       |    19 +
 .../snapshots/seattlerb/str_single_newline.txt     |    19 +
 test/yarp/snapshots/seattlerb/str_str.txt          |    17 +
 test/yarp/snapshots/seattlerb/str_str_str.txt      |    18 +
 test/yarp/snapshots/seattlerb/super_arg.txt        |    12 +
 test/yarp/snapshots/seattlerb/symbol_empty.txt     |     4 +
 test/yarp/snapshots/seattlerb/symbol_list.txt      |    41 +
 test/yarp/snapshots/seattlerb/symbols.txt          |    12 +
 test/yarp/snapshots/seattlerb/symbols_empty.txt    |     4 +
 .../snapshots/seattlerb/symbols_empty_space.txt    |     4 +
 test/yarp/snapshots/seattlerb/symbols_interp.txt   |    12 +
 test/yarp/snapshots/seattlerb/thingy.txt           |    27 +
 test/yarp/snapshots/seattlerb/uminus_float.txt     |    16 +
 test/yarp/snapshots/seattlerb/unary_minus.txt      |    16 +
 test/yarp/snapshots/seattlerb/unary_plus.txt       |    16 +
 .../snapshots/seattlerb/unary_plus_on_literal.txt  |    16 +
 test/yarp/snapshots/seattlerb/unary_tilde.txt      |    16 +
 test/yarp/snapshots/seattlerb/utf8_bom.txt         |    16 +
 test/yarp/snapshots/seattlerb/when_splat.txt       |    19 +
 test/yarp/snapshots/seattlerb/words_interp.txt     |    19 +
 test/yarp/snapshots/seattlerb/wtf.txt              |    48 +
 test/yarp/snapshots/seattlerb/wtf_7.txt            |    30 +
 test/yarp/snapshots/seattlerb/wtf_8.txt            |    30 +
 test/yarp/snapshots/seattlerb/yield_arg.txt        |    11 +
 .../yarp/snapshots/seattlerb/yield_call_assocs.txt |   154 +
 .../snapshots/seattlerb/yield_empty_parens.txt     |     4 +
 .../zomg_sometimes_i_hate_this_project.txt         |    81 +
 test/yarp/snapshots/single_quote_heredocs.txt      |    15 +
 test/yarp/snapshots/strings.txt                    |   201 +
 test/yarp/snapshots/super.txt                      |    25 +
 test/yarp/snapshots/symbols.txt                    |   147 +
 test/yarp/snapshots/ternary_operator.txt           |   134 +
 test/yarp/snapshots/tilde_heredocs.txt             |   136 +
 test/yarp/snapshots/undef.txt                      |    50 +
 test/yarp/snapshots/unescaping.txt                 |    23 +
 test/yarp/snapshots/unless.txt                     |    83 +
 .../snapshots/unparser/corpus/literal/alias.txt    |    15 +
 .../unparser/corpus/literal/assignment.txt         |   718 ++
 .../snapshots/unparser/corpus/literal/block.txt    |  1286 ++
 .../snapshots/unparser/corpus/literal/case.txt     |   402 +
 .../snapshots/unparser/corpus/literal/class.txt    |   162 +
 .../snapshots/unparser/corpus/literal/control.txt  |    83 +
 .../yarp/snapshots/unparser/corpus/literal/def.txt |  1019 ++
 .../snapshots/unparser/corpus/literal/defined.txt  |    40 +
 .../snapshots/unparser/corpus/literal/defs.txt     |   297 +
 .../snapshots/unparser/corpus/literal/dstr.txt     |   205 +
 .../snapshots/unparser/corpus/literal/empty.txt    |     1 +
 .../unparser/corpus/literal/empty_begin.txt        |     4 +
 .../snapshots/unparser/corpus/literal/flipflop.txt |   149 +
 .../yarp/snapshots/unparser/corpus/literal/for.txt |   130 +
 .../snapshots/unparser/corpus/literal/hookexe.txt  |    22 +
 test/yarp/snapshots/unparser/corpus/literal/if.txt |   201 +
 .../snapshots/unparser/corpus/literal/kwbegin.txt  |   379 +
 .../snapshots/unparser/corpus/literal/lambda.txt   |   112 +
 .../snapshots/unparser/corpus/literal/literal.txt  |   755 ++
 .../snapshots/unparser/corpus/literal/module.txt   |    78 +
 .../snapshots/unparser/corpus/literal/opasgn.txt   |   429 +
 .../snapshots/unparser/corpus/literal/pattern.txt  |   291 +
 .../snapshots/unparser/corpus/literal/pragma.txt   |     9 +
 .../snapshots/unparser/corpus/literal/range.txt    |    31 +
 .../snapshots/unparser/corpus/literal/rescue.txt   |    72 +
 .../snapshots/unparser/corpus/literal/send.txt     |  2029 +++
 .../snapshots/unparser/corpus/literal/since/27.txt |    42 +
 .../snapshots/unparser/corpus/literal/since/30.txt |    56 +
 .../snapshots/unparser/corpus/literal/since/31.txt |    75 +
 .../snapshots/unparser/corpus/literal/since/32.txt |    79 +
 .../unparser/corpus/literal/singletons.txt         |     9 +
 .../snapshots/unparser/corpus/literal/super.txt    |   239 +
 .../snapshots/unparser/corpus/literal/unary.txt    |   217 +
 .../snapshots/unparser/corpus/literal/undef.txt    |    14 +
 .../unparser/corpus/literal/variables.txt          |    23 +
 .../snapshots/unparser/corpus/literal/while.txt    |   599 +
 .../snapshots/unparser/corpus/literal/yield.txt    |    23 +
 .../snapshots/unparser/corpus/semantic/and.txt     |    77 +
 .../snapshots/unparser/corpus/semantic/block.txt   |   165 +
 .../snapshots/unparser/corpus/semantic/def.txt     |    77 +
 .../snapshots/unparser/corpus/semantic/dstr.txt    |   257 +
 .../snapshots/unparser/corpus/semantic/kwbegin.txt |   184 +
 .../snapshots/unparser/corpus/semantic/literal.txt |    93 +
 .../snapshots/unparser/corpus/semantic/send.txt    |   117 +
 .../snapshots/unparser/corpus/semantic/undef.txt   |    11 +
 .../snapshots/unparser/corpus/semantic/while.txt   |   177 +
 test/yarp/snapshots/until.txt                      |    60 +
 test/yarp/snapshots/variables.txt                  |   232 +
 test/yarp/snapshots/while.txt                      |   185 +
 test/yarp/snapshots/whitequark/__ENCODING__.txt    |     1 +
 .../snapshots/whitequark/__ENCODING___legacy_.txt  |     1 +
 test/yarp/snapshots/whitequark/alias.txt           |    10 +
 test/yarp/snapshots/whitequark/alias_gvar.txt      |    15 +
 .../ambiuous_quoted_label_in_ternary_operator.txt  |    30 +
 test/yarp/snapshots/whitequark/and.txt             |    15 +
 test/yarp/snapshots/whitequark/and_asgn.txt        |    37 +
 test/yarp/snapshots/whitequark/and_or_masgn.txt    |    61 +
 .../snapshots/whitequark/anonymous_blockarg.txt    |    40 +
 test/yarp/snapshots/whitequark/arg.txt             |    48 +
 .../snapshots/whitequark/arg_duplicate_ignored.txt |    49 +
 test/yarp/snapshots/whitequark/arg_label.txt       |    90 +
 test/yarp/snapshots/whitequark/arg_scope.txt       |    22 +
 test/yarp/snapshots/whitequark/args.txt            |   776 ++
 .../yarp/snapshots/whitequark/args_args_assocs.txt |    59 +
 .../whitequark/args_args_assocs_comma.txt          |    25 +
 test/yarp/snapshots/whitequark/args_args_comma.txt |    18 +
 test/yarp/snapshots/whitequark/args_args_star.txt  |    73 +
 test/yarp/snapshots/whitequark/args_assocs.txt     |   125 +
 .../snapshots/whitequark/args_assocs_comma.txt     |    24 +
 .../snapshots/whitequark/args_assocs_legacy.txt    |   125 +
 test/yarp/snapshots/whitequark/args_block_pass.txt |    21 +
 test/yarp/snapshots/whitequark/args_cmd.txt        |    40 +
 test/yarp/snapshots/whitequark/args_star.txt       |    61 +
 test/yarp/snapshots/whitequark/array_assocs.txt    |    28 +
 test/yarp/snapshots/whitequark/array_plain.txt     |    10 +
 test/yarp/snapshots/whitequark/array_splat.txt     |    32 +
 test/yarp/snapshots/whitequark/array_symbols.txt   |    11 +
 .../snapshots/whitequark/array_symbols_empty.txt   |     7 +
 .../snapshots/whitequark/array_symbols_interp.txt  |    57 +
 test/yarp/snapshots/whitequark/array_words.txt     |    11 +
 .../snapshots/whitequark/array_words_empty.txt     |     7 +
 .../snapshots/whitequark/array_words_interp.txt    |    62 +
 test/yarp/snapshots/whitequark/asgn_cmd.txt        |    45 +
 test/yarp/snapshots/whitequark/asgn_mrhs.txt       |    52 +
 test/yarp/snapshots/whitequark/back_ref.txt        |     1 +
 test/yarp/snapshots/whitequark/bang.txt            |    16 +
 test/yarp/snapshots/whitequark/bang_cmd.txt        |    28 +
 test/yarp/snapshots/whitequark/begin_cmdarg.txt    |    43 +
 .../whitequark/beginless_erange_after_newline.txt  |     7 +
 .../whitequark/beginless_irange_after_newline.txt  |     7 +
 test/yarp/snapshots/whitequark/beginless_range.txt |     7 +
 test/yarp/snapshots/whitequark/blockarg.txt        |    26 +
 test/yarp/snapshots/whitequark/blockargs.txt       |  1052 ++
 test/yarp/snapshots/whitequark/break.txt           |    40 +
 test/yarp/snapshots/whitequark/break_block.txt     |    33 +
 test/yarp/snapshots/whitequark/bug_435.txt         |    34 +
 test/yarp/snapshots/whitequark/bug_447.txt         |    29 +
 test/yarp/snapshots/whitequark/bug_452.txt         |    43 +
 test/yarp/snapshots/whitequark/bug_466.txt         |    54 +
 test/yarp/snapshots/whitequark/bug_473.txt         |    26 +
 test/yarp/snapshots/whitequark/bug_480.txt         |    29 +
 test/yarp/snapshots/whitequark/bug_481.txt         |    41 +
 .../whitequark/bug_ascii_8bit_in_literal.txt       |     6 +
 .../whitequark/bug_cmd_string_lookahead.txt        |    18 +
 test/yarp/snapshots/whitequark/bug_cmdarg.txt      |    83 +
 .../whitequark/bug_def_no_paren_eql_begin.txt      |    18 +
 .../whitequark/bug_do_block_in_call_args.txt       |    42 +
 .../whitequark/bug_do_block_in_cmdarg.txt          |    34 +
 .../whitequark/bug_do_block_in_hash_brace.txt      |   249 +
 test/yarp/snapshots/whitequark/bug_heredoc_do.txt  |    18 +
 .../snapshots/whitequark/bug_interp_single.txt     |    27 +
 .../snapshots/whitequark/bug_lambda_leakage.txt    |    25 +
 .../whitequark/bug_regex_verification.txt          |     6 +
 .../snapshots/whitequark/bug_rescue_empty_else.txt |    20 +
 .../whitequark/bug_while_not_parens_do.txt         |    24 +
 test/yarp/snapshots/whitequark/case_cond.txt       |    28 +
 test/yarp/snapshots/whitequark/case_cond_else.txt  |    34 +
 test/yarp/snapshots/whitequark/case_expr.txt       |    28 +
 test/yarp/snapshots/whitequark/case_expr_else.txt  |    44 +
 test/yarp/snapshots/whitequark/casgn_scoped.txt    |    14 +
 test/yarp/snapshots/whitequark/casgn_toplevel.txt  |    10 +
 test/yarp/snapshots/whitequark/casgn_unscoped.txt  |    10 +
 test/yarp/snapshots/whitequark/character.txt       |     4 +
 test/yarp/snapshots/whitequark/class.txt           |    23 +
 .../whitequark/class_definition_in_while_cond.txt  |   115 +
 test/yarp/snapshots/whitequark/class_super.txt     |    14 +
 .../snapshots/whitequark/class_super_label.txt     |    26 +
 .../whitequark/comments_before_leading_dot__27.txt |    49 +
 test/yarp/snapshots/whitequark/complex.txt         |     9 +
 test/yarp/snapshots/whitequark/cond_begin.txt      |    20 +
 .../yarp/snapshots/whitequark/cond_begin_masgn.txt |    36 +
 test/yarp/snapshots/whitequark/cond_eflipflop.txt  |    49 +
 test/yarp/snapshots/whitequark/cond_iflipflop.txt  |    49 +
 .../whitequark/cond_match_current_line.txt         |    29 +
 test/yarp/snapshots/whitequark/const_op_asgn.txt   |    73 +
 test/yarp/snapshots/whitequark/const_scoped.txt    |    10 +
 test/yarp/snapshots/whitequark/const_toplevel.txt  |     6 +
 test/yarp/snapshots/whitequark/const_unscoped.txt  |     1 +
 test/yarp/snapshots/whitequark/cpath.txt           |    23 +
 test/yarp/snapshots/whitequark/cvar.txt            |     1 +
 test/yarp/snapshots/whitequark/cvasgn.txt          |     6 +
 .../snapshots/whitequark/dedenting_heredoc.txt     |   323 +
 ...nterpolating_heredoc_fake_line_continuation.txt |    10 +
 ...non_interpolating_heredoc_line_continuation.txt |    10 +
 test/yarp/snapshots/whitequark/def.txt             |    83 +
 test/yarp/snapshots/whitequark/defined.txt         |    23 +
 test/yarp/snapshots/whitequark/defs.txt            |    74 +
 test/yarp/snapshots/whitequark/empty_stmt.txt      |     1 +
 .../whitequark/endless_comparison_method.txt       |   203 +
 test/yarp/snapshots/whitequark/endless_method.txt  |    97 +
 .../whitequark/endless_method_command_syntax.txt   |   316 +
 .../endless_method_forwarded_args_legacy.txt       |    38 +
 .../whitequark/endless_method_with_rescue_mod.txt  |    43 +
 .../whitequark/endless_method_without_args.txt     |    69 +
 test/yarp/snapshots/whitequark/ensure.txt          |    31 +
 test/yarp/snapshots/whitequark/ensure_empty.txt    |    13 +
 test/yarp/snapshots/whitequark/false.txt           |     1 +
 test/yarp/snapshots/whitequark/float.txt           |    17 +
 test/yarp/snapshots/whitequark/for.txt             |    59 +
 test/yarp/snapshots/whitequark/for_mlhs.txt        |    36 +
 test/yarp/snapshots/whitequark/forward_arg.txt     |    38 +
 .../whitequark/forward_arg_with_open_args.txt      |   338 +
 .../snapshots/whitequark/forward_args_legacy.txt   |    88 +
 .../forwarded_argument_with_kwrestarg.txt          |    43 +
 .../whitequark/forwarded_argument_with_restarg.txt |    41 +
 .../snapshots/whitequark/forwarded_kwrestarg.txt   |    42 +
 .../forwarded_kwrestarg_with_additional_kwarg.txt  |    47 +
 .../snapshots/whitequark/forwarded_restarg.txt     |    38 +
 test/yarp/snapshots/whitequark/gvar.txt            |     4 +
 test/yarp/snapshots/whitequark/gvasgn.txt          |     6 +
 test/yarp/snapshots/whitequark/hash_empty.txt      |     4 +
 test/yarp/snapshots/whitequark/hash_hashrocket.txt |    24 +
 test/yarp/snapshots/whitequark/hash_kwsplat.txt    |    18 +
 test/yarp/snapshots/whitequark/hash_label.txt      |    14 +
 test/yarp/snapshots/whitequark/hash_label_end.txt  |    53 +
 .../whitequark/hash_pair_value_omission.txt        |    37 +
 test/yarp/snapshots/whitequark/heredoc.txt         |    20 +
 test/yarp/snapshots/whitequark/if.txt              |    23 +
 test/yarp/snapshots/whitequark/if_else.txt         |    55 +
 test/yarp/snapshots/whitequark/if_elsif.txt        |    24 +
 test/yarp/snapshots/whitequark/if_masgn__24.txt    |    35 +
 test/yarp/snapshots/whitequark/if_mod.txt          |    14 +
 test/yarp/snapshots/whitequark/if_nl_then.txt      |    14 +
 .../whitequark/if_while_after_class__since_32.txt  |    83 +
 test/yarp/snapshots/whitequark/int.txt             |    18 +
 test/yarp/snapshots/whitequark/int___LINE__.txt    |     1 +
 .../yarp/snapshots/whitequark/interp_digit_var.txt |   131 +
 test/yarp/snapshots/whitequark/ivar.txt            |     4 +
 test/yarp/snapshots/whitequark/ivasgn.txt          |     6 +
 .../whitequark/keyword_argument_omission.txt       |    29 +
 test/yarp/snapshots/whitequark/kwarg.txt           |    26 +
 .../yarp/snapshots/whitequark/kwbegin_compstmt.txt |    26 +
 test/yarp/snapshots/whitequark/kwnilarg.txt        |    75 +
 test/yarp/snapshots/whitequark/kwoptarg.txt        |    26 +
 .../kwoptarg_with_kwrestarg_and_forwarded_args.txt |    42 +
 test/yarp/snapshots/whitequark/kwrestarg_named.txt |    26 +
 .../snapshots/whitequark/kwrestarg_unnamed.txt     |    26 +
 .../whitequark/lbrace_arg_after_command_args.txt   |    42 +
 .../whitequark/lparenarg_after_lvar__since_25.txt  |    83 +
 test/yarp/snapshots/whitequark/lvar.txt            |     6 +
 .../snapshots/whitequark/lvar_injecting_match.txt  |    25 +
 test/yarp/snapshots/whitequark/lvasgn.txt          |    13 +
 test/yarp/snapshots/whitequark/masgn.txt           |    42 +
 test/yarp/snapshots/whitequark/masgn_attr.txt      |    71 +
 test/yarp/snapshots/whitequark/masgn_cmd.txt       |    23 +
 test/yarp/snapshots/whitequark/masgn_const.txt     |    33 +
 test/yarp/snapshots/whitequark/masgn_nested.txt    |    34 +
 test/yarp/snapshots/whitequark/masgn_splat.txt     |   161 +
 .../whitequark/method_definition_in_while_cond.txt |   143 +
 test/yarp/snapshots/whitequark/module.txt          |    12 +
 .../whitequark/multiple_pattern_matches.txt        |    97 +
 .../whitequark/newline_in_hash_argument.txt        |    85 +
 test/yarp/snapshots/whitequark/next.txt            |    40 +
 test/yarp/snapshots/whitequark/next_block.txt      |    33 +
 test/yarp/snapshots/whitequark/nil.txt             |     1 +
 test/yarp/snapshots/whitequark/nil_expression.txt  |     7 +
 .../whitequark/non_lvar_injecting_match.txt        |    28 +
 test/yarp/snapshots/whitequark/not.txt             |    38 +
 test/yarp/snapshots/whitequark/not_cmd.txt         |    28 +
 test/yarp/snapshots/whitequark/not_masgn__24.txt   |    39 +
 test/yarp/snapshots/whitequark/nth_ref.txt         |     4 +
 .../whitequark/numbered_args_after_27.txt          |   177 +
 .../whitequark/numparam_outside_block.txt          |    51 +
 test/yarp/snapshots/whitequark/op_asgn.txt         |    53 +
 test/yarp/snapshots/whitequark/op_asgn_cmd.txt     |   151 +
 test/yarp/snapshots/whitequark/op_asgn_index.txt   |    21 +
 .../snapshots/whitequark/op_asgn_index_cmd.txt     |    43 +
 test/yarp/snapshots/whitequark/optarg.txt          |    63 +
 test/yarp/snapshots/whitequark/or.txt              |    15 +
 test/yarp/snapshots/whitequark/or_asgn.txt         |    37 +
 test/yarp/snapshots/whitequark/parser_bug_272.txt  |    35 +
 test/yarp/snapshots/whitequark/parser_bug_490.txt  |    95 +
 test/yarp/snapshots/whitequark/parser_bug_507.txt  |    30 +
 test/yarp/snapshots/whitequark/parser_bug_518.txt  |    14 +
 test/yarp/snapshots/whitequark/parser_bug_525.txt  |    52 +
 test/yarp/snapshots/whitequark/parser_bug_604.txt  |    30 +
 test/yarp/snapshots/whitequark/parser_bug_640.txt  |    10 +
 test/yarp/snapshots/whitequark/parser_bug_645.txt  |    29 +
 test/yarp/snapshots/whitequark/parser_bug_830.txt  |     6 +
 ...r_drops_truncated_parts_of_squiggly_heredoc.txt |    12 +
 .../parser_slash_slash_n_escaping_in_literals.txt  |    78 +
 .../pattern_matching__FILE__LINE_literals.txt      |    42 +
 .../whitequark/pattern_matching_blank_else.txt     |    17 +
 .../snapshots/whitequark/pattern_matching_else.txt |    21 +
 .../whitequark/pattern_matching_single_line.txt    |    31 +
 ...single_line_allowed_omission_of_parentheses.txt |   143 +
 test/yarp/snapshots/whitequark/postexe.txt         |    11 +
 test/yarp/snapshots/whitequark/preexe.txt          |    11 +
 test/yarp/snapshots/whitequark/procarg0.txt        |    70 +
 test/yarp/snapshots/whitequark/range_exclusive.txt |     6 +
 test/yarp/snapshots/whitequark/range_inclusive.txt |     6 +
 test/yarp/snapshots/whitequark/rational.txt        |     7 +
 test/yarp/snapshots/whitequark/redo.txt            |     1 +
 test/yarp/snapshots/whitequark/regex_interp.txt    |    19 +
 test/yarp/snapshots/whitequark/regex_plain.txt     |     6 +
 test/yarp/snapshots/whitequark/resbody_list.txt    |    34 +
 .../snapshots/whitequark/resbody_list_mrhs.txt     |    45 +
 .../yarp/snapshots/whitequark/resbody_list_var.txt |    44 +
 test/yarp/snapshots/whitequark/resbody_var.txt     |    73 +
 test/yarp/snapshots/whitequark/rescue.txt          |    34 +
 test/yarp/snapshots/whitequark/rescue_else.txt     |    50 +
 .../snapshots/whitequark/rescue_else_ensure.txt    |    66 +
 test/yarp/snapshots/whitequark/rescue_ensure.txt   |    50 +
 .../whitequark/rescue_in_lambda_block.txt          |    18 +
 test/yarp/snapshots/whitequark/rescue_mod.txt      |    10 +
 test/yarp/snapshots/whitequark/rescue_mod_asgn.txt |    16 +
 .../yarp/snapshots/whitequark/rescue_mod_masgn.txt |    21 +
 .../snapshots/whitequark/rescue_mod_op_assign.txt  |    16 +
 .../whitequark/rescue_without_begin_end.txt        |    60 +
 test/yarp/snapshots/whitequark/restarg_named.txt   |    26 +
 test/yarp/snapshots/whitequark/restarg_unnamed.txt |    26 +
 test/yarp/snapshots/whitequark/retry.txt           |     1 +
 test/yarp/snapshots/whitequark/return.txt          |    40 +
 test/yarp/snapshots/whitequark/return_block.txt    |    33 +
 test/yarp/snapshots/whitequark/ruby_bug_10279.txt  |    20 +
 test/yarp/snapshots/whitequark/ruby_bug_10653.txt  |   131 +
 test/yarp/snapshots/whitequark/ruby_bug_11107.txt  |    35 +
 test/yarp/snapshots/whitequark/ruby_bug_11380.txt  |    32 +
 test/yarp/snapshots/whitequark/ruby_bug_11873.txt  |   665 +
 .../yarp/snapshots/whitequark/ruby_bug_11873_a.txt |  1025 ++
 .../yarp/snapshots/whitequark/ruby_bug_11873_b.txt |    82 +
 test/yarp/snapshots/whitequark/ruby_bug_11989.txt  |    22 +
 test/yarp/snapshots/whitequark/ruby_bug_11990.txt  |    25 +
 test/yarp/snapshots/whitequark/ruby_bug_12073.txt  |    71 +
 test/yarp/snapshots/whitequark/ruby_bug_12402.txt  |   543 +
 test/yarp/snapshots/whitequark/ruby_bug_12669.txt  |   105 +
 test/yarp/snapshots/whitequark/ruby_bug_12686.txt  |    38 +
 test/yarp/snapshots/whitequark/ruby_bug_13547.txt  |    16 +
 test/yarp/snapshots/whitequark/ruby_bug_14690.txt  |    46 +
 test/yarp/snapshots/whitequark/ruby_bug_15789.txt  |   109 +
 test/yarp/snapshots/whitequark/ruby_bug_9669.txt   |    41 +
 test/yarp/snapshots/whitequark/sclass.txt          |    13 +
 test/yarp/snapshots/whitequark/self.txt            |     1 +
 test/yarp/snapshots/whitequark/send_attr_asgn.txt  |    47 +
 .../whitequark/send_attr_asgn_conditional.txt      |    16 +
 test/yarp/snapshots/whitequark/send_binary_op.txt  |   336 +
 .../snapshots/whitequark/send_block_chain_cmd.txt  |   194 +
 .../whitequark/send_block_conditional.txt          |    16 +
 test/yarp/snapshots/whitequark/send_call.txt       |    27 +
 .../yarp/snapshots/whitequark/send_conditional.txt |    16 +
 test/yarp/snapshots/whitequark/send_index.txt      |    16 +
 test/yarp/snapshots/whitequark/send_index_asgn.txt |    18 +
 .../whitequark/send_index_asgn_legacy.txt          |    18 +
 test/yarp/snapshots/whitequark/send_index_cmd.txt  |    40 +
 .../snapshots/whitequark/send_index_legacy.txt     |    16 +
 test/yarp/snapshots/whitequark/send_lambda.txt     |    26 +
 .../yarp/snapshots/whitequark/send_lambda_args.txt |    43 +
 .../whitequark/send_lambda_args_noparen.txt        |    43 +
 .../whitequark/send_lambda_args_shadow.txt         |    24 +
 .../snapshots/whitequark/send_lambda_legacy.txt    |     4 +
 .../whitequark/send_op_asgn_conditional.txt        |    20 +
 test/yarp/snapshots/whitequark/send_plain.txt      |    38 +
 test/yarp/snapshots/whitequark/send_plain_cmd.txt  |    44 +
 test/yarp/snapshots/whitequark/send_self.txt       |    18 +
 test/yarp/snapshots/whitequark/send_self_block.txt |    49 +
 test/yarp/snapshots/whitequark/send_unary_op.txt   |    38 +
 .../whitequark/slash_newline_in_heredocs.txt       |    20 +
 test/yarp/snapshots/whitequark/space_args_arg.txt  |    22 +
 .../snapshots/whitequark/space_args_arg_block.txt  |    56 +
 .../snapshots/whitequark/space_args_arg_call.txt   |    32 +
 .../whitequark/space_args_arg_newline.txt          |    22 +
 .../yarp/snapshots/whitequark/space_args_block.txt |    16 +
 test/yarp/snapshots/whitequark/space_args_cmd.txt  |    46 +
 test/yarp/snapshots/whitequark/string___FILE__.txt |     6 +
 test/yarp/snapshots/whitequark/string_concat.txt   |    17 +
 test/yarp/snapshots/whitequark/string_dvar.txt     |    20 +
 test/yarp/snapshots/whitequark/string_interp.txt   |    18 +
 test/yarp/snapshots/whitequark/string_plain.txt    |     7 +
 test/yarp/snapshots/whitequark/super.txt           |    24 +
 test/yarp/snapshots/whitequark/super_block.txt     |    18 +
 test/yarp/snapshots/whitequark/symbol_interp.txt   |    28 +
 test/yarp/snapshots/whitequark/symbol_plain.txt    |     7 +
 test/yarp/snapshots/whitequark/ternary.txt         |    16 +
 .../whitequark/ternary_ambiguous_symbol.txt        |    29 +
 .../snapshots/whitequark/trailing_forward_arg.txt  |    43 +
 test/yarp/snapshots/whitequark/true.txt            |     1 +
 .../whitequark/unary_num_pow_precedence.txt        |    58 +
 test/yarp/snapshots/whitequark/undef.txt           |    20 +
 test/yarp/snapshots/whitequark/unless.txt          |    23 +
 test/yarp/snapshots/whitequark/unless_else.txt     |    55 +
 test/yarp/snapshots/whitequark/unless_mod.txt      |    14 +
 test/yarp/snapshots/whitequark/until.txt           |    39 +
 test/yarp/snapshots/whitequark/until_mod.txt       |    12 +
 test/yarp/snapshots/whitequark/until_post.txt      |    31 +
 test/yarp/snapshots/whitequark/var_and_asgn.txt    |    11 +
 test/yarp/snapshots/whitequark/var_op_asgn.txt     |    44 +
 test/yarp/snapshots/whitequark/var_op_asgn_cmd.txt |    22 +
 test/yarp/snapshots/whitequark/var_or_asgn.txt     |    11 +
 test/yarp/snapshots/whitequark/when_multi.txt      |    29 +
 test/yarp/snapshots/whitequark/when_splat.txt      |    60 +
 test/yarp/snapshots/whitequark/when_then.txt       |    28 +
 test/yarp/snapshots/whitequark/while.txt           |    39 +
 test/yarp/snapshots/whitequark/while_mod.txt       |    12 +
 test/yarp/snapshots/whitequark/while_post.txt      |    31 +
 test/yarp/snapshots/whitequark/xstring_interp.txt  |    18 +
 test/yarp/snapshots/whitequark/xstring_plain.txt   |     6 +
 test/yarp/snapshots/whitequark/yield.txt           |    23 +
 test/yarp/snapshots/whitequark/zsuper.txt          |     4 +
 test/yarp/snapshots/xstring.txt                    |    31 +
 test/yarp/snapshots/yield.txt                      |    23 +
 test/yarp/unescape_test.rb                         |   152 +
 test/yarp/version_test.rb                          |     9 +
 test/yarp/yarp_test_helper.rb                      |    98 +
 tool/leaked-globals                                |     2 +-
 tool/sync_default_gems.rb                          |    26 +
 tool/update-deps                                   |     2 +-
 win32/Makefile.sub                                 |    11 +
 yarp/api_node.c                                    |  2641 ++++
 yarp/api_pack.c                                    |   246 +
 yarp/ast.h                                         |  1377 ++
 yarp/compile.c                                     |   826 ++
 yarp/defines.h                                     |    29 +
 yarp/diagnostic.c                                  |    25 +
 yarp/diagnostic.h                                  |    25 +
 yarp/enc/yp_ascii.c                                |    63 +
 yarp/enc/yp_big5.c                                 |    78 +
 yarp/enc/yp_encoding.h                             |    77 +
 yarp/enc/yp_euc_jp.c                               |    81 +
 yarp/enc/yp_gbk.c                                  |    84 +
 yarp/enc/yp_iso_8859_1.c                           |    49 +
 yarp/enc/yp_iso_8859_10.c                          |    49 +
 yarp/enc/yp_iso_8859_11.c                          |    49 +
 yarp/enc/yp_iso_8859_13.c                          |    49 +
 yarp/enc/yp_iso_8859_14.c                          |    49 +
 yarp/enc/yp_iso_8859_15.c                          |    49 +
 yarp/enc/yp_iso_8859_16.c                          |    49 +
 yarp/enc/yp_iso_8859_2.c                           |    49 +
 yarp/enc/yp_iso_8859_3.c                           |    49 +
 yarp/enc/yp_iso_8859_4.c                           |    49 +
 yarp/enc/yp_iso_8859_5.c                           |    49 +
 yarp/enc/yp_iso_8859_6.c                           |    49 +
 yarp/enc/yp_iso_8859_7.c                           |    49 +
 yarp/enc/yp_iso_8859_8.c                           |    49 +
 yarp/enc/yp_iso_8859_9.c                           |    49 +
 yarp/enc/yp_koi8_r.c                               |    55 +
 yarp/enc/yp_shared.c                               |     9 +
 yarp/enc/yp_shift_jis.c                            |    81 +
 yarp/enc/yp_unicode.c                              |  2316 ++++
 yarp/enc/yp_windows_1251.c                         |    49 +
 yarp/enc/yp_windows_1252.c                         |    49 +
 yarp/enc/yp_windows_31j.c                          |    81 +
 yarp/extension.c                                   |   556 +
 yarp/extension.h                                   |    32 +
 yarp/missing.c                                     |    34 +
 yarp/missing.h                                     |    20 +
 yarp/node.c                                        |  1734 +++
 yarp/node.h                                        |    21 +
 yarp/pack.c                                        |   493 +
 yarp/pack.h                                        |   141 +
 yarp/parser.h                                      |   399 +
 yarp/prettyprint.c                                 |  1696 +++
 yarp/regexp.c                                      |   518 +
 yarp/regexp.h                                      |    18 +
 yarp/serialize.c                                   |  1530 +++
 yarp/token_type.c                                  |   337 +
 yarp/unescape.c                                    |   558 +
 yarp/unescape.h                                    |    37 +
 yarp/util/yp_buffer.c                              |    78 +
 yarp/util/yp_buffer.h                              |    39 +
 yarp/util/yp_char.c                                |   224 +
 yarp/util/yp_char.h                                |    76 +
 yarp/util/yp_constant_pool.c                       |   147 +
 yarp/util/yp_constant_pool.h                       |    64 +
 yarp/util/yp_list.c                                |    37 +
 yarp/util/yp_list.h                                |    64 +
 yarp/util/yp_newline_list.c                        |   117 +
 yarp/util/yp_newline_list.h                        |    54 +
 yarp/util/yp_state_stack.c                         |    25 +
 yarp/util/yp_state_stack.h                         |    24 +
 yarp/util/yp_string.c                              |    94 +
 yarp/util/yp_string.h                              |    60 +
 yarp/util/yp_string_list.c                         |    32 +
 yarp/util/yp_string_list.h                         |    29 +
 yarp/util/yp_strpbrk.c                             |    30 +
 yarp/util/yp_strpbrk.h                             |    23 +
 yarp/yarp.c                                        | 12875 +++++++++++++++++++
 yarp/yarp.h                                        |    87 +
 yarp/yarp_init.c                                   |     8 +
 1906 files changed, 107029 insertions(+), 2 deletions(-)
 create mode 100644 lib/yarp.rb
 create mode 100644 lib/yarp/language_server.rb
 create mode 100644 lib/yarp/lex_compat.rb
 create mode 100644 lib/yarp/node.rb
 create mode 100644 lib/yarp/pack.rb
 create mode 100644 lib/yarp/ripper_compat.rb
 create mode 100644 lib/yarp/serialize.rb
 create mode 100644 test/yarp/comments_test.rb
 create mode 100644 test/yarp/compile_test.rb
 create mode 100644 test/yarp/encoding_test.rb
 create mode 100644 test/yarp/errors_test.rb
 create mode 100644 test/yarp/fixtures/alias.txt
 create mode 100644 test/yarp/fixtures/arithmetic.txt
 create mode 100644 test/yarp/fixtures/arrays.txt
 create mode 100644 test/yarp/fixtures/begin_ensure.txt
 create mode 100644 test/yarp/fixtures/begin_rescue.txt
 create mode 100644 test/yarp/fixtures/blocks.txt
 create mode 100644 test/yarp/fixtures/boolean_operators.txt
 create mode 100644 test/yarp/fixtures/booleans.txt
 create mode 100644 test/yarp/fixtures/break.txt
 create mode 100644 test/yarp/fixtures/case.txt
 create mode 100644 test/yarp/fixtures/classes.txt
 create mode 100644 test/yarp/fixtures/comments.txt
 create mode 100644 test/yarp/fixtures/constants.txt
 create mode 100644 test/yarp/fixtures/dash_heredocs.txt
 create mode 100644 test/yarp/fixtures/defined.txt
 create mode 100644 test/yarp/fixtures/dos_endings.txt
 create mode 100644 test/yarp/fixtures/embdoc_no_newline_at_end.txt
 create mode 100644 test/yarp/fixtures/for.txt
 create mode 100644 test/yarp/fixtures/global_variables.txt
 create mode 100644 test/yarp/fixtures/hashes.txt
 create mode 100644 test/yarp/fixtures/heredoc_with_trailing_newline.txt
 create mode 100644 test/yarp/fixtures/heredocs_nested.txt
 create mode 100644 test/yarp/fixtures/heredocs_with_ignored_newlines.txt
 create mode 100644 test/yarp/fixtures/heredocs_with_ignored_newlines_and_non_empty.txt
 create mode 100644 test/yarp/fixtures/if.txt
 create mode 100644 test/yarp/fixtures/integer_operations.txt
 create mode 100644 test/yarp/fixtures/keyword_method_names.txt
 create mode 100644 test/yarp/fixtures/keywords.txt
 create mode 100644 test/yarp/fixtures/lambda.txt
 create mode 100644 test/yarp/fixtures/method_calls.txt
 create mode 100644 test/yarp/fixtures/methods.txt
 create mode 100644 test/yarp/fixtures/modules.txt
 create mode 100644 test/yarp/fixtures/next.txt
 create mode 100644 test/yarp/fixtures/nils.txt
 create mode 100644 test/yarp/fixtures/non_alphanumeric_methods.txt
 create mode 100644 test/yarp/fixtures/not.txt
 create mode 100644 test/yarp/fixtures/numbers.txt
 create mode 100644 test/yarp/fixtures/patterns.txt
 create mode 100644 test/yarp/fixtures/procs.txt
 create mode 100644 test/yarp/fixtures/range_begin_open_exclusive.txt
 create mode 100644 test/yarp/fixtures/range_begin_open_inclusive.txt
 create mode 100644 test/yarp/fixtures/range_end_open_exclusive.txt
 create mode 100644 test/yarp/fixtures/range_end_open_inclusive.txt
 create mode 100644 test/yarp/fixtures/ranges.txt
 create mode 100644 test/yarp/fixtures/regex.txt
 create mode 100644 test/yarp/fixtures/rescue.txt
 create mode 100644 test/yarp/fixtures/return.txt
 create mode 100644 test/yarp/fixtures/seattlerb/BEGIN.txt
 create mode 100644 test/yarp/fixtures/seattlerb/README.rdoc
 create mode 100644 test/yarp/fixtures/seattlerb/__ENCODING__.txt
 create mode 100644 test/yarp/fixtures/seattlerb/alias_gvar_backref.txt
 create mode 100644 test/yarp/fixtures/seattlerb/alias_resword.txt
 create mode 100644 test/yarp/fixtures/seattlerb/and_multi.txt
 create mode 100644 test/yarp/fixtures/seattlerb/aref_args_assocs.txt
 create mode 100644 test/yarp/fixtures/seattlerb/aref_args_lit_assocs.txt
 create mode 100644 test/yarp/fixtures/seattlerb/args_kw_block.txt
 create mode 100644 test/yarp/fixtures/seattlerb/array_line_breaks.txt
 create mode 100644 test/yarp/fixtures/seattlerb/array_lits_trailing_calls.txt
 create mode 100644 test/yarp/fixtures/seattlerb/assoc__bare.txt
 create mode 100644 test/yarp/fixtures/seattlerb/assoc_label.txt
 create mode 100644 test/yarp/fixtures/seattlerb/attr_asgn_colon_id.txt
 create mode 100644 test/yarp/fixtures/seattlerb/attrasgn_array_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/attrasgn_array_lhs.txt
 create mode 100644 test/yarp/fixtures/seattlerb/attrasgn_primary_dot_constant.txt
 create mode 100644 test/yarp/fixtures/seattlerb/backticks_interpolation_line.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bang_eq.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bdot2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bdot3.txt
 create mode 100644 test/yarp/fixtures/seattlerb/begin_ensure_no_bodies.txt
 create mode 100644 test/yarp/fixtures/seattlerb/begin_rescue_else_ensure_bodies.txt
 create mode 100644 test/yarp/fixtures/seattlerb/begin_rescue_else_ensure_no_bodies.txt
 create mode 100644 test/yarp/fixtures/seattlerb/begin_rescue_ensure_no_bodies.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_arg__bare.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_arg_kwsplat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_arg_opt_arg_block.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_arg_opt_splat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_arg_opt_splat_arg_block_omfg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_arg_optional.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_arg_scope.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_arg_scope2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_arg_splat_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_args_kwargs.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_args_no_kwargs.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_args_opt1.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_args_opt2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_args_opt2_2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_args_opt3.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_break.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_call_defn_call_block_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_call_dot_op2_brace_block.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_call_dot_op2_cmd_args_do_block.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_call_operation_colon.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_call_operation_dot.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_call_paren_call_block_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_command_operation_colon.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_command_operation_dot.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_decomp_anon_splat_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_decomp_arg_splat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_decomp_arg_splat_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_decomp_splat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_kw.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_kw__required.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_kwarg_lvar.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_kwarg_lvar_multiple.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_next.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_opt_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_opt_splat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_opt_splat_arg_block_omfg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_optarg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_paren_splat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_reg_optarg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_return.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_scope.txt
 create mode 100644 test/yarp/fixtures/seattlerb/block_splat_reg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug169.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug179.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug190.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug191.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug202.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug236.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug290.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_187.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_215.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_249.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_and.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_args__19.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_args_masgn.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_args_masgn2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_args_masgn_outer_parens__19.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_call_arglist_parens.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_case_when_regexp.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_comma.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_cond_pct.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_hash_args.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_hash_args_trailing_comma.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_hash_interp_array.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_masgn_right.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_not_parens.txt
 create mode 100644 test/yarp/fixtures/seattlerb/bug_op_asgn_rescue.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_and.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_arg_assoc.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_arg_assoc_kwsplat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_arg_kwsplat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_args_assoc_quoted.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_args_assoc_trailing_comma.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_args_command.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_array_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_array_block_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_array_lambda_block_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_array_lit_inline_hash.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_assoc.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_assoc_new.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_assoc_new_if_multiline.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_assoc_trailing_comma.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_bang_command_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_bang_squiggle.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_begin_call_block_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_block_arg_named.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_carat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_colon2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_colon_parens.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_div.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_dot_parens.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_env.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_eq3.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_gt.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_kwsplat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_leading_dots.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_leading_dots_comment.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_lt.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_lte.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_not.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_pipe.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_rshift.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_self_brackets.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_spaceship.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_stabby_do_end_with_block.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_stabby_with_braces_block.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_star.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_star2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_trailing_comma.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_trailing_dots.txt
 create mode 100644 test/yarp/fixtures/seattlerb/call_unary_bang.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_31.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_37.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_42.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_42_2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_47.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_67.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_86.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_86_2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_array_pat_const.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_array_pat_const2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_array_pat_paren_assign.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_const.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_else.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_find.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_find_array.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_hash_pat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_hash_pat_assign.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_hash_pat_paren_assign.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_hash_pat_paren_true.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_hash_pat_rest.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_hash_pat_rest_solo.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_if_unless_post_mod.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_multiple.txt
 create mode 100644 test/yarp/fixtures/seattlerb/case_in_or.txt
 create mode 100644 test/yarp/fixtures/seattlerb/class_comments.txt
 create mode 100644 test/yarp/fixtures/seattlerb/cond_unary_minus.txt
 create mode 100644 test/yarp/fixtures/seattlerb/const_2_op_asgn_or2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/const_3_op_asgn_or.txt
 create mode 100644 test/yarp/fixtures/seattlerb/const_op_asgn_and1.txt
 create mode 100644 test/yarp/fixtures/seattlerb/const_op_asgn_and2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/const_op_asgn_or.txt
 create mode 100644 test/yarp/fixtures/seattlerb/dasgn_icky2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defined_eh_parens.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_arg_asplat_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_arg_forward_args.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_args_forward_args.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_comments.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_endless_command.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_endless_command_rescue.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_forward_args.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_kwarg_env.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_kwarg_kwarg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_kwarg_kwsplat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_kwarg_kwsplat_anon.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_kwarg_lvar.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_kwarg_no_parens.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_kwarg_val.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_no_kwargs.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_oneliner.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_oneliner_eq2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_oneliner_noargs.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_oneliner_noargs_parentheses.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_oneliner_rescue.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_opt_last_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_opt_reg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_opt_splat_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_powarg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_reg_opt_reg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_splat_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defn_unary_not.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defns_reserved.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defs_as_arg_with_do_block_inside.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defs_comments.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defs_endless_command.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defs_endless_command_rescue.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defs_kwarg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defs_oneliner.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defs_oneliner_eq2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/defs_oneliner_rescue.txt
 create mode 100644 test/yarp/fixtures/seattlerb/do_bug.txt
 create mode 100644 test/yarp/fixtures/seattlerb/do_lambda.txt
 create mode 100644 test/yarp/fixtures/seattlerb/dot2_nil__26.txt
 create mode 100644 test/yarp/fixtures/seattlerb/dot3_nil__26.txt
 create mode 100644 test/yarp/fixtures/seattlerb/dstr_evstr.txt
 create mode 100644 test/yarp/fixtures/seattlerb/dstr_evstr_empty_end.txt
 create mode 100644 test/yarp/fixtures/seattlerb/dstr_lex_state.txt
 create mode 100644 test/yarp/fixtures/seattlerb/dstr_str.txt
 create mode 100644 test/yarp/fixtures/seattlerb/dsym_esc_to_sym.txt
 create mode 100644 test/yarp/fixtures/seattlerb/dsym_to_sym.txt
 create mode 100644 test/yarp/fixtures/seattlerb/eq_begin_line_numbers.txt
 create mode 100644 test/yarp/fixtures/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt
 create mode 100644 test/yarp/fixtures/seattlerb/evstr_evstr.txt
 create mode 100644 test/yarp/fixtures/seattlerb/evstr_str.txt
 create mode 100644 test/yarp/fixtures/seattlerb/expr_not_bang.txt
 create mode 100644 test/yarp/fixtures/seattlerb/f_kw.txt
 create mode 100644 test/yarp/fixtures/seattlerb/f_kw__required.txt
 create mode 100644 test/yarp/fixtures/seattlerb/flip2_env_lvar.txt
 create mode 100644 test/yarp/fixtures/seattlerb/float_with_if_modifier.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc__backslash_dos_format.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_backslash_nl.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_bad_hex_escape.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_bad_oct_escape.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_comma_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_lineno.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_nested.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_squiggly.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_squiggly_blank_lines.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_squiggly_empty.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_squiggly_interp.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_squiggly_no_indent.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_squiggly_tabs.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_squiggly_tabs_extra.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_squiggly_visually_blank_lines.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_trailing_slash_continued_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_unicode.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_with_carriage_return_escapes.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_with_carriage_return_escapes_windows.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_returns.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_with_not_global_interpolation.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_with_only_carriage_returns.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_with_only_carriage_returns_windows.txt
 create mode 100644 test/yarp/fixtures/seattlerb/heredoc_wtf_I_hate_you.txt
 create mode 100644 test/yarp/fixtures/seattlerb/i_fucking_hate_line_numbers.txt
 create mode 100644 test/yarp/fixtures/seattlerb/i_fucking_hate_line_numbers2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/i_have_no_freakin_clue.txt
 create mode 100644 test/yarp/fixtures/seattlerb/if_elsif.txt
 create mode 100644 test/yarp/fixtures/seattlerb/if_symbol.txt
 create mode 100644 test/yarp/fixtures/seattlerb/in_expr_no_case.txt
 create mode 100644 test/yarp/fixtures/seattlerb/index_0.txt
 create mode 100644 test/yarp/fixtures/seattlerb/index_0_opasgn.txt
 create mode 100644 test/yarp/fixtures/seattlerb/integer_with_if_modifier.txt
 create mode 100644 test/yarp/fixtures/seattlerb/interpolated_symbol_array_line_breaks.txt
 create mode 100644 test/yarp/fixtures/seattlerb/interpolated_word_array_line_breaks.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_1.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_10_1.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_10_2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_11_1.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_11_2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_2__19.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_3.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_4.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_5.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_6.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_7_1.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_7_2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_8_1.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_8_2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_9_1.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_args_9_2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_kwarg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/iter_kwarg_kwsplat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/kill_me.txt
 create mode 100644 test/yarp/fixtures/seattlerb/kill_me2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/kill_me3.txt
 create mode 100644 test/yarp/fixtures/seattlerb/kill_me4.txt
 create mode 100644 test/yarp/fixtures/seattlerb/kill_me5.txt
 create mode 100644 test/yarp/fixtures/seattlerb/kill_me_10.txt
 create mode 100644 test/yarp/fixtures/seattlerb/kill_me_11.txt
 create mode 100644 test/yarp/fixtures/seattlerb/kill_me_12.txt
 create mode 100644 test/yarp/fixtures/seattlerb/kill_me_6.txt
 create mode 100644 test/yarp/fixtures/seattlerb/kill_me_7.txt
 create mode 100644 test/yarp/fixtures/seattlerb/kill_me_8.txt
 create mode 100644 test/yarp/fixtures/seattlerb/kill_me_9.txt
 create mode 100644 test/yarp/fixtures/seattlerb/label_vs_string.txt
 create mode 100644 test/yarp/fixtures/seattlerb/lambda_do_vs_brace.txt
 create mode 100644 test/yarp/fixtures/seattlerb/lasgn_arg_rescue_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/lasgn_call_bracket_rescue_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/lasgn_call_nobracket_rescue_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/lasgn_command.txt
 create mode 100644 test/yarp/fixtures/seattlerb/lasgn_env.txt
 create mode 100644 test/yarp/fixtures/seattlerb/lasgn_ivar_env.txt
 create mode 100644 test/yarp/fixtures/seattlerb/lasgn_lasgn_command_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/lasgn_middle_splat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/magic_encoding_comment.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_anon_splat_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_arg_colon_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_arg_ident.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_arg_splat_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_colon2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_colon3.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_command_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_double_paren.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_lhs_splat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_paren.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_splat_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_splat_arg_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_star.txt
 create mode 100644 test/yarp/fixtures/seattlerb/masgn_var_star_var.txt
 create mode 100644 test/yarp/fixtures/seattlerb/messy_op_asgn_lineno.txt
 create mode 100644 test/yarp/fixtures/seattlerb/method_call_assoc_trailing_comma.txt
 create mode 100644 test/yarp/fixtures/seattlerb/method_call_trailing_comma.txt
 create mode 100644 test/yarp/fixtures/seattlerb/mlhs_back_anonsplat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/mlhs_back_splat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/mlhs_front_anonsplat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/mlhs_front_splat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/mlhs_keyword.txt
 create mode 100644 test/yarp/fixtures/seattlerb/mlhs_mid_anonsplat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/mlhs_mid_splat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/mlhs_rescue.txt
 create mode 100644 test/yarp/fixtures/seattlerb/module_comments.txt
 create mode 100644 test/yarp/fixtures/seattlerb/motherfuckin_leading_dots.txt
 create mode 100644 test/yarp/fixtures/seattlerb/motherfuckin_leading_dots2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/multiline_hash_declaration.txt
 create mode 100644 test/yarp/fixtures/seattlerb/non_interpolated_symbol_array_line_breaks.txt
 create mode 100644 test/yarp/fixtures/seattlerb/non_interpolated_word_array_line_breaks.txt
 create mode 100644 test/yarp/fixtures/seattlerb/op_asgn_command_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/op_asgn_dot_ident_command_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/op_asgn_index_command_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/op_asgn_primary_colon_const_command_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/op_asgn_primary_colon_identifier1.txt
 create mode 100644 test/yarp/fixtures/seattlerb/op_asgn_primary_colon_identifier_command_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/op_asgn_val_dot_ident_command_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_def_special_name.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_if_not_canonical.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_if_not_noncanonical.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_block.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_block_inline_comment.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_block_inline_comment_leading_newlines.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_block_inline_multiline_comment.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_call_ivar_line_break_paren.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_call_no_args.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_defn_complex.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_defn_no_parens.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_defn_no_parens_args.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_dot2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_dot2_open.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_dot3.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_dot3_open.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_dstr_escaped_newline.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_dstr_soft_newline.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_evstr_after_break.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_hash_lit.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_heredoc.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_heredoc_evstr.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_heredoc_regexp_chars.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_iter_call_no_parens.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_iter_call_parens.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_multiline_str.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_multiline_str_literal_n.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_newlines.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_op_asgn.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_postexe.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_preexe.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_rescue.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_return.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_str_with_newline_escape.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_to_ary.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_line_trailing_newlines.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_opt_call_args_assocs_comma.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_opt_call_args_lit_comma.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_pattern_019.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_pattern_044.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_pattern_051.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_pattern_058.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_pattern_058_2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_pattern_069.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_pattern_076.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_until_not_canonical.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_until_not_noncanonical.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_while_not_canonical.txt
 create mode 100644 test/yarp/fixtures/seattlerb/parse_while_not_noncanonical.txt
 create mode 100644 test/yarp/fixtures/seattlerb/pctW_lineno.txt
 create mode 100644 test/yarp/fixtures/seattlerb/pct_Q_backslash_nl.txt
 create mode 100644 test/yarp/fixtures/seattlerb/pct_nl.txt
 create mode 100644 test/yarp/fixtures/seattlerb/pct_w_heredoc_interp_nested.txt
 create mode 100644 test/yarp/fixtures/seattlerb/pipe_semicolon.txt
 create mode 100644 test/yarp/fixtures/seattlerb/pipe_space.txt
 create mode 100644 test/yarp/fixtures/seattlerb/qWords_space.txt
 create mode 100644 test/yarp/fixtures/seattlerb/qsymbols.txt
 create mode 100644 test/yarp/fixtures/seattlerb/qsymbols_empty.txt
 create mode 100644 test/yarp/fixtures/seattlerb/qsymbols_empty_space.txt
 create mode 100644 test/yarp/fixtures/seattlerb/qsymbols_interp.txt
 create mode 100644 test/yarp/fixtures/seattlerb/quoted_symbol_hash_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/quoted_symbol_keys.txt
 create mode 100644 test/yarp/fixtures/seattlerb/qw_escape.txt
 create mode 100644 test/yarp/fixtures/seattlerb/qw_escape_term.txt
 create mode 100644 test/yarp/fixtures/seattlerb/qwords_empty.txt
 create mode 100644 test/yarp/fixtures/seattlerb/read_escape_unicode_curlies.txt
 create mode 100644 test/yarp/fixtures/seattlerb/read_escape_unicode_h4.txt
 create mode 100644 test/yarp/fixtures/seattlerb/regexp.txt
 create mode 100644 test/yarp/fixtures/seattlerb/regexp_esc_C_slash.txt
 create mode 100644 test/yarp/fixtures/seattlerb/regexp_esc_u.txt
 create mode 100644 test/yarp/fixtures/seattlerb/regexp_escape_extended.txt
 create mode 100644 test/yarp/fixtures/seattlerb/regexp_unicode_curlies.txt
 create mode 100644 test/yarp/fixtures/seattlerb/required_kwarg_no_value.txt
 create mode 100644 test/yarp/fixtures/seattlerb/rescue_do_end_ensure_result.txt
 create mode 100644 test/yarp/fixtures/seattlerb/rescue_do_end_no_raise.txt
 create mode 100644 test/yarp/fixtures/seattlerb/rescue_do_end_raised.txt
 create mode 100644 test/yarp/fixtures/seattlerb/rescue_do_end_rescued.txt
 create mode 100644 test/yarp/fixtures/seattlerb/rescue_in_block.txt
 create mode 100644 test/yarp/fixtures/seattlerb/rescue_parens.txt
 create mode 100644 test/yarp/fixtures/seattlerb/return_call_assocs.txt
 create mode 100644 test/yarp/fixtures/seattlerb/rhs_asgn.txt
 create mode 100644 test/yarp/fixtures/seattlerb/ruby21_numbers.txt
 create mode 100644 test/yarp/fixtures/seattlerb/safe_attrasgn.txt
 create mode 100644 test/yarp/fixtures/seattlerb/safe_attrasgn_constant.txt
 create mode 100644 test/yarp/fixtures/seattlerb/safe_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/safe_call_after_newline.txt
 create mode 100644 test/yarp/fixtures/seattlerb/safe_call_dot_parens.txt
 create mode 100644 test/yarp/fixtures/seattlerb/safe_call_newline.txt
 create mode 100644 test/yarp/fixtures/seattlerb/safe_call_operator.txt
 create mode 100644 test/yarp/fixtures/seattlerb/safe_call_rhs_newline.txt
 create mode 100644 test/yarp/fixtures/seattlerb/safe_calls.txt
 create mode 100644 test/yarp/fixtures/seattlerb/safe_op_asgn.txt
 create mode 100644 test/yarp/fixtures/seattlerb/safe_op_asgn2.txt
 create mode 100644 test/yarp/fixtures/seattlerb/slashy_newlines_within_string.txt
 create mode 100644 test/yarp/fixtures/seattlerb/stabby_arg_no_paren.txt
 create mode 100644 test/yarp/fixtures/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/stabby_block_iter_call.txt
 create mode 100644 test/yarp/fixtures/seattlerb/stabby_block_iter_call_no_target_with_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/stabby_block_kw.txt
 create mode 100644 test/yarp/fixtures/seattlerb/stabby_block_kw__required.txt
 create mode 100644 test/yarp/fixtures/seattlerb/stabby_proc_scope.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_backslashes.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_double_double_escaped_newline.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_double_escaped_newline.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_double_newline.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_evstr.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_evstr_escape.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_heredoc_interp.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_interp_ternary_or_label.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_lit_concat_bad_encodings.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_newline_hash_line_number.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_pct_Q_nested.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_pct_nested_nested.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_pct_q.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_single_double_escaped_newline.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_single_escaped_newline.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_single_newline.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_str.txt
 create mode 100644 test/yarp/fixtures/seattlerb/str_str_str.txt
 create mode 100644 test/yarp/fixtures/seattlerb/super_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/symbol_empty.txt
 create mode 100644 test/yarp/fixtures/seattlerb/symbol_list.txt
 create mode 100644 test/yarp/fixtures/seattlerb/symbols.txt
 create mode 100644 test/yarp/fixtures/seattlerb/symbols_empty.txt
 create mode 100644 test/yarp/fixtures/seattlerb/symbols_empty_space.txt
 create mode 100644 test/yarp/fixtures/seattlerb/symbols_interp.txt
 create mode 100644 test/yarp/fixtures/seattlerb/thingy.txt
 create mode 100644 test/yarp/fixtures/seattlerb/uminus_float.txt
 create mode 100644 test/yarp/fixtures/seattlerb/unary_minus.txt
 create mode 100644 test/yarp/fixtures/seattlerb/unary_plus.txt
 create mode 100644 test/yarp/fixtures/seattlerb/unary_plus_on_literal.txt
 create mode 100644 test/yarp/fixtures/seattlerb/unary_tilde.txt
 create mode 100644 test/yarp/fixtures/seattlerb/utf8_bom.txt
 create mode 100644 test/yarp/fixtures/seattlerb/when_splat.txt
 create mode 100644 test/yarp/fixtures/seattlerb/words_interp.txt
 create mode 100644 test/yarp/fixtures/seattlerb/wtf.txt
 create mode 100644 test/yarp/fixtures/seattlerb/wtf_7.txt
 create mode 100644 test/yarp/fixtures/seattlerb/wtf_8.txt
 create mode 100644 test/yarp/fixtures/seattlerb/yield_arg.txt
 create mode 100644 test/yarp/fixtures/seattlerb/yield_call_assocs.txt
 create mode 100644 test/yarp/fixtures/seattlerb/yield_empty_parens.txt
 create mode 100644 test/yarp/fixtures/seattlerb/zomg_sometimes_i_hate_this_project.txt
 create mode 100644 test/yarp/fixtures/single_quote_heredocs.txt
 create mode 100644 test/yarp/fixtures/strings.txt
 create mode 100644 test/yarp/fixtures/super.txt
 create mode 100644 test/yarp/fixtures/symbols.txt
 create mode 100644 test/yarp/fixtures/ternary_operator.txt
 create mode 100644 test/yarp/fixtures/tilde_heredocs.txt
 create mode 100644 test/yarp/fixtures/undef.txt
 create mode 100644 test/yarp/fixtures/unescaping.txt
 create mode 100644 test/yarp/fixtures/unless.txt
 create mode 100644 test/yarp/fixtures/unparser/LICENSE
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/alias.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/assignment.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/block.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/case.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/class.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/control.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/def.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/defined.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/defs.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/dstr.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/empty.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/empty_begin.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/flipflop.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/for.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/hookexe.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/if.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/kwbegin.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/lambda.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/literal.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/module.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/opasgn.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/pattern.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/pragma.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/range.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/rescue.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/send.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/since/27.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/since/30.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/since/31.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/since/32.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/singletons.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/super.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/unary.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/undef.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/variables.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/while.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/literal/yield.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/semantic/and.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/semantic/block.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/semantic/def.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/semantic/dstr.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/semantic/kwbegin.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/semantic/literal.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/semantic/send.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/semantic/undef.txt
 create mode 100644 test/yarp/fixtures/unparser/corpus/semantic/while.txt
 create mode 100644 test/yarp/fixtures/until.txt
 create mode 100644 test/yarp/fixtures/variables.txt
 create mode 100644 test/yarp/fixtures/while.txt
 create mode 100644 test/yarp/fixtures/whitequark/LICENSE
 create mode 100644 test/yarp/fixtures/whitequark/__ENCODING__.txt
 create mode 100644 test/yarp/fixtures/whitequark/__ENCODING___legacy_.txt
 create mode 100644 test/yarp/fixtures/whitequark/alias.txt
 create mode 100644 test/yarp/fixtures/whitequark/alias_gvar.txt
 create mode 100644 test/yarp/fixtures/whitequark/ambiuous_quoted_label_in_ternary_operator.txt
 create mode 100644 test/yarp/fixtures/whitequark/and.txt
 create mode 100644 test/yarp/fixtures/whitequark/and_asgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/and_or_masgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/anonymous_blockarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/arg.txt
 create mode 100644 test/yarp/fixtures/whitequark/arg_duplicate_ignored.txt
 create mode 100644 test/yarp/fixtures/whitequark/arg_label.txt
 create mode 100644 test/yarp/fixtures/whitequark/arg_scope.txt
 create mode 100644 test/yarp/fixtures/whitequark/args.txt
 create mode 100644 test/yarp/fixtures/whitequark/args_args_assocs.txt
 create mode 100644 test/yarp/fixtures/whitequark/args_args_assocs_comma.txt
 create mode 100644 test/yarp/fixtures/whitequark/args_args_comma.txt
 create mode 100644 test/yarp/fixtures/whitequark/args_args_star.txt
 create mode 100644 test/yarp/fixtures/whitequark/args_assocs.txt
 create mode 100644 test/yarp/fixtures/whitequark/args_assocs_comma.txt
 create mode 100644 test/yarp/fixtures/whitequark/args_assocs_legacy.txt
 create mode 100644 test/yarp/fixtures/whitequark/args_block_pass.txt
 create mode 100644 test/yarp/fixtures/whitequark/args_cmd.txt
 create mode 100644 test/yarp/fixtures/whitequark/args_star.txt
 create mode 100644 test/yarp/fixtures/whitequark/array_assocs.txt
 create mode 100644 test/yarp/fixtures/whitequark/array_plain.txt
 create mode 100644 test/yarp/fixtures/whitequark/array_splat.txt
 create mode 100644 test/yarp/fixtures/whitequark/array_symbols.txt
 create mode 100644 test/yarp/fixtures/whitequark/array_symbols_empty.txt
 create mode 100644 test/yarp/fixtures/whitequark/array_symbols_interp.txt
 create mode 100644 test/yarp/fixtures/whitequark/array_words.txt
 create mode 100644 test/yarp/fixtures/whitequark/array_words_empty.txt
 create mode 100644 test/yarp/fixtures/whitequark/array_words_interp.txt
 create mode 100644 test/yarp/fixtures/whitequark/asgn_cmd.txt
 create mode 100644 test/yarp/fixtures/whitequark/asgn_mrhs.txt
 create mode 100644 test/yarp/fixtures/whitequark/back_ref.txt
 create mode 100644 test/yarp/fixtures/whitequark/bang.txt
 create mode 100644 test/yarp/fixtures/whitequark/bang_cmd.txt
 create mode 100644 test/yarp/fixtures/whitequark/begin_cmdarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/beginless_erange_after_newline.txt
 create mode 100644 test/yarp/fixtures/whitequark/beginless_irange_after_newline.txt
 create mode 100644 test/yarp/fixtures/whitequark/beginless_range.txt
 create mode 100644 test/yarp/fixtures/whitequark/blockarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/blockargs.txt
 create mode 100644 test/yarp/fixtures/whitequark/break.txt
 create mode 100644 test/yarp/fixtures/whitequark/break_block.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_435.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_447.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_452.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_466.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_473.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_480.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_481.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_ascii_8bit_in_literal.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_cmd_string_lookahead.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_cmdarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_def_no_paren_eql_begin.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_do_block_in_call_args.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_do_block_in_cmdarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_do_block_in_hash_brace.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_heredoc_do.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_interp_single.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_lambda_leakage.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_regex_verification.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_rescue_empty_else.txt
 create mode 100644 test/yarp/fixtures/whitequark/bug_while_not_parens_do.txt
 create mode 100644 test/yarp/fixtures/whitequark/case_cond.txt
 create mode 100644 test/yarp/fixtures/whitequark/case_cond_else.txt
 create mode 100644 test/yarp/fixtures/whitequark/case_expr.txt
 create mode 100644 test/yarp/fixtures/whitequark/case_expr_else.txt
 create mode 100644 test/yarp/fixtures/whitequark/casgn_scoped.txt
 create mode 100644 test/yarp/fixtures/whitequark/casgn_toplevel.txt
 create mode 100644 test/yarp/fixtures/whitequark/casgn_unscoped.txt
 create mode 100644 test/yarp/fixtures/whitequark/character.txt
 create mode 100644 test/yarp/fixtures/whitequark/class.txt
 create mode 100644 test/yarp/fixtures/whitequark/class_definition_in_while_cond.txt
 create mode 100644 test/yarp/fixtures/whitequark/class_super.txt
 create mode 100644 test/yarp/fixtures/whitequark/class_super_label.txt
 create mode 100644 test/yarp/fixtures/whitequark/comments_before_leading_dot__27.txt
 create mode 100644 test/yarp/fixtures/whitequark/complex.txt
 create mode 100644 test/yarp/fixtures/whitequark/cond_begin.txt
 create mode 100644 test/yarp/fixtures/whitequark/cond_begin_masgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/cond_eflipflop.txt
 create mode 100644 test/yarp/fixtures/whitequark/cond_iflipflop.txt
 create mode 100644 test/yarp/fixtures/whitequark/cond_match_current_line.txt
 create mode 100644 test/yarp/fixtures/whitequark/const_op_asgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/const_scoped.txt
 create mode 100644 test/yarp/fixtures/whitequark/const_toplevel.txt
 create mode 100644 test/yarp/fixtures/whitequark/const_unscoped.txt
 create mode 100644 test/yarp/fixtures/whitequark/cpath.txt
 create mode 100644 test/yarp/fixtures/whitequark/cvar.txt
 create mode 100644 test/yarp/fixtures/whitequark/cvasgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/dedenting_heredoc.txt
 create mode 100644 test/yarp/fixtures/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt
 create mode 100644 test/yarp/fixtures/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt
 create mode 100644 test/yarp/fixtures/whitequark/def.txt
 create mode 100644 test/yarp/fixtures/whitequark/defined.txt
 create mode 100644 test/yarp/fixtures/whitequark/defs.txt
 create mode 100644 test/yarp/fixtures/whitequark/empty_stmt.txt
 create mode 100644 test/yarp/fixtures/whitequark/endless_comparison_method.txt
 create mode 100644 test/yarp/fixtures/whitequark/endless_method.txt
 create mode 100644 test/yarp/fixtures/whitequark/endless_method_command_syntax.txt
 create mode 100644 test/yarp/fixtures/whitequark/endless_method_forwarded_args_legacy.txt
 create mode 100644 test/yarp/fixtures/whitequark/endless_method_with_rescue_mod.txt
 create mode 100644 test/yarp/fixtures/whitequark/endless_method_without_args.txt
 create mode 100644 test/yarp/fixtures/whitequark/ensure.txt
 create mode 100644 test/yarp/fixtures/whitequark/ensure_empty.txt
 create mode 100644 test/yarp/fixtures/whitequark/false.txt
 create mode 100644 test/yarp/fixtures/whitequark/float.txt
 create mode 100644 test/yarp/fixtures/whitequark/for.txt
 create mode 100644 test/yarp/fixtures/whitequark/for_mlhs.txt
 create mode 100644 test/yarp/fixtures/whitequark/forward_arg.txt
 create mode 100644 test/yarp/fixtures/whitequark/forward_arg_with_open_args.txt
 create mode 100644 test/yarp/fixtures/whitequark/forward_args_legacy.txt
 create mode 100644 test/yarp/fixtures/whitequark/forwarded_argument_with_kwrestarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/forwarded_argument_with_restarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/forwarded_kwrestarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/forwarded_restarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/gvar.txt
 create mode 100644 test/yarp/fixtures/whitequark/gvasgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/hash_empty.txt
 create mode 100644 test/yarp/fixtures/whitequark/hash_hashrocket.txt
 create mode 100644 test/yarp/fixtures/whitequark/hash_kwsplat.txt
 create mode 100644 test/yarp/fixtures/whitequark/hash_label.txt
 create mode 100644 test/yarp/fixtures/whitequark/hash_label_end.txt
 create mode 100644 test/yarp/fixtures/whitequark/hash_pair_value_omission.txt
 create mode 100644 test/yarp/fixtures/whitequark/heredoc.txt
 create mode 100644 test/yarp/fixtures/whitequark/if.txt
 create mode 100644 test/yarp/fixtures/whitequark/if_else.txt
 create mode 100644 test/yarp/fixtures/whitequark/if_elsif.txt
 create mode 100644 test/yarp/fixtures/whitequark/if_masgn__24.txt
 create mode 100644 test/yarp/fixtures/whitequark/if_mod.txt
 create mode 100644 test/yarp/fixtures/whitequark/if_nl_then.txt
 create mode 100644 test/yarp/fixtures/whitequark/if_while_after_class__since_32.txt
 create mode 100644 test/yarp/fixtures/whitequark/int.txt
 create mode 100644 test/yarp/fixtures/whitequark/int___LINE__.txt
 create mode 100644 test/yarp/fixtures/whitequark/interp_digit_var.txt
 create mode 100644 test/yarp/fixtures/whitequark/ivar.txt
 create mode 100644 test/yarp/fixtures/whitequark/ivasgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/keyword_argument_omission.txt
 create mode 100644 test/yarp/fixtures/whitequark/kwarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/kwbegin_compstmt.txt
 create mode 100644 test/yarp/fixtures/whitequark/kwnilarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/kwoptarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt
 create mode 100644 test/yarp/fixtures/whitequark/kwrestarg_named.txt
 create mode 100644 test/yarp/fixtures/whitequark/kwrestarg_unnamed.txt
 create mode 100644 test/yarp/fixtures/whitequark/lbrace_arg_after_command_args.txt
 create mode 100644 test/yarp/fixtures/whitequark/lparenarg_after_lvar__since_25.txt
 create mode 100644 test/yarp/fixtures/whitequark/lvar.txt
 create mode 100644 test/yarp/fixtures/whitequark/lvar_injecting_match.txt
 create mode 100644 test/yarp/fixtures/whitequark/lvasgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/masgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/masgn_attr.txt
 create mode 100644 test/yarp/fixtures/whitequark/masgn_cmd.txt
 create mode 100644 test/yarp/fixtures/whitequark/masgn_const.txt
 create mode 100644 test/yarp/fixtures/whitequark/masgn_nested.txt
 create mode 100644 test/yarp/fixtures/whitequark/masgn_splat.txt
 create mode 100644 test/yarp/fixtures/whitequark/method_definition_in_while_cond.txt
 create mode 100644 test/yarp/fixtures/whitequark/module.txt
 create mode 100644 test/yarp/fixtures/whitequark/multiple_pattern_matches.txt
 create mode 100644 test/yarp/fixtures/whitequark/newline_in_hash_argument.txt
 create mode 100644 test/yarp/fixtures/whitequark/next.txt
 create mode 100644 test/yarp/fixtures/whitequark/next_block.txt
 create mode 100644 test/yarp/fixtures/whitequark/nil.txt
 create mode 100644 test/yarp/fixtures/whitequark/nil_expression.txt
 create mode 100644 test/yarp/fixtures/whitequark/non_lvar_injecting_match.txt
 create mode 100644 test/yarp/fixtures/whitequark/not.txt
 create mode 100644 test/yarp/fixtures/whitequark/not_cmd.txt
 create mode 100644 test/yarp/fixtures/whitequark/not_masgn__24.txt
 create mode 100644 test/yarp/fixtures/whitequark/nth_ref.txt
 create mode 100644 test/yarp/fixtures/whitequark/numbered_args_after_27.txt
 create mode 100644 test/yarp/fixtures/whitequark/numparam_outside_block.txt
 create mode 100644 test/yarp/fixtures/whitequark/op_asgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/op_asgn_cmd.txt
 create mode 100644 test/yarp/fixtures/whitequark/op_asgn_index.txt
 create mode 100644 test/yarp/fixtures/whitequark/op_asgn_index_cmd.txt
 create mode 100644 test/yarp/fixtures/whitequark/optarg.txt
 create mode 100644 test/yarp/fixtures/whitequark/or.txt
 create mode 100644 test/yarp/fixtures/whitequark/or_asgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/parser_bug_272.txt
 create mode 100644 test/yarp/fixtures/whitequark/parser_bug_490.txt
 create mode 100644 test/yarp/fixtures/whitequark/parser_bug_507.txt
 create mode 100644 test/yarp/fixtures/whitequark/parser_bug_518.txt
 create mode 100644 test/yarp/fixtures/whitequark/parser_bug_525.txt
 create mode 100644 test/yarp/fixtures/whitequark/parser_bug_604.txt
 create mode 100644 test/yarp/fixtures/whitequark/parser_bug_640.txt
 create mode 100644 test/yarp/fixtures/whitequark/parser_bug_645.txt
 create mode 100644 test/yarp/fixtures/whitequark/parser_bug_830.txt
 create mode 100644 test/yarp/fixtures/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt
 create mode 100644 test/yarp/fixtures/whitequark/parser_slash_slash_n_escaping_in_literals.txt
 create mode 100644 test/yarp/fixtures/whitequark/pattern_matching__FILE__LINE_literals.txt
 create mode 100644 test/yarp/fixtures/whitequark/pattern_matching_blank_else.txt
 create mode 100644 test/yarp/fixtures/whitequark/pattern_matching_else.txt
 create mode 100644 test/yarp/fixtures/whitequark/pattern_matching_single_line.txt
 create mode 100644 test/yarp/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
 create mode 100644 test/yarp/fixtures/whitequark/postexe.txt
 create mode 100644 test/yarp/fixtures/whitequark/preexe.txt
 create mode 100644 test/yarp/fixtures/whitequark/procarg0.txt
 create mode 100644 test/yarp/fixtures/whitequark/range_exclusive.txt
 create mode 100644 test/yarp/fixtures/whitequark/range_inclusive.txt
 create mode 100644 test/yarp/fixtures/whitequark/rational.txt
 create mode 100644 test/yarp/fixtures/whitequark/redo.txt
 create mode 100644 test/yarp/fixtures/whitequark/regex_interp.txt
 create mode 100644 test/yarp/fixtures/whitequark/regex_plain.txt
 create mode 100644 test/yarp/fixtures/whitequark/resbody_list.txt
 create mode 100644 test/yarp/fixtures/whitequark/resbody_list_mrhs.txt
 create mode 100644 test/yarp/fixtures/whitequark/resbody_list_var.txt
 create mode 100644 test/yarp/fixtures/whitequark/resbody_var.txt
 create mode 100644 test/yarp/fixtures/whitequark/rescue.txt
 create mode 100644 test/yarp/fixtures/whitequark/rescue_else.txt
 create mode 100644 test/yarp/fixtures/whitequark/rescue_else_ensure.txt
 create mode 100644 test/yarp/fixtures/whitequark/rescue_ensure.txt
 create mode 100644 test/yarp/fixtures/whitequark/rescue_in_lambda_block.txt
 create mode 100644 test/yarp/fixtures/whitequark/rescue_mod.txt
 create mode 100644 test/yarp/fixtures/whitequark/rescue_mod_asgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/rescue_mod_masgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/rescue_mod_op_assign.txt
 create mode 100644 test/yarp/fixtures/whitequark/rescue_without_begin_end.txt
 create mode 100644 test/yarp/fixtures/whitequark/restarg_named.txt
 create mode 100644 test/yarp/fixtures/whitequark/restarg_unnamed.txt
 create mode 100644 test/yarp/fixtures/whitequark/retry.txt
 create mode 100644 test/yarp/fixtures/whitequark/return.txt
 create mode 100644 test/yarp/fixtures/whitequark/return_block.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_10279.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_10653.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_11107.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_11380.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_11873.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_11873_a.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_11873_b.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_11989.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_11990.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_12073.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_12402.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_12669.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_12686.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_13547.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_14690.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_15789.txt
 create mode 100644 test/yarp/fixtures/whitequark/ruby_bug_9669.txt
 create mode 100644 test/yarp/fixtures/whitequark/sclass.txt
 create mode 100644 test/yarp/fixtures/whitequark/self.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_attr_asgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_attr_asgn_conditional.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_binary_op.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_block_chain_cmd.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_block_conditional.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_call.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_conditional.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_index.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_index_asgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_index_asgn_legacy.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_index_cmd.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_index_legacy.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_lambda.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_lambda_args.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_lambda_args_noparen.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_lambda_args_shadow.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_lambda_legacy.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_op_asgn_conditional.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_plain.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_plain_cmd.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_self.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_self_block.txt
 create mode 100644 test/yarp/fixtures/whitequark/send_unary_op.txt
 create mode 100644 test/yarp/fixtures/whitequark/slash_newline_in_heredocs.txt
 create mode 100644 test/yarp/fixtures/whitequark/space_args_arg.txt
 create mode 100644 test/yarp/fixtures/whitequark/space_args_arg_block.txt
 create mode 100644 test/yarp/fixtures/whitequark/space_args_arg_call.txt
 create mode 100644 test/yarp/fixtures/whitequark/space_args_arg_newline.txt
 create mode 100644 test/yarp/fixtures/whitequark/space_args_block.txt
 create mode 100644 test/yarp/fixtures/whitequark/space_args_cmd.txt
 create mode 100644 test/yarp/fixtures/whitequark/string___FILE__.txt
 create mode 100644 test/yarp/fixtures/whitequark/string_concat.txt
 create mode 100644 test/yarp/fixtures/whitequark/string_dvar.txt
 create mode 100644 test/yarp/fixtures/whitequark/string_interp.txt
 create mode 100644 test/yarp/fixtures/whitequark/string_plain.txt
 create mode 100644 test/yarp/fixtures/whitequark/super.txt
 create mode 100644 test/yarp/fixtures/whitequark/super_block.txt
 create mode 100644 test/yarp/fixtures/whitequark/symbol_interp.txt
 create mode 100644 test/yarp/fixtures/whitequark/symbol_plain.txt
 create mode 100644 test/yarp/fixtures/whitequark/ternary.txt
 create mode 100644 test/yarp/fixtures/whitequark/ternary_ambiguous_symbol.txt
 create mode 100644 test/yarp/fixtures/whitequark/trailing_forward_arg.txt
 create mode 100644 test/yarp/fixtures/whitequark/true.txt
 create mode 100644 test/yarp/fixtures/whitequark/unary_num_pow_precedence.txt
 create mode 100644 test/yarp/fixtures/whitequark/undef.txt
 create mode 100644 test/yarp/fixtures/whitequark/unless.txt
 create mode 100644 test/yarp/fixtures/whitequark/unless_else.txt
 create mode 100644 test/yarp/fixtures/whitequark/unless_mod.txt
 create mode 100644 test/yarp/fixtures/whitequark/until.txt
 create mode 100644 test/yarp/fixtures/whitequark/until_mod.txt
 create mode 100644 test/yarp/fixtures/whitequark/until_post.txt
 create mode 100644 test/yarp/fixtures/whitequark/var_and_asgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/var_op_asgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/var_op_asgn_cmd.txt
 create mode 100644 test/yarp/fixtures/whitequark/var_or_asgn.txt
 create mode 100644 test/yarp/fixtures/whitequark/when_multi.txt
 create mode 100644 test/yarp/fixtures/whitequark/when_splat.txt
 create mode 100644 test/yarp/fixtures/whitequark/when_then.txt
 create mode 100644 test/yarp/fixtures/whitequark/while.txt
 create mode 100644 test/yarp/fixtures/whitequark/while_mod.txt
 create mode 100644 test/yarp/fixtures/whitequark/while_post.txt
 create mode 100644 test/yarp/fixtures/whitequark/xstring_interp.txt
 create mode 100644 test/yarp/fixtures/whitequark/xstring_plain.txt
 create mode 100644 test/yarp/fixtures/whitequark/yield.txt
 create mode 100644 test/yarp/fixtures/whitequark/zsuper.txt
 create mode 100644 test/yarp/fixtures/xstring.txt
 create mode 100644 test/yarp/fixtures/yield.txt
 create mode 100644 test/yarp/heredoc_dedent_test.rb
 create mode 100644 test/yarp/language_server_test.rb
 create mode 100644 test/yarp/location_test.rb
 create mode 100644 test/yarp/memsize_test.rb
 create mode 100644 test/yarp/parse_test.rb
 create mode 100644 test/yarp/regexp_test.rb
 create mode 100644 test/yarp/ripper_compat_test.rb
 create mode 100644 test/yarp/snapshots/alias.txt
 create mode 100644 test/yarp/snapshots/arithmetic.txt
 create mode 100644 test/yarp/snapshots/arrays.txt
 create mode 100644 test/yarp/snapshots/begin_ensure.txt
 create mode 100644 test/yarp/snapshots/begin_rescue.txt
 create mode 100644 test/yarp/snapshots/blocks.txt
 create mode 100644 test/yarp/snapshots/boolean_operators.txt
 create mode 100644 test/yarp/snapshots/booleans.txt
 create mode 100644 test/yarp/snapshots/break.txt
 create mode 100644 test/yarp/snapshots/case.txt
 create mode 100644 test/yarp/snapshots/classes.txt
 create mode 100644 test/yarp/snapshots/comments.txt
 create mode 100644 test/yarp/snapshots/constants.txt
 create mode 100644 test/yarp/snapshots/dash_heredocs.txt
 create mode 100644 test/yarp/snapshots/defined.txt
 create mode 100644 test/yarp/snapshots/dos_endings.txt
 create mode 100644 test/yarp/snapshots/embdoc_no_newline_at_end.txt
 create mode 100644 test/yarp/snapshots/for.txt
 create mode 100644 test/yarp/snapshots/global_variables.txt
 create mode 100644 test/yarp/snapshots/hashes.txt
 create mode 100644 test/yarp/snapshots/heredoc_with_trailing_newline.txt
 create mode 100644 test/yarp/snapshots/heredocs_nested.txt
 create mode 100644 test/yarp/snapshots/heredocs_with_ignored_newlines.txt
 create mode 100644 test/yarp/snapshots/heredocs_with_ignored_newlines_and_non_empty.txt
 create mode 100644 test/yarp/snapshots/if.txt
 create mode 100644 test/yarp/snapshots/integer_operations.txt
 create mode 100644 test/yarp/snapshots/keyword_method_names.txt
 create mode 100644 test/yarp/snapshots/keywords.txt
 create mode 100644 test/yarp/snapshots/lambda.txt
 create mode 100644 test/yarp/snapshots/method_calls.txt
 create mode 100644 test/yarp/snapshots/methods.txt
 create mode 100644 test/yarp/snapshots/modules.txt
 create mode 100644 test/yarp/snapshots/next.txt
 create mode 100644 test/yarp/snapshots/nils.txt
 create mode 100644 test/yarp/snapshots/non_alphanumeric_methods.txt
 create mode 100644 test/yarp/snapshots/not.txt
 create mode 100644 test/yarp/snapshots/numbers.txt
 create mode 100644 test/yarp/snapshots/patterns.txt
 create mode 100644 test/yarp/snapshots/procs.txt
 create mode 100644 test/yarp/snapshots/range_begin_open_exclusive.txt
 create mode 100644 test/yarp/snapshots/range_begin_open_inclusive.txt
 create mode 100644 test/yarp/snapshots/range_end_open_exclusive.txt
 create mode 100644 test/yarp/snapshots/range_end_open_inclusive.txt
 create mode 100644 test/yarp/snapshots/ranges.txt
 create mode 100644 test/yarp/snapshots/regex.txt
 create mode 100644 test/yarp/snapshots/rescue.txt
 create mode 100644 test/yarp/snapshots/return.txt
 create mode 100644 test/yarp/snapshots/seattlerb/BEGIN.txt
 create mode 100644 test/yarp/snapshots/seattlerb/__ENCODING__.txt
 create mode 100644 test/yarp/snapshots/seattlerb/alias_gvar_backref.txt
 create mode 100644 test/yarp/snapshots/seattlerb/alias_resword.txt
 create mode 100644 test/yarp/snapshots/seattlerb/and_multi.txt
 create mode 100644 test/yarp/snapshots/seattlerb/aref_args_assocs.txt
 create mode 100644 test/yarp/snapshots/seattlerb/aref_args_lit_assocs.txt
 create mode 100644 test/yarp/snapshots/seattlerb/args_kw_block.txt
 create mode 100644 test/yarp/snapshots/seattlerb/array_line_breaks.txt
 create mode 100644 test/yarp/snapshots/seattlerb/array_lits_trailing_calls.txt
 create mode 100644 test/yarp/snapshots/seattlerb/assoc__bare.txt
 create mode 100644 test/yarp/snapshots/seattlerb/assoc_label.txt
 create mode 100644 test/yarp/snapshots/seattlerb/attr_asgn_colon_id.txt
 create mode 100644 test/yarp/snapshots/seattlerb/attrasgn_array_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/attrasgn_array_lhs.txt
 create mode 100644 test/yarp/snapshots/seattlerb/attrasgn_primary_dot_constant.txt
 create mode 100644 test/yarp/snapshots/seattlerb/backticks_interpolation_line.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bang_eq.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bdot2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bdot3.txt
 create mode 100644 test/yarp/snapshots/seattlerb/begin_ensure_no_bodies.txt
 create mode 100644 test/yarp/snapshots/seattlerb/begin_rescue_else_ensure_bodies.txt
 create mode 100644 test/yarp/snapshots/seattlerb/begin_rescue_else_ensure_no_bodies.txt
 create mode 100644 test/yarp/snapshots/seattlerb/begin_rescue_ensure_no_bodies.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_arg__bare.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_arg_kwsplat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_arg_opt_arg_block.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_arg_opt_splat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_arg_opt_splat_arg_block_omfg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_arg_optional.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_arg_scope.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_arg_scope2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_arg_splat_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_args_kwargs.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_args_no_kwargs.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_args_opt1.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_args_opt2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_args_opt2_2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_args_opt3.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_break.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_call_defn_call_block_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_call_dot_op2_brace_block.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_call_dot_op2_cmd_args_do_block.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_call_operation_colon.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_call_operation_dot.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_call_paren_call_block_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_command_operation_colon.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_command_operation_dot.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_decomp_anon_splat_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_decomp_arg_splat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_decomp_arg_splat_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_decomp_splat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_kw.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_kw__required.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_kwarg_lvar.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_kwarg_lvar_multiple.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_next.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_opt_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_opt_splat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_opt_splat_arg_block_omfg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_optarg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_paren_splat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_reg_optarg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_return.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_scope.txt
 create mode 100644 test/yarp/snapshots/seattlerb/block_splat_reg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug169.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug179.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug190.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug191.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug202.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug236.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug290.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_187.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_215.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_249.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_and.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_args__19.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_args_masgn.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_args_masgn2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_args_masgn_outer_parens__19.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_call_arglist_parens.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_case_when_regexp.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_comma.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_cond_pct.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_hash_args.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_hash_args_trailing_comma.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_hash_interp_array.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_masgn_right.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_not_parens.txt
 create mode 100644 test/yarp/snapshots/seattlerb/bug_op_asgn_rescue.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_and.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_arg_assoc.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_arg_assoc_kwsplat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_arg_kwsplat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_args_assoc_quoted.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_args_assoc_trailing_comma.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_args_command.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_array_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_array_block_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_array_lambda_block_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_array_lit_inline_hash.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_assoc.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_assoc_new.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_assoc_new_if_multiline.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_assoc_trailing_comma.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_bang_command_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_bang_squiggle.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_begin_call_block_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_block_arg_named.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_carat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_colon2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_colon_parens.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_div.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_dot_parens.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_env.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_eq3.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_gt.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_kwsplat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_leading_dots.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_leading_dots_comment.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_lt.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_lte.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_not.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_pipe.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_rshift.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_self_brackets.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_spaceship.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_stabby_do_end_with_block.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_stabby_with_braces_block.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_star.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_star2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_trailing_comma.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_trailing_dots.txt
 create mode 100644 test/yarp/snapshots/seattlerb/call_unary_bang.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_31.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_37.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_42.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_42_2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_47.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_67.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_86.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_86_2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_array_pat_const.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_array_pat_const2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_array_pat_paren_assign.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_const.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_else.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_find.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_find_array.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_hash_pat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_hash_pat_assign.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_hash_pat_paren_assign.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_hash_pat_paren_true.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_hash_pat_rest.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_hash_pat_rest_solo.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_if_unless_post_mod.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_multiple.txt
 create mode 100644 test/yarp/snapshots/seattlerb/case_in_or.txt
 create mode 100644 test/yarp/snapshots/seattlerb/class_comments.txt
 create mode 100644 test/yarp/snapshots/seattlerb/cond_unary_minus.txt
 create mode 100644 test/yarp/snapshots/seattlerb/const_2_op_asgn_or2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/const_3_op_asgn_or.txt
 create mode 100644 test/yarp/snapshots/seattlerb/const_op_asgn_and1.txt
 create mode 100644 test/yarp/snapshots/seattlerb/const_op_asgn_and2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/const_op_asgn_or.txt
 create mode 100644 test/yarp/snapshots/seattlerb/dasgn_icky2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defined_eh_parens.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_arg_asplat_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_arg_forward_args.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_args_forward_args.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_comments.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_endless_command.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_endless_command_rescue.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_forward_args.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_kwarg_env.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_kwarg_kwarg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_kwarg_kwsplat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_kwarg_kwsplat_anon.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_kwarg_lvar.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_kwarg_no_parens.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_kwarg_val.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_no_kwargs.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_oneliner.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_oneliner_eq2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_oneliner_noargs.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_oneliner_noargs_parentheses.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_oneliner_rescue.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_opt_last_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_opt_reg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_opt_splat_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_powarg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_reg_opt_reg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_splat_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defn_unary_not.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defns_reserved.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defs_as_arg_with_do_block_inside.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defs_comments.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defs_endless_command.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defs_endless_command_rescue.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defs_kwarg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defs_oneliner.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defs_oneliner_eq2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/defs_oneliner_rescue.txt
 create mode 100644 test/yarp/snapshots/seattlerb/do_bug.txt
 create mode 100644 test/yarp/snapshots/seattlerb/do_lambda.txt
 create mode 100644 test/yarp/snapshots/seattlerb/dot2_nil__26.txt
 create mode 100644 test/yarp/snapshots/seattlerb/dot3_nil__26.txt
 create mode 100644 test/yarp/snapshots/seattlerb/dstr_evstr.txt
 create mode 100644 test/yarp/snapshots/seattlerb/dstr_evstr_empty_end.txt
 create mode 100644 test/yarp/snapshots/seattlerb/dstr_lex_state.txt
 create mode 100644 test/yarp/snapshots/seattlerb/dstr_str.txt
 create mode 100644 test/yarp/snapshots/seattlerb/dsym_esc_to_sym.txt
 create mode 100644 test/yarp/snapshots/seattlerb/dsym_to_sym.txt
 create mode 100644 test/yarp/snapshots/seattlerb/eq_begin_line_numbers.txt
 create mode 100644 test/yarp/snapshots/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt
 create mode 100644 test/yarp/snapshots/seattlerb/evstr_evstr.txt
 create mode 100644 test/yarp/snapshots/seattlerb/evstr_str.txt
 create mode 100644 test/yarp/snapshots/seattlerb/expr_not_bang.txt
 create mode 100644 test/yarp/snapshots/seattlerb/f_kw.txt
 create mode 100644 test/yarp/snapshots/seattlerb/f_kw__required.txt
 create mode 100644 test/yarp/snapshots/seattlerb/flip2_env_lvar.txt
 create mode 100644 test/yarp/snapshots/seattlerb/float_with_if_modifier.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc__backslash_dos_format.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_backslash_nl.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_bad_hex_escape.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_bad_oct_escape.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_comma_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_lineno.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_squiggly.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_squiggly_blank_lines.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_squiggly_empty.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_squiggly_interp.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_squiggly_no_indent.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_squiggly_tabs.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_unicode.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_with_carriage_return_escapes.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_with_carriage_return_escapes_windows.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_with_not_global_interpolation.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_with_only_carriage_returns.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_with_only_carriage_returns_windows.txt
 create mode 100644 test/yarp/snapshots/seattlerb/heredoc_wtf_I_hate_you.txt
 create mode 100644 test/yarp/snapshots/seattlerb/i_fucking_hate_line_numbers.txt
 create mode 100644 test/yarp/snapshots/seattlerb/i_fucking_hate_line_numbers2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/i_have_no_freakin_clue.txt
 create mode 100644 test/yarp/snapshots/seattlerb/if_elsif.txt
 create mode 100644 test/yarp/snapshots/seattlerb/if_symbol.txt
 create mode 100644 test/yarp/snapshots/seattlerb/in_expr_no_case.txt
 create mode 100644 test/yarp/snapshots/seattlerb/index_0.txt
 create mode 100644 test/yarp/snapshots/seattlerb/index_0_opasgn.txt
 create mode 100644 test/yarp/snapshots/seattlerb/integer_with_if_modifier.txt
 create mode 100644 test/yarp/snapshots/seattlerb/interpolated_symbol_array_line_breaks.txt
 create mode 100644 test/yarp/snapshots/seattlerb/interpolated_word_array_line_breaks.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_1.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_10_1.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_10_2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_11_1.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_11_2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_2__19.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_3.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_4.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_5.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_6.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_7_1.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_7_2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_8_1.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_8_2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_9_1.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_args_9_2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_kwarg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/iter_kwarg_kwsplat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/kill_me.txt
 create mode 100644 test/yarp/snapshots/seattlerb/kill_me2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/kill_me3.txt
 create mode 100644 test/yarp/snapshots/seattlerb/kill_me4.txt
 create mode 100644 test/yarp/snapshots/seattlerb/kill_me5.txt
 create mode 100644 test/yarp/snapshots/seattlerb/kill_me_10.txt
 create mode 100644 test/yarp/snapshots/seattlerb/kill_me_11.txt
 create mode 100644 test/yarp/snapshots/seattlerb/kill_me_12.txt
 create mode 100644 test/yarp/snapshots/seattlerb/kill_me_6.txt
 create mode 100644 test/yarp/snapshots/seattlerb/kill_me_7.txt
 create mode 100644 test/yarp/snapshots/seattlerb/kill_me_8.txt
 create mode 100644 test/yarp/snapshots/seattlerb/kill_me_9.txt
 create mode 100644 test/yarp/snapshots/seattlerb/label_vs_string.txt
 create mode 100644 test/yarp/snapshots/seattlerb/lambda_do_vs_brace.txt
 create mode 100644 test/yarp/snapshots/seattlerb/lasgn_arg_rescue_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/lasgn_call_bracket_rescue_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/lasgn_call_nobracket_rescue_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/lasgn_command.txt
 create mode 100644 test/yarp/snapshots/seattlerb/lasgn_env.txt
 create mode 100644 test/yarp/snapshots/seattlerb/lasgn_ivar_env.txt
 create mode 100644 test/yarp/snapshots/seattlerb/lasgn_lasgn_command_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/lasgn_middle_splat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/magic_encoding_comment.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_anon_splat_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_arg_colon_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_arg_ident.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_arg_splat_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_colon2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_colon3.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_command_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_double_paren.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_lhs_splat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_paren.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_splat_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_splat_arg_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_star.txt
 create mode 100644 test/yarp/snapshots/seattlerb/masgn_var_star_var.txt
 create mode 100644 test/yarp/snapshots/seattlerb/messy_op_asgn_lineno.txt
 create mode 100644 test/yarp/snapshots/seattlerb/method_call_assoc_trailing_comma.txt
 create mode 100644 test/yarp/snapshots/seattlerb/method_call_trailing_comma.txt
 create mode 100644 test/yarp/snapshots/seattlerb/mlhs_back_anonsplat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/mlhs_back_splat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/mlhs_front_anonsplat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/mlhs_front_splat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/mlhs_keyword.txt
 create mode 100644 test/yarp/snapshots/seattlerb/mlhs_mid_anonsplat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/mlhs_mid_splat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/mlhs_rescue.txt
 create mode 100644 test/yarp/snapshots/seattlerb/module_comments.txt
 create mode 100644 test/yarp/snapshots/seattlerb/motherfuckin_leading_dots.txt
 create mode 100644 test/yarp/snapshots/seattlerb/motherfuckin_leading_dots2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/multiline_hash_declaration.txt
 create mode 100644 test/yarp/snapshots/seattlerb/non_interpolated_symbol_array_line_breaks.txt
 create mode 100644 test/yarp/snapshots/seattlerb/non_interpolated_word_array_line_breaks.txt
 create mode 100644 test/yarp/snapshots/seattlerb/op_asgn_command_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/op_asgn_dot_ident_command_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/op_asgn_index_command_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/op_asgn_primary_colon_const_command_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/op_asgn_primary_colon_identifier1.txt
 create mode 100644 test/yarp/snapshots/seattlerb/op_asgn_primary_colon_identifier_command_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/op_asgn_val_dot_ident_command_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_def_special_name.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_if_not_canonical.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_if_not_noncanonical.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_block.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_block_inline_comment.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_block_inline_comment_leading_newlines.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_block_inline_multiline_comment.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_call_no_args.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_defn_complex.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_defn_no_parens.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_defn_no_parens_args.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_dot2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_dot2_open.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_dot3.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_dot3_open.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_dstr_escaped_newline.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_dstr_soft_newline.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_evstr_after_break.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_hash_lit.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_heredoc.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_heredoc_evstr.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_heredoc_hardnewline.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_iter_call_no_parens.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_iter_call_parens.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_multiline_str.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_multiline_str_literal_n.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_newlines.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_op_asgn.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_postexe.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_preexe.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_rescue.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_return.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_str_with_newline_escape.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_to_ary.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_line_trailing_newlines.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_opt_call_args_assocs_comma.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_opt_call_args_lit_comma.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_pattern_019.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_pattern_044.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_pattern_051.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_pattern_058.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_pattern_058_2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_pattern_069.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_pattern_076.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_until_not_canonical.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_until_not_noncanonical.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_while_not_canonical.txt
 create mode 100644 test/yarp/snapshots/seattlerb/parse_while_not_noncanonical.txt
 create mode 100644 test/yarp/snapshots/seattlerb/pctW_lineno.txt
 create mode 100644 test/yarp/snapshots/seattlerb/pct_Q_backslash_nl.txt
 create mode 100644 test/yarp/snapshots/seattlerb/pct_nl.txt
 create mode 100644 test/yarp/snapshots/seattlerb/pipe_semicolon.txt
 create mode 100644 test/yarp/snapshots/seattlerb/pipe_space.txt
 create mode 100644 test/yarp/snapshots/seattlerb/qWords_space.txt
 create mode 100644 test/yarp/snapshots/seattlerb/qsymbols.txt
 create mode 100644 test/yarp/snapshots/seattlerb/qsymbols_empty.txt
 create mode 100644 test/yarp/snapshots/seattlerb/qsymbols_empty_space.txt
 create mode 100644 test/yarp/snapshots/seattlerb/qsymbols_interp.txt
 create mode 100644 test/yarp/snapshots/seattlerb/quoted_symbol_hash_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/quoted_symbol_keys.txt
 create mode 100644 test/yarp/snapshots/seattlerb/qw_escape.txt
 create mode 100644 test/yarp/snapshots/seattlerb/qw_escape_term.txt
 create mode 100644 test/yarp/snapshots/seattlerb/qwords_empty.txt
 create mode 100644 test/yarp/snapshots/seattlerb/read_escape_unicode_curlies.txt
 create mode 100644 test/yarp/snapshots/seattlerb/read_escape_unicode_h4.txt
 create mode 100644 test/yarp/snapshots/seattlerb/regexp.txt
 create mode 100644 test/yarp/snapshots/seattlerb/regexp_esc_C_slash.txt
 create mode 100644 test/yarp/snapshots/seattlerb/regexp_esc_u.txt
 create mode 100644 test/yarp/snapshots/seattlerb/regexp_escape_extended.txt
 create mode 100644 test/yarp/snapshots/seattlerb/regexp_unicode_curlies.txt
 create mode 100644 test/yarp/snapshots/seattlerb/required_kwarg_no_value.txt
 create mode 100644 test/yarp/snapshots/seattlerb/rescue_do_end_ensure_result.txt
 create mode 100644 test/yarp/snapshots/seattlerb/rescue_do_end_no_raise.txt
 create mode 100644 test/yarp/snapshots/seattlerb/rescue_do_end_raised.txt
 create mode 100644 test/yarp/snapshots/seattlerb/rescue_do_end_rescued.txt
 create mode 100644 test/yarp/snapshots/seattlerb/rescue_in_block.txt
 create mode 100644 test/yarp/snapshots/seattlerb/rescue_parens.txt
 create mode 100644 test/yarp/snapshots/seattlerb/return_call_assocs.txt
 create mode 100644 test/yarp/snapshots/seattlerb/rhs_asgn.txt
 create mode 100644 test/yarp/snapshots/seattlerb/ruby21_numbers.txt
 create mode 100644 test/yarp/snapshots/seattlerb/safe_attrasgn.txt
 create mode 100644 test/yarp/snapshots/seattlerb/safe_attrasgn_constant.txt
 create mode 100644 test/yarp/snapshots/seattlerb/safe_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/safe_call_after_newline.txt
 create mode 100644 test/yarp/snapshots/seattlerb/safe_call_dot_parens.txt
 create mode 100644 test/yarp/snapshots/seattlerb/safe_call_newline.txt
 create mode 100644 test/yarp/snapshots/seattlerb/safe_call_operator.txt
 create mode 100644 test/yarp/snapshots/seattlerb/safe_call_rhs_newline.txt
 create mode 100644 test/yarp/snapshots/seattlerb/safe_calls.txt
 create mode 100644 test/yarp/snapshots/seattlerb/safe_op_asgn.txt
 create mode 100644 test/yarp/snapshots/seattlerb/safe_op_asgn2.txt
 create mode 100644 test/yarp/snapshots/seattlerb/slashy_newlines_within_string.txt
 create mode 100644 test/yarp/snapshots/seattlerb/stabby_arg_no_paren.txt
 create mode 100644 test/yarp/snapshots/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/stabby_block_iter_call.txt
 create mode 100644 test/yarp/snapshots/seattlerb/stabby_block_iter_call_no_target_with_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/stabby_block_kw.txt
 create mode 100644 test/yarp/snapshots/seattlerb/stabby_block_kw__required.txt
 create mode 100644 test/yarp/snapshots/seattlerb/stabby_proc_scope.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_backslashes.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_double_double_escaped_newline.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_double_escaped_newline.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_double_newline.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_evstr.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_evstr_escape.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_heredoc_interp.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_interp_ternary_or_label.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_lit_concat_bad_encodings.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_newline_hash_line_number.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_pct_Q_nested.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_pct_nested_nested.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_pct_q.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_single_double_escaped_newline.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_single_escaped_newline.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_single_newline.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_str.txt
 create mode 100644 test/yarp/snapshots/seattlerb/str_str_str.txt
 create mode 100644 test/yarp/snapshots/seattlerb/super_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/symbol_empty.txt
 create mode 100644 test/yarp/snapshots/seattlerb/symbol_list.txt
 create mode 100644 test/yarp/snapshots/seattlerb/symbols.txt
 create mode 100644 test/yarp/snapshots/seattlerb/symbols_empty.txt
 create mode 100644 test/yarp/snapshots/seattlerb/symbols_empty_space.txt
 create mode 100644 test/yarp/snapshots/seattlerb/symbols_interp.txt
 create mode 100644 test/yarp/snapshots/seattlerb/thingy.txt
 create mode 100644 test/yarp/snapshots/seattlerb/uminus_float.txt
 create mode 100644 test/yarp/snapshots/seattlerb/unary_minus.txt
 create mode 100644 test/yarp/snapshots/seattlerb/unary_plus.txt
 create mode 100644 test/yarp/snapshots/seattlerb/unary_plus_on_literal.txt
 create mode 100644 test/yarp/snapshots/seattlerb/unary_tilde.txt
 create mode 100644 test/yarp/snapshots/seattlerb/utf8_bom.txt
 create mode 100644 test/yarp/snapshots/seattlerb/when_splat.txt
 create mode 100644 test/yarp/snapshots/seattlerb/words_interp.txt
 create mode 100644 test/yarp/snapshots/seattlerb/wtf.txt
 create mode 100644 test/yarp/snapshots/seattlerb/wtf_7.txt
 create mode 100644 test/yarp/snapshots/seattlerb/wtf_8.txt
 create mode 100644 test/yarp/snapshots/seattlerb/yield_arg.txt
 create mode 100644 test/yarp/snapshots/seattlerb/yield_call_assocs.txt
 create mode 100644 test/yarp/snapshots/seattlerb/yield_empty_parens.txt
 create mode 100644 test/yarp/snapshots/seattlerb/zomg_sometimes_i_hate_this_project.txt
 create mode 100644 test/yarp/snapshots/single_quote_heredocs.txt
 create mode 100644 test/yarp/snapshots/strings.txt
 create mode 100644 test/yarp/snapshots/super.txt
 create mode 100644 test/yarp/snapshots/symbols.txt
 create mode 100644 test/yarp/snapshots/ternary_operator.txt
 create mode 100644 test/yarp/snapshots/tilde_heredocs.txt
 create mode 100644 test/yarp/snapshots/undef.txt
 create mode 100644 test/yarp/snapshots/unescaping.txt
 create mode 100644 test/yarp/snapshots/unless.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/alias.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/assignment.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/block.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/case.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/class.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/control.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/def.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/defined.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/defs.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/dstr.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/empty.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/empty_begin.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/flipflop.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/for.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/hookexe.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/if.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/kwbegin.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/lambda.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/literal.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/module.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/opasgn.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/pattern.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/pragma.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/range.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/rescue.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/send.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/since/27.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/since/30.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/since/31.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/since/32.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/singletons.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/super.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/unary.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/undef.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/variables.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/while.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/literal/yield.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/semantic/and.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/semantic/block.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/semantic/def.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/semantic/dstr.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/semantic/kwbegin.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/semantic/literal.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/semantic/send.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/semantic/undef.txt
 create mode 100644 test/yarp/snapshots/unparser/corpus/semantic/while.txt
 create mode 100644 test/yarp/snapshots/until.txt
 create mode 100644 test/yarp/snapshots/variables.txt
 create mode 100644 test/yarp/snapshots/while.txt
 create mode 100644 test/yarp/snapshots/whitequark/__ENCODING__.txt
 create mode 100644 test/yarp/snapshots/whitequark/__ENCODING___legacy_.txt
 create mode 100644 test/yarp/snapshots/whitequark/alias.txt
 create mode 100644 test/yarp/snapshots/whitequark/alias_gvar.txt
 create mode 100644 test/yarp/snapshots/whitequark/ambiuous_quoted_label_in_ternary_operator.txt
 create mode 100644 test/yarp/snapshots/whitequark/and.txt
 create mode 100644 test/yarp/snapshots/whitequark/and_asgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/and_or_masgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/anonymous_blockarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/arg.txt
 create mode 100644 test/yarp/snapshots/whitequark/arg_duplicate_ignored.txt
 create mode 100644 test/yarp/snapshots/whitequark/arg_label.txt
 create mode 100644 test/yarp/snapshots/whitequark/arg_scope.txt
 create mode 100644 test/yarp/snapshots/whitequark/args.txt
 create mode 100644 test/yarp/snapshots/whitequark/args_args_assocs.txt
 create mode 100644 test/yarp/snapshots/whitequark/args_args_assocs_comma.txt
 create mode 100644 test/yarp/snapshots/whitequark/args_args_comma.txt
 create mode 100644 test/yarp/snapshots/whitequark/args_args_star.txt
 create mode 100644 test/yarp/snapshots/whitequark/args_assocs.txt
 create mode 100644 test/yarp/snapshots/whitequark/args_assocs_comma.txt
 create mode 100644 test/yarp/snapshots/whitequark/args_assocs_legacy.txt
 create mode 100644 test/yarp/snapshots/whitequark/args_block_pass.txt
 create mode 100644 test/yarp/snapshots/whitequark/args_cmd.txt
 create mode 100644 test/yarp/snapshots/whitequark/args_star.txt
 create mode 100644 test/yarp/snapshots/whitequark/array_assocs.txt
 create mode 100644 test/yarp/snapshots/whitequark/array_plain.txt
 create mode 100644 test/yarp/snapshots/whitequark/array_splat.txt
 create mode 100644 test/yarp/snapshots/whitequark/array_symbols.txt
 create mode 100644 test/yarp/snapshots/whitequark/array_symbols_empty.txt
 create mode 100644 test/yarp/snapshots/whitequark/array_symbols_interp.txt
 create mode 100644 test/yarp/snapshots/whitequark/array_words.txt
 create mode 100644 test/yarp/snapshots/whitequark/array_words_empty.txt
 create mode 100644 test/yarp/snapshots/whitequark/array_words_interp.txt
 create mode 100644 test/yarp/snapshots/whitequark/asgn_cmd.txt
 create mode 100644 test/yarp/snapshots/whitequark/asgn_mrhs.txt
 create mode 100644 test/yarp/snapshots/whitequark/back_ref.txt
 create mode 100644 test/yarp/snapshots/whitequark/bang.txt
 create mode 100644 test/yarp/snapshots/whitequark/bang_cmd.txt
 create mode 100644 test/yarp/snapshots/whitequark/begin_cmdarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/beginless_erange_after_newline.txt
 create mode 100644 test/yarp/snapshots/whitequark/beginless_irange_after_newline.txt
 create mode 100644 test/yarp/snapshots/whitequark/beginless_range.txt
 create mode 100644 test/yarp/snapshots/whitequark/blockarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/blockargs.txt
 create mode 100644 test/yarp/snapshots/whitequark/break.txt
 create mode 100644 test/yarp/snapshots/whitequark/break_block.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_435.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_447.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_452.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_466.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_473.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_480.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_481.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_ascii_8bit_in_literal.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_cmd_string_lookahead.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_cmdarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_def_no_paren_eql_begin.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_do_block_in_call_args.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_do_block_in_cmdarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_do_block_in_hash_brace.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_heredoc_do.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_interp_single.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_lambda_leakage.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_regex_verification.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_rescue_empty_else.txt
 create mode 100644 test/yarp/snapshots/whitequark/bug_while_not_parens_do.txt
 create mode 100644 test/yarp/snapshots/whitequark/case_cond.txt
 create mode 100644 test/yarp/snapshots/whitequark/case_cond_else.txt
 create mode 100644 test/yarp/snapshots/whitequark/case_expr.txt
 create mode 100644 test/yarp/snapshots/whitequark/case_expr_else.txt
 create mode 100644 test/yarp/snapshots/whitequark/casgn_scoped.txt
 create mode 100644 test/yarp/snapshots/whitequark/casgn_toplevel.txt
 create mode 100644 test/yarp/snapshots/whitequark/casgn_unscoped.txt
 create mode 100644 test/yarp/snapshots/whitequark/character.txt
 create mode 100644 test/yarp/snapshots/whitequark/class.txt
 create mode 100644 test/yarp/snapshots/whitequark/class_definition_in_while_cond.txt
 create mode 100644 test/yarp/snapshots/whitequark/class_super.txt
 create mode 100644 test/yarp/snapshots/whitequark/class_super_label.txt
 create mode 100644 test/yarp/snapshots/whitequark/comments_before_leading_dot__27.txt
 create mode 100644 test/yarp/snapshots/whitequark/complex.txt
 create mode 100644 test/yarp/snapshots/whitequark/cond_begin.txt
 create mode 100644 test/yarp/snapshots/whitequark/cond_begin_masgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/cond_eflipflop.txt
 create mode 100644 test/yarp/snapshots/whitequark/cond_iflipflop.txt
 create mode 100644 test/yarp/snapshots/whitequark/cond_match_current_line.txt
 create mode 100644 test/yarp/snapshots/whitequark/const_op_asgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/const_scoped.txt
 create mode 100644 test/yarp/snapshots/whitequark/const_toplevel.txt
 create mode 100644 test/yarp/snapshots/whitequark/const_unscoped.txt
 create mode 100644 test/yarp/snapshots/whitequark/cpath.txt
 create mode 100644 test/yarp/snapshots/whitequark/cvar.txt
 create mode 100644 test/yarp/snapshots/whitequark/cvasgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/dedenting_heredoc.txt
 create mode 100644 test/yarp/snapshots/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt
 create mode 100644 test/yarp/snapshots/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt
 create mode 100644 test/yarp/snapshots/whitequark/def.txt
 create mode 100644 test/yarp/snapshots/whitequark/defined.txt
 create mode 100644 test/yarp/snapshots/whitequark/defs.txt
 create mode 100644 test/yarp/snapshots/whitequark/empty_stmt.txt
 create mode 100644 test/yarp/snapshots/whitequark/endless_comparison_method.txt
 create mode 100644 test/yarp/snapshots/whitequark/endless_method.txt
 create mode 100644 test/yarp/snapshots/whitequark/endless_method_command_syntax.txt
 create mode 100644 test/yarp/snapshots/whitequark/endless_method_forwarded_args_legacy.txt
 create mode 100644 test/yarp/snapshots/whitequark/endless_method_with_rescue_mod.txt
 create mode 100644 test/yarp/snapshots/whitequark/endless_method_without_args.txt
 create mode 100644 test/yarp/snapshots/whitequark/ensure.txt
 create mode 100644 test/yarp/snapshots/whitequark/ensure_empty.txt
 create mode 100644 test/yarp/snapshots/whitequark/false.txt
 create mode 100644 test/yarp/snapshots/whitequark/float.txt
 create mode 100644 test/yarp/snapshots/whitequark/for.txt
 create mode 100644 test/yarp/snapshots/whitequark/for_mlhs.txt
 create mode 100644 test/yarp/snapshots/whitequark/forward_arg.txt
 create mode 100644 test/yarp/snapshots/whitequark/forward_arg_with_open_args.txt
 create mode 100644 test/yarp/snapshots/whitequark/forward_args_legacy.txt
 create mode 100644 test/yarp/snapshots/whitequark/forwarded_argument_with_kwrestarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/forwarded_argument_with_restarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/forwarded_kwrestarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/forwarded_restarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/gvar.txt
 create mode 100644 test/yarp/snapshots/whitequark/gvasgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/hash_empty.txt
 create mode 100644 test/yarp/snapshots/whitequark/hash_hashrocket.txt
 create mode 100644 test/yarp/snapshots/whitequark/hash_kwsplat.txt
 create mode 100644 test/yarp/snapshots/whitequark/hash_label.txt
 create mode 100644 test/yarp/snapshots/whitequark/hash_label_end.txt
 create mode 100644 test/yarp/snapshots/whitequark/hash_pair_value_omission.txt
 create mode 100644 test/yarp/snapshots/whitequark/heredoc.txt
 create mode 100644 test/yarp/snapshots/whitequark/if.txt
 create mode 100644 test/yarp/snapshots/whitequark/if_else.txt
 create mode 100644 test/yarp/snapshots/whitequark/if_elsif.txt
 create mode 100644 test/yarp/snapshots/whitequark/if_masgn__24.txt
 create mode 100644 test/yarp/snapshots/whitequark/if_mod.txt
 create mode 100644 test/yarp/snapshots/whitequark/if_nl_then.txt
 create mode 100644 test/yarp/snapshots/whitequark/if_while_after_class__since_32.txt
 create mode 100644 test/yarp/snapshots/whitequark/int.txt
 create mode 100644 test/yarp/snapshots/whitequark/int___LINE__.txt
 create mode 100644 test/yarp/snapshots/whitequark/interp_digit_var.txt
 create mode 100644 test/yarp/snapshots/whitequark/ivar.txt
 create mode 100644 test/yarp/snapshots/whitequark/ivasgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/keyword_argument_omission.txt
 create mode 100644 test/yarp/snapshots/whitequark/kwarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/kwbegin_compstmt.txt
 create mode 100644 test/yarp/snapshots/whitequark/kwnilarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/kwoptarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt
 create mode 100644 test/yarp/snapshots/whitequark/kwrestarg_named.txt
 create mode 100644 test/yarp/snapshots/whitequark/kwrestarg_unnamed.txt
 create mode 100644 test/yarp/snapshots/whitequark/lbrace_arg_after_command_args.txt
 create mode 100644 test/yarp/snapshots/whitequark/lparenarg_after_lvar__since_25.txt
 create mode 100644 test/yarp/snapshots/whitequark/lvar.txt
 create mode 100644 test/yarp/snapshots/whitequark/lvar_injecting_match.txt
 create mode 100644 test/yarp/snapshots/whitequark/lvasgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/masgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/masgn_attr.txt
 create mode 100644 test/yarp/snapshots/whitequark/masgn_cmd.txt
 create mode 100644 test/yarp/snapshots/whitequark/masgn_const.txt
 create mode 100644 test/yarp/snapshots/whitequark/masgn_nested.txt
 create mode 100644 test/yarp/snapshots/whitequark/masgn_splat.txt
 create mode 100644 test/yarp/snapshots/whitequark/method_definition_in_while_cond.txt
 create mode 100644 test/yarp/snapshots/whitequark/module.txt
 create mode 100644 test/yarp/snapshots/whitequark/multiple_pattern_matches.txt
 create mode 100644 test/yarp/snapshots/whitequark/newline_in_hash_argument.txt
 create mode 100644 test/yarp/snapshots/whitequark/next.txt
 create mode 100644 test/yarp/snapshots/whitequark/next_block.txt
 create mode 100644 test/yarp/snapshots/whitequark/nil.txt
 create mode 100644 test/yarp/snapshots/whitequark/nil_expression.txt
 create mode 100644 test/yarp/snapshots/whitequark/non_lvar_injecting_match.txt
 create mode 100644 test/yarp/snapshots/whitequark/not.txt
 create mode 100644 test/yarp/snapshots/whitequark/not_cmd.txt
 create mode 100644 test/yarp/snapshots/whitequark/not_masgn__24.txt
 create mode 100644 test/yarp/snapshots/whitequark/nth_ref.txt
 create mode 100644 test/yarp/snapshots/whitequark/numbered_args_after_27.txt
 create mode 100644 test/yarp/snapshots/whitequark/numparam_outside_block.txt
 create mode 100644 test/yarp/snapshots/whitequark/op_asgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/op_asgn_cmd.txt
 create mode 100644 test/yarp/snapshots/whitequark/op_asgn_index.txt
 create mode 100644 test/yarp/snapshots/whitequark/op_asgn_index_cmd.txt
 create mode 100644 test/yarp/snapshots/whitequark/optarg.txt
 create mode 100644 test/yarp/snapshots/whitequark/or.txt
 create mode 100644 test/yarp/snapshots/whitequark/or_asgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/parser_bug_272.txt
 create mode 100644 test/yarp/snapshots/whitequark/parser_bug_490.txt
 create mode 100644 test/yarp/snapshots/whitequark/parser_bug_507.txt
 create mode 100644 test/yarp/snapshots/whitequark/parser_bug_518.txt
 create mode 100644 test/yarp/snapshots/whitequark/parser_bug_525.txt
 create mode 100644 test/yarp/snapshots/whitequark/parser_bug_604.txt
 create mode 100644 test/yarp/snapshots/whitequark/parser_bug_640.txt
 create mode 100644 test/yarp/snapshots/whitequark/parser_bug_645.txt
 create mode 100644 test/yarp/snapshots/whitequark/parser_bug_830.txt
 create mode 100644 test/yarp/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt
 create mode 100644 test/yarp/snapshots/whitequark/parser_slash_slash_n_escaping_in_literals.txt
 create mode 100644 test/yarp/snapshots/whitequark/pattern_matching__FILE__LINE_literals.txt
 create mode 100644 test/yarp/snapshots/whitequark/pattern_matching_blank_else.txt
 create mode 100644 test/yarp/snapshots/whitequark/pattern_matching_else.txt
 create mode 100644 test/yarp/snapshots/whitequark/pattern_matching_single_line.txt
 create mode 100644 test/yarp/snapshots/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
 create mode 100644 test/yarp/snapshots/whitequark/postexe.txt
 create mode 100644 test/yarp/snapshots/whitequark/preexe.txt
 create mode 100644 test/yarp/snapshots/whitequark/procarg0.txt
 create mode 100644 test/yarp/snapshots/whitequark/range_exclusive.txt
 create mode 100644 test/yarp/snapshots/whitequark/range_inclusive.txt
 create mode 100644 test/yarp/snapshots/whitequark/rational.txt
 create mode 100644 test/yarp/snapshots/whitequark/redo.txt
 create mode 100644 test/yarp/snapshots/whitequark/regex_interp.txt
 create mode 100644 test/yarp/snapshots/whitequark/regex_plain.txt
 create mode 100644 test/yarp/snapshots/whitequark/resbody_list.txt
 create mode 100644 test/yarp/snapshots/whitequark/resbody_list_mrhs.txt
 create mode 100644 test/yarp/snapshots/whitequark/resbody_list_var.txt
 create mode 100644 test/yarp/snapshots/whitequark/resbody_var.txt
 create mode 100644 test/yarp/snapshots/whitequark/rescue.txt
 create mode 100644 test/yarp/snapshots/whitequark/rescue_else.txt
 create mode 100644 test/yarp/snapshots/whitequark/rescue_else_ensure.txt
 create mode 100644 test/yarp/snapshots/whitequark/rescue_ensure.txt
 create mode 100644 test/yarp/snapshots/whitequark/rescue_in_lambda_block.txt
 create mode 100644 test/yarp/snapshots/whitequark/rescue_mod.txt
 create mode 100644 test/yarp/snapshots/whitequark/rescue_mod_asgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/rescue_mod_masgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/rescue_mod_op_assign.txt
 create mode 100644 test/yarp/snapshots/whitequark/rescue_without_begin_end.txt
 create mode 100644 test/yarp/snapshots/whitequark/restarg_named.txt
 create mode 100644 test/yarp/snapshots/whitequark/restarg_unnamed.txt
 create mode 100644 test/yarp/snapshots/whitequark/retry.txt
 create mode 100644 test/yarp/snapshots/whitequark/return.txt
 create mode 100644 test/yarp/snapshots/whitequark/return_block.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_10279.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_10653.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_11107.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_11380.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_11873.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_11873_a.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_11873_b.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_11989.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_11990.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_12073.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_12402.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_12669.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_12686.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_13547.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_14690.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_15789.txt
 create mode 100644 test/yarp/snapshots/whitequark/ruby_bug_9669.txt
 create mode 100644 test/yarp/snapshots/whitequark/sclass.txt
 create mode 100644 test/yarp/snapshots/whitequark/self.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_attr_asgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_attr_asgn_conditional.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_binary_op.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_block_chain_cmd.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_block_conditional.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_call.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_conditional.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_index.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_index_asgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_index_asgn_legacy.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_index_cmd.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_index_legacy.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_lambda.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_lambda_args.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_lambda_args_noparen.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_lambda_args_shadow.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_lambda_legacy.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_op_asgn_conditional.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_plain.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_plain_cmd.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_self.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_self_block.txt
 create mode 100644 test/yarp/snapshots/whitequark/send_unary_op.txt
 create mode 100644 test/yarp/snapshots/whitequark/slash_newline_in_heredocs.txt
 create mode 100644 test/yarp/snapshots/whitequark/space_args_arg.txt
 create mode 100644 test/yarp/snapshots/whitequark/space_args_arg_block.txt
 create mode 100644 test/yarp/snapshots/whitequark/space_args_arg_call.txt
 create mode 100644 test/yarp/snapshots/whitequark/space_args_arg_newline.txt
 create mode 100644 test/yarp/snapshots/whitequark/space_args_block.txt
 create mode 100644 test/yarp/snapshots/whitequark/space_args_cmd.txt
 create mode 100644 test/yarp/snapshots/whitequark/string___FILE__.txt
 create mode 100644 test/yarp/snapshots/whitequark/string_concat.txt
 create mode 100644 test/yarp/snapshots/whitequark/string_dvar.txt
 create mode 100644 test/yarp/snapshots/whitequark/string_interp.txt
 create mode 100644 test/yarp/snapshots/whitequark/string_plain.txt
 create mode 100644 test/yarp/snapshots/whitequark/super.txt
 create mode 100644 test/yarp/snapshots/whitequark/super_block.txt
 create mode 100644 test/yarp/snapshots/whitequark/symbol_interp.txt
 create mode 100644 test/yarp/snapshots/whitequark/symbol_plain.txt
 create mode 100644 test/yarp/snapshots/whitequark/ternary.txt
 create mode 100644 test/yarp/snapshots/whitequark/ternary_ambiguous_symbol.txt
 create mode 100644 test/yarp/snapshots/whitequark/trailing_forward_arg.txt
 create mode 100644 test/yarp/snapshots/whitequark/true.txt
 create mode 100644 test/yarp/snapshots/whitequark/unary_num_pow_precedence.txt
 create mode 100644 test/yarp/snapshots/whitequark/undef.txt
 create mode 100644 test/yarp/snapshots/whitequark/unless.txt
 create mode 100644 test/yarp/snapshots/whitequark/unless_else.txt
 create mode 100644 test/yarp/snapshots/whitequark/unless_mod.txt
 create mode 100644 test/yarp/snapshots/whitequark/until.txt
 create mode 100644 test/yarp/snapshots/whitequark/until_mod.txt
 create mode 100644 test/yarp/snapshots/whitequark/until_post.txt
 create mode 100644 test/yarp/snapshots/whitequark/var_and_asgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/var_op_asgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/var_op_asgn_cmd.txt
 create mode 100644 test/yarp/snapshots/whitequark/var_or_asgn.txt
 create mode 100644 test/yarp/snapshots/whitequark/when_multi.txt
 create mode 100644 test/yarp/snapshots/whitequark/when_splat.txt
 create mode 100644 test/yarp/snapshots/whitequark/when_then.txt
 create mode 100644 test/yarp/snapshots/whitequark/while.txt
 create mode 100644 test/yarp/snapshots/whitequark/while_mod.txt
 create mode 100644 test/yarp/snapshots/whitequark/while_post.txt
 create mode 100644 test/yarp/snapshots/whitequark/xstring_interp.txt
 create mode 100644 test/yarp/snapshots/whitequark/xstring_plain.txt
 create mode 100644 test/yarp/snapshots/whitequark/yield.txt
 create mode 100644 test/yarp/snapshots/whitequark/zsuper.txt
 create mode 100644 test/yarp/snapshots/xstring.txt
 create mode 100644 test/yarp/snapshots/yield.txt
 create mode 100644 test/yarp/unescape_test.rb
 create mode 100644 test/yarp/version_test.rb
 create mode 100644 test/yarp/yarp_test_helper.rb
 create mode 100644 yarp/api_node.c
 create mode 100644 yarp/api_pack.c
 create mode 100644 yarp/ast.h
 create mode 100644 yarp/compile.c
 create mode 100644 yarp/defines.h
 create mode 100644 yarp/diagnostic.c
 create mode 100644 yarp/diagnostic.h
 create mode 100644 yarp/enc/yp_ascii.c
 create mode 100644 yarp/enc/yp_big5.c
 create mode 100644 yarp/enc/yp_encoding.h
 create mode 100644 yarp/enc/yp_euc_jp.c
 create mode 100644 yarp/enc/yp_gbk.c
 create mode 100644 yarp/enc/yp_iso_8859_1.c
 create mode 100644 yarp/enc/yp_iso_8859_10.c
 create mode 100644 yarp/enc/yp_iso_8859_11.c
 create mode 100644 yarp/enc/yp_iso_8859_13.c
 create mode 100644 yarp/enc/yp_iso_8859_14.c
 create mode 100644 yarp/enc/yp_iso_8859_15.c
 create mode 100644 yarp/enc/yp_iso_8859_16.c
 create mode 100644 yarp/enc/yp_iso_8859_2.c
 create mode 100644 yarp/enc/yp_iso_8859_3.c
 create mode 100644 yarp/enc/yp_iso_8859_4.c
 create mode 100644 yarp/enc/yp_iso_8859_5.c
 create mode 100644 yarp/enc/yp_iso_8859_6.c
 create mode 100644 yarp/enc/yp_iso_8859_7.c
 create mode 100644 yarp/enc/yp_iso_8859_8.c
 create mode 100644 yarp/enc/yp_iso_8859_9.c
 create mode 100644 yarp/enc/yp_koi8_r.c
 create mode 100644 yarp/enc/yp_shared.c
 create mode 100644 yarp/enc/yp_shift_jis.c
 create mode 100644 yarp/enc/yp_unicode.c
 create mode 100644 yarp/enc/yp_windows_1251.c
 create mode 100644 yarp/enc/yp_windows_1252.c
 create mode 100644 yarp/enc/yp_windows_31j.c
 create mode 100644 yarp/extension.c
 create mode 100644 yarp/extension.h
 create mode 100644 yarp/missing.c
 create mode 100644 yarp/missing.h
 create mode 100644 yarp/node.c
 create mode 100644 yarp/node.h
 create mode 100644 yarp/pack.c
 create mode 100644 yarp/pack.h
 create mode 100644 yarp/parser.h
 create mode 100644 yarp/prettyprint.c
 create mode 100644 yarp/regexp.c
 create mode 100644 yarp/regexp.h
 create mode 100644 yarp/serialize.c
 create mode 100644 yarp/token_type.c
 create mode 100644 yarp/unescape.c
 create mode 100644 yarp/unescape.h
 create mode 100644 yarp/util/yp_buffer.c
 create mode 100644 yarp/util/yp_buffer.h
 create mode 100644 yarp/util/yp_char.c
 create mode 100644 yarp/util/yp_char.h
 create mode 100644 yarp/util/yp_constant_pool.c
 create mode 100644 yarp/util/yp_constant_pool.h
 create mode 100644 yarp/util/yp_list.c
 create mode 100644 yarp/util/yp_list.h
 create mode 100644 yarp/util/yp_newline_list.c
 create mode 100644 yarp/util/yp_newline_list.h
 create mode 100644 yarp/util/yp_state_stack.c
 create mode 100644 yarp/util/yp_state_stack.h
 create mode 100644 yarp/util/yp_string.c
 create mode 100644 yarp/util/yp_string.h
 create mode 100644 yarp/util/yp_string_list.c
 create mode 100644 yarp/util/yp_string_list.h
 create mode 100644 yarp/util/yp_strpbrk.c
 create mode 100644 yarp/util/yp_strpbrk.h
 create mode 100644 yarp/yarp.c
 create mode 100644 yarp/yarp.h
 create mode 100644 yarp/yarp_init.c
Latest commit hash = cc7f765f2c
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-random1/common.mk > uncommon.mk
MAKE=make /bin/sh ./config.status Makefile
config.status: creating Makefile
/tmp/ruby/src/trunk-random1/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
 * branch            aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-random1/inits.c
compiling /tmp/ruby/src/trunk-random1/version.c
compiling /tmp/ruby/src/trunk-random1/yarp/api_node.c
compiling /tmp/ruby/src/trunk-random1/yarp/api_pack.c
compiling /tmp/ruby/src/trunk-random1/yarp/compile.c
compiling /tmp/ruby/src/trunk-random1/yarp/diagnostic.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_ascii.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_big5.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_euc_jp.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_gbk.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_1.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_10.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_11.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_13.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_14.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_15.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_16.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_2.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_3.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_4.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_5.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_6.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_7.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_8.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_iso_8859_9.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_koi8_r.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_shared.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_shift_jis.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_unicode.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_windows_1251.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_windows_1252.c
compiling /tmp/ruby/src/trunk-random1/yarp/enc/yp_windows_31j.c
compiling /tmp/ruby/src/trunk-random1/yarp/missing.c
compiling /tmp/ruby/src/trunk-random1/yarp/node.c
compiling /tmp/ruby/src/trunk-random1/yarp/pack.c
compiling /tmp/ruby/src/trunk-random1/yarp/prettyprint.c
compiling /tmp/ruby/src/trunk-random1/yarp/regexp.c
compiling /tmp/ruby/src/trunk-random1/yarp/serialize.c
compiling /tmp/ruby/src/trunk-random1/yarp/token_type.c
compiling /tmp/ruby/src/trunk-random1/yarp/unescape.c
compiling /tmp/ruby/src/trunk-random1/yarp/util/yp_buffer.c
compiling /tmp/ruby/src/trunk-random1/yarp/util/yp_char.c
compiling /tmp/ruby/src/trunk-random1/yarp/util/yp_constant_pool.c
compiling /tmp/ruby/src/trunk-random1/yarp/util/yp_list.c
compiling /tmp/ruby/src/trunk-random1/yarp/util/yp_newline_list.c
compiling /tmp/ruby/src/trunk-random1/yarp/util/yp_state_stack.c
compiling /tmp/ruby/src/trunk-random1/yarp/util/yp_string.c
compiling /tmp/ruby/src/trunk-random1/yarp/util/yp_string_list.c
compiling /tmp/ruby/src/trunk-random1/yarp/util/yp_strpbrk.c
compiling /tmp/ruby/src/trunk-random1/yarp/yarp.c
compiling /tmp/ruby/src/trunk-random1/yarp/yarp_init.c
compiling /tmp/ruby/src/trunk-random1/yarp/extension.c
/tmp/ruby/src/trunk-random1/yarp/yarp_init.c: In function 'Init_YARP':
/tmp/ruby/src/trunk-random1/yarp/yarp_init.c:6:1: warning: old-style function definition [-Wold-style-definition]
    6 | Init_YARP() {
      | ^~~~~~~~~
/tmp/ruby/src/trunk-random1/yarp/yarp_init.c: At top level:
cc1: note: unrecognized command-line option '-Wno-self-assign' may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option '-Wno-parentheses-equality' may have been intended to silence earlier diagnostics
cc1: note: unrecognized command-line option '-Wno-constant-logical-operand' may have been intended to silence earlier diagnostics
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-random1/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-random1/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-random1/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
generating transdb.h
From https://github.com/ruby/typeprof
 * branch            aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-random1/tool/ifchange /tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-random1/.bundle/.timestamp/typeprof.revision unchanged
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-random1/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-random1'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/build/trunk-random1'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random1'
./miniruby -I/tmp/ruby/src/trunk-random1/lib -I. -I.ext/common  /tmp/ruby/src/trunk-random1/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-random1/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-random1/bin
installing base libraries:          /tmp/ruby/install/trunk-random1/lib
installing arch files:              /tmp/ruby/install/trunk-random1/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-random1/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-random1/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-random1/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-random1/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-random1/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-random1/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-random1/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-random1/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-random1/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-random1/bin
installing library scripts:         /tmp/ruby/install/trunk-random1/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-random1/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-random1/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-random1/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.7
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.2
                                    error_highlight 0.5.1
                                    fileutils 1.7.1
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.7.0
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.5
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.1.0
                                    tempfile 0.1.3
                                    time 0.2.2
                                    timeout 0.3.2
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.1
                                    weakref 0.1.2
                                    yaml 0.2.1
installing default gems from ext:   /tmp/ruby/install/trunk-random1/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.4
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.2
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.0
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.1.0
                                    pathname 0.2.1
                                    psych 5.1.0
                                    stringio 3.0.8
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /tmp/ruby/install/trunk-random1/lib/ruby/gems/3.3.0+0
                                    minitest 5.18.1
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.6.0
                                    rexml 3.2.5
                                    rss 0.2.9
                                    net-ftp 0.2.0
                                    net-imap 0.3.6
                                    net-pop 0.1.2
                                    net-smtp 0.3.3
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.1.0
                                    typeprof 0.21.7
                                    debug 1.8.0
                                    racc 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-random1/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1838 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS="--test-order=random"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random1/include -I/tmp/ruby/src/trunk-random1 -I/tmp/ruby/src/trunk-random1/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random1/yjit/target/release/' /tmp/ruby/src/trunk-random1/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-random1/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-random1/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-random1/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-random1/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-random1/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-random1/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-random1/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-random1/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-random1/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-random1/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-random1/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-random1/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-random1/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-random1/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-random1/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-random1/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-random1/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-random1/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-random1/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-random1/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-random1/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-random1/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-random1/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-random1/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-random1/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-random1/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-random1/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-random1/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-random1/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-random1/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS=\"--test-order=random\"" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS="--test-order=random"
Run options: 
  --seed=16014
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-random1/lib -I. -I.ext/common  /tmp/ruby/src/trunk-random1/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-random1/test/excludes
  --name=!/memory_leak/
  --stderr-on-failure
  --test-order=random

# Running tests:

Leaked file descriptor: ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/unparser/corpus/literal/empty.txt: 7 #<File::Stat dev=0x3d, ino=15240801, mode=0100644, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=2023-06-21 18:35:00.407864598 +0000, mtime=2023-06-21 18:30:55.401958285 +0000, ctime=2023-06-21 18:30:55.401958285 +0000>

  1) Error:
ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/seattlerb/bug202.txt:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `gsub'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `normalize_printed'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:78:in `block (2 levels) in <class:ParseTest>'

  2) Error:
ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/whitequark/dedenting_heredoc.txt:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `gsub'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `normalize_printed'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:78:in `block (2 levels) in <class:ParseTest>'

  3) Error:
ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/seattlerb/heredoc_bad_oct_escape.txt:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `gsub'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `normalize_printed'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:78:in `block (2 levels) in <class:ParseTest>'

  4) Error:
ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/seattlerb/regexp_escape_extended.txt:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `gsub'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `normalize_printed'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:78:in `block (2 levels) in <class:ParseTest>'

  5) Error:
ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/seattlerb/str_evstr_escape.txt:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `gsub'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `normalize_printed'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:78:in `block (2 levels) in <class:ParseTest>'

  6) Error:
ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/seattlerb/dsym_esc_to_sym.txt:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `gsub'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `normalize_printed'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:78:in `block (2 levels) in <class:ParseTest>'

  7) Error:
ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/seattlerb/regexp_unicode_curlies.txt:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `gsub'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `normalize_printed'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:78:in `block (2 levels) in <class:ParseTest>'

  8) Error:
ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/seattlerb/str_lit_concat_bad_encodings.txt:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `gsub'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `normalize_printed'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:78:in `block (2 levels) in <class:ParseTest>'

  9) Error:
ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/seattlerb/magic_encoding_comment.txt:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `gsub'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `normalize_printed'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:78:in `block (2 levels) in <class:ParseTest>'

 10) Error:
ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/symbols.txt:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `gsub'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `normalize_printed'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:78:in `block (2 levels) in <class:ParseTest>'

 11) Error:
ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/whitequark/bug_ascii_8bit_in_literal.txt:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `gsub'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `normalize_printed'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:78:in `block (2 levels) in <class:ParseTest>'

 12) Error:
ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/seattlerb/read_escape_unicode_h4.txt:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `gsub'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `normalize_printed'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:78:in `block (2 levels) in <class:ParseTest>'

 13) Error:
ParseTest#test_filepath_/tmp/ruby/src/trunk-random1/test/yarp/fixtures/seattlerb/read_escape_unicode_curlies.txt:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `gsub'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:24:in `normalize_printed'
    /tmp/ruby/src/trunk-random1/test/yarp/parse_test.rb:78:in `block (2 levels) in <class:ParseTest>'

Finished tests in 906.192728s, 27.6486 tests/s, 10168.2663 assertions/s.
25055 tests, 9214409 assertions, 0 failures, 13 errors, 69 skips

ruby -v: ruby 3.3.0dev (2023-06-21T18:25:39Z master cc7f765f2c) [x86_64-linux]
make: *** [uncommon.mk:892: yes-test-all] Error 13
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=\"--test-order=random\"" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS="--test-order=random"
$ /tmp/ruby/build/trunk-random1/miniruby -I/tmp/ruby/src/trunk-random1/lib /tmp/ruby/src/trunk-random1/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-random1 --extout=.ext -- /tmp/ruby/src/trunk-random1/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-random1/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-06-21T18:25:39Z master cc7f765f2c) [x86_64-linux]
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 99.579538 seconds

3874 files, 31956 examples, 190234 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=\"--test-order=random\"" exit with 0.
raw logfile