summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore28
-rw-r--r--lib/prism.rb (renamed from lib/yarp.rb)0
-rw-r--r--lib/prism/debug.rb (renamed from lib/yarp/debug.rb)0
-rw-r--r--lib/prism/desugar_compiler.rb (renamed from lib/yarp/desugar_compiler.rb)0
-rw-r--r--lib/prism/ffi.rb (renamed from lib/yarp/ffi.rb)0
-rw-r--r--lib/prism/language_server.rb (renamed from lib/yarp/language_server.rb)0
-rw-r--r--lib/prism/lex_compat.rb (renamed from lib/yarp/lex_compat.rb)0
-rw-r--r--lib/prism/node_ext.rb (renamed from lib/yarp/node_ext.rb)0
-rw-r--r--lib/prism/node_inspector.rb (renamed from lib/yarp/node_inspector.rb)0
-rw-r--r--lib/prism/pack.rb (renamed from lib/yarp/pack.rb)0
-rw-r--r--lib/prism/parse_result.rb (renamed from lib/yarp/parse_result.rb)0
-rw-r--r--lib/prism/parse_result/comments.rb (renamed from lib/yarp/parse_result/comments.rb)0
-rw-r--r--lib/prism/parse_result/newlines.rb (renamed from lib/yarp/parse_result/newlines.rb)0
-rw-r--r--lib/prism/pattern.rb (renamed from lib/yarp/pattern.rb)0
-rw-r--r--lib/prism/prism.gemspec (renamed from lib/yarp/yarp.gemspec)0
-rw-r--r--lib/prism/ripper_compat.rb (renamed from lib/yarp/ripper_compat.rb)0
-rw-r--r--lib/prism/version.rb (renamed from lib/yarp/version.rb)0
-rw-r--r--prism/api_pack.c (renamed from yarp/api_pack.c)0
-rw-r--r--prism/config.yml (renamed from yarp/config.yml)0
-rw-r--r--prism/defines.h (renamed from yarp/defines.h)0
-rw-r--r--prism/diagnostic.c (renamed from yarp/diagnostic.c)0
-rw-r--r--prism/diagnostic.h (renamed from yarp/diagnostic.h)0
-rw-r--r--prism/enc/pm_big5.c (renamed from yarp/enc/yp_big5.c)0
-rw-r--r--prism/enc/pm_encoding.h (renamed from yarp/enc/yp_encoding.h)0
-rw-r--r--prism/enc/pm_euc_jp.c (renamed from yarp/enc/yp_euc_jp.c)0
-rw-r--r--prism/enc/pm_gbk.c (renamed from yarp/enc/yp_gbk.c)0
-rw-r--r--prism/enc/pm_shift_jis.c (renamed from yarp/enc/yp_shift_jis.c)0
-rw-r--r--prism/enc/pm_tables.c (renamed from yarp/enc/yp_tables.c)0
-rw-r--r--prism/enc/pm_unicode.c (renamed from yarp/enc/yp_unicode.c)0
-rw-r--r--prism/enc/pm_windows_31j.c (renamed from yarp/enc/yp_windows_31j.c)0
-rw-r--r--prism/extension.c (renamed from yarp/extension.c)0
-rw-r--r--prism/extension.h (renamed from yarp/extension.h)0
-rw-r--r--prism/node.h (renamed from yarp/node.h)0
-rw-r--r--prism/pack.c (renamed from yarp/pack.c)0
-rw-r--r--prism/pack.h (renamed from yarp/pack.h)0
-rw-r--r--prism/parser.h (renamed from yarp/parser.h)0
-rw-r--r--prism/prism.c (renamed from yarp/yarp.c)0
-rw-r--r--prism/prism.h (renamed from yarp/yarp.h)0
-rw-r--r--prism/prism_compiler.c (renamed from yarp/yarp_compiler.c)0
-rw-r--r--prism/prism_init.c (renamed from yarp/yarp_init.c)0
-rw-r--r--prism/regexp.c (renamed from yarp/regexp.c)0
-rw-r--r--prism/regexp.h (renamed from yarp/regexp.h)0
-rw-r--r--prism/templates/ext/prism/api_node.c.erb (renamed from yarp/templates/ext/yarp/api_node.c.erb)0
-rw-r--r--prism/templates/include/prism/ast.h.erb (renamed from yarp/templates/include/yarp/ast.h.erb)0
-rw-r--r--prism/templates/lib/prism/compiler.rb.erb (renamed from yarp/templates/lib/yarp/compiler.rb.erb)0
-rw-r--r--prism/templates/lib/prism/dispatcher.rb.erb (renamed from yarp/templates/lib/yarp/dispatcher.rb.erb)0
-rw-r--r--prism/templates/lib/prism/dsl.rb.erb (renamed from yarp/templates/lib/yarp/dsl.rb.erb)0
-rw-r--r--prism/templates/lib/prism/mutation_compiler.rb.erb (renamed from yarp/templates/lib/yarp/mutation_compiler.rb.erb)0
-rw-r--r--prism/templates/lib/prism/node.rb.erb (renamed from yarp/templates/lib/yarp/node.rb.erb)0
-rw-r--r--prism/templates/lib/prism/serialize.rb.erb (renamed from yarp/templates/lib/yarp/serialize.rb.erb)0
-rw-r--r--prism/templates/lib/prism/visitor.rb.erb (renamed from yarp/templates/lib/yarp/visitor.rb.erb)0
-rw-r--r--prism/templates/src/node.c.erb (renamed from yarp/templates/src/node.c.erb)0
-rw-r--r--prism/templates/src/prettyprint.c.erb (renamed from yarp/templates/src/prettyprint.c.erb)0
-rw-r--r--prism/templates/src/serialize.c.erb (renamed from yarp/templates/src/serialize.c.erb)0
-rw-r--r--prism/templates/src/token_type.c.erb (renamed from yarp/templates/src/token_type.c.erb)0
-rwxr-xr-xprism/templates/template.rb (renamed from yarp/templates/template.rb)0
-rw-r--r--prism/unescape.c (renamed from yarp/unescape.c)0
-rw-r--r--prism/unescape.h (renamed from yarp/unescape.h)0
-rw-r--r--prism/util/pm_buffer.c (renamed from yarp/util/yp_buffer.c)0
-rw-r--r--prism/util/pm_buffer.h (renamed from yarp/util/yp_buffer.h)0
-rw-r--r--prism/util/pm_char.c (renamed from yarp/util/yp_char.c)0
-rw-r--r--prism/util/pm_char.h (renamed from yarp/util/yp_char.h)0
-rw-r--r--prism/util/pm_constant_pool.c (renamed from yarp/util/yp_constant_pool.c)0
-rw-r--r--prism/util/pm_constant_pool.h (renamed from yarp/util/yp_constant_pool.h)0
-rw-r--r--prism/util/pm_list.c (renamed from yarp/util/yp_list.c)0
-rw-r--r--prism/util/pm_list.h (renamed from yarp/util/yp_list.h)0
-rw-r--r--prism/util/pm_memchr.c (renamed from yarp/util/yp_memchr.c)0
-rw-r--r--prism/util/pm_memchr.h (renamed from yarp/util/yp_memchr.h)0
-rw-r--r--prism/util/pm_newline_list.c (renamed from yarp/util/yp_newline_list.c)0
-rw-r--r--prism/util/pm_newline_list.h (renamed from yarp/util/yp_newline_list.h)0
-rw-r--r--prism/util/pm_state_stack.c (renamed from yarp/util/yp_state_stack.c)0
-rw-r--r--prism/util/pm_state_stack.h (renamed from yarp/util/yp_state_stack.h)0
-rw-r--r--prism/util/pm_string.c (renamed from yarp/util/yp_string.c)0
-rw-r--r--prism/util/pm_string.h (renamed from yarp/util/yp_string.h)0
-rw-r--r--prism/util/pm_string_list.c (renamed from yarp/util/yp_string_list.c)0
-rw-r--r--prism/util/pm_string_list.h (renamed from yarp/util/yp_string_list.h)0
-rw-r--r--prism/util/pm_strncasecmp.c (renamed from yarp/util/yp_strncasecmp.c)0
-rw-r--r--prism/util/pm_strpbrk.c (renamed from yarp/util/yp_strpbrk.c)0
-rw-r--r--prism/util/pm_strpbrk.h (renamed from yarp/util/yp_strpbrk.h)0
-rw-r--r--prism/version.h (renamed from yarp/version.h)0
-rw-r--r--test/prism/bom_test.rb (renamed from test/yarp/bom_test.rb)0
-rw-r--r--test/prism/comments_test.rb (renamed from test/yarp/comments_test.rb)0
-rw-r--r--test/prism/compiler_test.rb (renamed from test/yarp/compiler_test.rb)0
-rw-r--r--test/prism/desugar_compiler_test.rb (renamed from test/yarp/desugar_compiler_test.rb)0
-rw-r--r--test/prism/dispatcher_test.rb (renamed from test/yarp/dispatcher_test.rb)0
-rw-r--r--test/prism/encoding_test.rb (renamed from test/yarp/encoding_test.rb)0
-rw-r--r--test/prism/errors_test.rb (renamed from test/yarp/errors_test.rb)0
-rw-r--r--test/prism/fixtures/alias.txt (renamed from test/yarp/fixtures/alias.txt)0
-rw-r--r--test/prism/fixtures/arithmetic.txt (renamed from test/yarp/fixtures/arithmetic.txt)0
-rw-r--r--test/prism/fixtures/arrays.txt (renamed from test/yarp/fixtures/arrays.txt)0
-rw-r--r--test/prism/fixtures/begin_ensure.txt (renamed from test/yarp/fixtures/begin_ensure.txt)0
-rw-r--r--test/prism/fixtures/begin_rescue.txt (renamed from test/yarp/fixtures/begin_rescue.txt)0
-rw-r--r--test/prism/fixtures/blocks.txt (renamed from test/yarp/fixtures/blocks.txt)0
-rw-r--r--test/prism/fixtures/boolean_operators.txt (renamed from test/yarp/fixtures/boolean_operators.txt)0
-rw-r--r--test/prism/fixtures/booleans.txt (renamed from test/yarp/fixtures/booleans.txt)0
-rw-r--r--test/prism/fixtures/break.txt (renamed from test/yarp/fixtures/break.txt)0
-rw-r--r--test/prism/fixtures/case.txt (renamed from test/yarp/fixtures/case.txt)0
-rw-r--r--test/prism/fixtures/classes.txt (renamed from test/yarp/fixtures/classes.txt)0
-rw-r--r--test/prism/fixtures/comments.txt (renamed from test/yarp/fixtures/comments.txt)0
-rw-r--r--test/prism/fixtures/constants.txt (renamed from test/yarp/fixtures/constants.txt)0
-rw-r--r--test/prism/fixtures/dash_heredocs.txt (renamed from test/yarp/fixtures/dash_heredocs.txt)0
-rw-r--r--test/prism/fixtures/defined.txt (renamed from test/yarp/fixtures/defined.txt)0
-rw-r--r--test/prism/fixtures/dos_endings.txt (renamed from test/yarp/fixtures/dos_endings.txt)0
-rw-r--r--test/prism/fixtures/embdoc_no_newline_at_end.txt (renamed from test/yarp/fixtures/embdoc_no_newline_at_end.txt)0
-rw-r--r--test/prism/fixtures/endless_methods.txt (renamed from test/yarp/fixtures/endless_methods.txt)0
-rw-r--r--test/prism/fixtures/endless_range_in_conditional.txt (renamed from test/yarp/fixtures/endless_range_in_conditional.txt)0
-rw-r--r--test/prism/fixtures/for.txt (renamed from test/yarp/fixtures/for.txt)0
-rw-r--r--test/prism/fixtures/global_variables.txt (renamed from test/yarp/fixtures/global_variables.txt)0
-rw-r--r--test/prism/fixtures/hashes.txt (renamed from test/yarp/fixtures/hashes.txt)0
-rw-r--r--test/prism/fixtures/heredoc_with_escaped_newline_at_start.txt (renamed from test/yarp/fixtures/heredoc_with_escaped_newline_at_start.txt)0
-rw-r--r--test/prism/fixtures/heredoc_with_trailing_newline.txt (renamed from test/yarp/fixtures/heredoc_with_trailing_newline.txt)0
-rw-r--r--test/prism/fixtures/heredocs_nested.txt (renamed from test/yarp/fixtures/heredocs_nested.txt)0
-rw-r--r--test/prism/fixtures/heredocs_with_ignored_newlines.txt (renamed from test/yarp/fixtures/heredocs_with_ignored_newlines.txt)0
-rw-r--r--test/prism/fixtures/heredocs_with_ignored_newlines_and_non_empty.txt (renamed from test/yarp/fixtures/heredocs_with_ignored_newlines_and_non_empty.txt)0
-rw-r--r--test/prism/fixtures/if.txt (renamed from test/yarp/fixtures/if.txt)0
-rw-r--r--test/prism/fixtures/indented_file_end.txt (renamed from test/yarp/fixtures/indented_file_end.txt)0
-rw-r--r--test/prism/fixtures/integer_operations.txt (renamed from test/yarp/fixtures/integer_operations.txt)0
-rw-r--r--test/prism/fixtures/keyword_method_names.txt (renamed from test/yarp/fixtures/keyword_method_names.txt)0
-rw-r--r--test/prism/fixtures/keywords.txt (renamed from test/yarp/fixtures/keywords.txt)0
-rw-r--r--test/prism/fixtures/lambda.txt (renamed from test/yarp/fixtures/lambda.txt)0
-rw-r--r--test/prism/fixtures/method_calls.txt (renamed from test/yarp/fixtures/method_calls.txt)0
-rw-r--r--test/prism/fixtures/methods.txt (renamed from test/yarp/fixtures/methods.txt)0
-rw-r--r--test/prism/fixtures/modules.txt (renamed from test/yarp/fixtures/modules.txt)0
-rw-r--r--test/prism/fixtures/newline_terminated.txt (renamed from test/yarp/fixtures/newline_terminated.txt)bin212 -> 212 bytes
-rw-r--r--test/prism/fixtures/next.txt (renamed from test/yarp/fixtures/next.txt)0
-rw-r--r--test/prism/fixtures/nils.txt (renamed from test/yarp/fixtures/nils.txt)0
-rw-r--r--test/prism/fixtures/non_alphanumeric_methods.txt (renamed from test/yarp/fixtures/non_alphanumeric_methods.txt)0
-rw-r--r--test/prism/fixtures/not.txt (renamed from test/yarp/fixtures/not.txt)0
-rw-r--r--test/prism/fixtures/numbers.txt (renamed from test/yarp/fixtures/numbers.txt)0
-rw-r--r--test/prism/fixtures/patterns.txt (renamed from test/yarp/fixtures/patterns.txt)0
-rw-r--r--test/prism/fixtures/procs.txt (renamed from test/yarp/fixtures/procs.txt)0
-rw-r--r--test/prism/fixtures/range_begin_open_exclusive.txt (renamed from test/yarp/fixtures/range_begin_open_exclusive.txt)0
-rw-r--r--test/prism/fixtures/range_begin_open_inclusive.txt (renamed from test/yarp/fixtures/range_begin_open_inclusive.txt)0
-rw-r--r--test/prism/fixtures/range_end_open_exclusive.txt (renamed from test/yarp/fixtures/range_end_open_exclusive.txt)0
-rw-r--r--test/prism/fixtures/range_end_open_inclusive.txt (renamed from test/yarp/fixtures/range_end_open_inclusive.txt)0
-rw-r--r--test/prism/fixtures/ranges.txt (renamed from test/yarp/fixtures/ranges.txt)0
-rw-r--r--test/prism/fixtures/regex.txt (renamed from test/yarp/fixtures/regex.txt)0
-rw-r--r--test/prism/fixtures/rescue.txt (renamed from test/yarp/fixtures/rescue.txt)0
-rw-r--r--test/prism/fixtures/return.txt (renamed from test/yarp/fixtures/return.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/BEGIN.txt (renamed from test/yarp/fixtures/seattlerb/BEGIN.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/README.rdoc (renamed from test/yarp/fixtures/seattlerb/README.rdoc)0
-rw-r--r--test/prism/fixtures/seattlerb/TestRubyParserShared.txt (renamed from test/yarp/fixtures/seattlerb/TestRubyParserShared.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/__ENCODING__.txt (renamed from test/yarp/fixtures/seattlerb/__ENCODING__.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/alias_gvar_backref.txt (renamed from test/yarp/fixtures/seattlerb/alias_gvar_backref.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/alias_resword.txt (renamed from test/yarp/fixtures/seattlerb/alias_resword.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/and_multi.txt (renamed from test/yarp/fixtures/seattlerb/and_multi.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/aref_args_assocs.txt (renamed from test/yarp/fixtures/seattlerb/aref_args_assocs.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/aref_args_lit_assocs.txt (renamed from test/yarp/fixtures/seattlerb/aref_args_lit_assocs.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/args_kw_block.txt (renamed from test/yarp/fixtures/seattlerb/args_kw_block.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/array_line_breaks.txt (renamed from test/yarp/fixtures/seattlerb/array_line_breaks.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/array_lits_trailing_calls.txt (renamed from test/yarp/fixtures/seattlerb/array_lits_trailing_calls.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/assoc__bare.txt (renamed from test/yarp/fixtures/seattlerb/assoc__bare.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/assoc_label.txt (renamed from test/yarp/fixtures/seattlerb/assoc_label.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/attr_asgn_colon_id.txt (renamed from test/yarp/fixtures/seattlerb/attr_asgn_colon_id.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/attrasgn_array_arg.txt (renamed from test/yarp/fixtures/seattlerb/attrasgn_array_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/attrasgn_array_lhs.txt (renamed from test/yarp/fixtures/seattlerb/attrasgn_array_lhs.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/attrasgn_primary_dot_constant.txt (renamed from test/yarp/fixtures/seattlerb/attrasgn_primary_dot_constant.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/backticks_interpolation_line.txt (renamed from test/yarp/fixtures/seattlerb/backticks_interpolation_line.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bang_eq.txt (renamed from test/yarp/fixtures/seattlerb/bang_eq.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bdot2.txt (renamed from test/yarp/fixtures/seattlerb/bdot2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bdot3.txt (renamed from test/yarp/fixtures/seattlerb/bdot3.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/begin_ensure_no_bodies.txt (renamed from test/yarp/fixtures/seattlerb/begin_ensure_no_bodies.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/begin_rescue_else_ensure_bodies.txt (renamed from test/yarp/fixtures/seattlerb/begin_rescue_else_ensure_bodies.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/begin_rescue_else_ensure_no_bodies.txt (renamed from test/yarp/fixtures/seattlerb/begin_rescue_else_ensure_no_bodies.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/begin_rescue_ensure_no_bodies.txt (renamed from test/yarp/fixtures/seattlerb/begin_rescue_ensure_no_bodies.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_arg__bare.txt (renamed from test/yarp/fixtures/seattlerb/block_arg__bare.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_arg_kwsplat.txt (renamed from test/yarp/fixtures/seattlerb/block_arg_kwsplat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_arg_opt_arg_block.txt (renamed from test/yarp/fixtures/seattlerb/block_arg_opt_arg_block.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_arg_opt_splat.txt (renamed from test/yarp/fixtures/seattlerb/block_arg_opt_splat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_arg_opt_splat_arg_block_omfg.txt (renamed from test/yarp/fixtures/seattlerb/block_arg_opt_splat_arg_block_omfg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_arg_optional.txt (renamed from test/yarp/fixtures/seattlerb/block_arg_optional.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_arg_scope.txt (renamed from test/yarp/fixtures/seattlerb/block_arg_scope.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_arg_scope2.txt (renamed from test/yarp/fixtures/seattlerb/block_arg_scope2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_arg_splat_arg.txt (renamed from test/yarp/fixtures/seattlerb/block_arg_splat_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_args_kwargs.txt (renamed from test/yarp/fixtures/seattlerb/block_args_kwargs.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_args_no_kwargs.txt (renamed from test/yarp/fixtures/seattlerb/block_args_no_kwargs.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_args_opt1.txt (renamed from test/yarp/fixtures/seattlerb/block_args_opt1.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_args_opt2.txt (renamed from test/yarp/fixtures/seattlerb/block_args_opt2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_args_opt2_2.txt (renamed from test/yarp/fixtures/seattlerb/block_args_opt2_2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_args_opt3.txt (renamed from test/yarp/fixtures/seattlerb/block_args_opt3.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_break.txt (renamed from test/yarp/fixtures/seattlerb/block_break.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_call_defn_call_block_call.txt (renamed from test/yarp/fixtures/seattlerb/block_call_defn_call_block_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_call_dot_op2_brace_block.txt (renamed from test/yarp/fixtures/seattlerb/block_call_dot_op2_brace_block.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_call_dot_op2_cmd_args_do_block.txt (renamed from test/yarp/fixtures/seattlerb/block_call_dot_op2_cmd_args_do_block.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_call_operation_colon.txt (renamed from test/yarp/fixtures/seattlerb/block_call_operation_colon.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_call_operation_dot.txt (renamed from test/yarp/fixtures/seattlerb/block_call_operation_dot.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_call_paren_call_block_call.txt (renamed from test/yarp/fixtures/seattlerb/block_call_paren_call_block_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_command_operation_colon.txt (renamed from test/yarp/fixtures/seattlerb/block_command_operation_colon.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_command_operation_dot.txt (renamed from test/yarp/fixtures/seattlerb/block_command_operation_dot.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_decomp_anon_splat_arg.txt (renamed from test/yarp/fixtures/seattlerb/block_decomp_anon_splat_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_decomp_arg_splat.txt (renamed from test/yarp/fixtures/seattlerb/block_decomp_arg_splat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_decomp_arg_splat_arg.txt (renamed from test/yarp/fixtures/seattlerb/block_decomp_arg_splat_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_decomp_splat.txt (renamed from test/yarp/fixtures/seattlerb/block_decomp_splat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_kw.txt (renamed from test/yarp/fixtures/seattlerb/block_kw.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_kw__required.txt (renamed from test/yarp/fixtures/seattlerb/block_kw__required.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_kwarg_lvar.txt (renamed from test/yarp/fixtures/seattlerb/block_kwarg_lvar.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_kwarg_lvar_multiple.txt (renamed from test/yarp/fixtures/seattlerb/block_kwarg_lvar_multiple.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_next.txt (renamed from test/yarp/fixtures/seattlerb/block_next.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_opt_arg.txt (renamed from test/yarp/fixtures/seattlerb/block_opt_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_opt_splat.txt (renamed from test/yarp/fixtures/seattlerb/block_opt_splat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_opt_splat_arg_block_omfg.txt (renamed from test/yarp/fixtures/seattlerb/block_opt_splat_arg_block_omfg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_optarg.txt (renamed from test/yarp/fixtures/seattlerb/block_optarg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_paren_splat.txt (renamed from test/yarp/fixtures/seattlerb/block_paren_splat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_reg_optarg.txt (renamed from test/yarp/fixtures/seattlerb/block_reg_optarg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_return.txt (renamed from test/yarp/fixtures/seattlerb/block_return.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_scope.txt (renamed from test/yarp/fixtures/seattlerb/block_scope.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/block_splat_reg.txt (renamed from test/yarp/fixtures/seattlerb/block_splat_reg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug169.txt (renamed from test/yarp/fixtures/seattlerb/bug169.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug179.txt (renamed from test/yarp/fixtures/seattlerb/bug179.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug190.txt (renamed from test/yarp/fixtures/seattlerb/bug190.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug191.txt (renamed from test/yarp/fixtures/seattlerb/bug191.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug202.txt (renamed from test/yarp/fixtures/seattlerb/bug202.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug236.txt (renamed from test/yarp/fixtures/seattlerb/bug236.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug290.txt (renamed from test/yarp/fixtures/seattlerb/bug290.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_187.txt (renamed from test/yarp/fixtures/seattlerb/bug_187.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_215.txt (renamed from test/yarp/fixtures/seattlerb/bug_215.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_249.txt (renamed from test/yarp/fixtures/seattlerb/bug_249.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_and.txt (renamed from test/yarp/fixtures/seattlerb/bug_and.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_args__19.txt (renamed from test/yarp/fixtures/seattlerb/bug_args__19.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_args_masgn.txt (renamed from test/yarp/fixtures/seattlerb/bug_args_masgn.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_args_masgn2.txt (renamed from test/yarp/fixtures/seattlerb/bug_args_masgn2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_args_masgn_outer_parens__19.txt (renamed from test/yarp/fixtures/seattlerb/bug_args_masgn_outer_parens__19.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_call_arglist_parens.txt (renamed from test/yarp/fixtures/seattlerb/bug_call_arglist_parens.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_case_when_regexp.txt (renamed from test/yarp/fixtures/seattlerb/bug_case_when_regexp.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_comma.txt (renamed from test/yarp/fixtures/seattlerb/bug_comma.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_cond_pct.txt (renamed from test/yarp/fixtures/seattlerb/bug_cond_pct.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_hash_args.txt (renamed from test/yarp/fixtures/seattlerb/bug_hash_args.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_hash_args_trailing_comma.txt (renamed from test/yarp/fixtures/seattlerb/bug_hash_args_trailing_comma.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_hash_interp_array.txt (renamed from test/yarp/fixtures/seattlerb/bug_hash_interp_array.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_masgn_right.txt (renamed from test/yarp/fixtures/seattlerb/bug_masgn_right.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_not_parens.txt (renamed from test/yarp/fixtures/seattlerb/bug_not_parens.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/bug_op_asgn_rescue.txt (renamed from test/yarp/fixtures/seattlerb/bug_op_asgn_rescue.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_and.txt (renamed from test/yarp/fixtures/seattlerb/call_and.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_arg_assoc.txt (renamed from test/yarp/fixtures/seattlerb/call_arg_assoc.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_arg_assoc_kwsplat.txt (renamed from test/yarp/fixtures/seattlerb/call_arg_assoc_kwsplat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_arg_kwsplat.txt (renamed from test/yarp/fixtures/seattlerb/call_arg_kwsplat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_args_assoc_quoted.txt (renamed from test/yarp/fixtures/seattlerb/call_args_assoc_quoted.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_args_assoc_trailing_comma.txt (renamed from test/yarp/fixtures/seattlerb/call_args_assoc_trailing_comma.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_args_command.txt (renamed from test/yarp/fixtures/seattlerb/call_args_command.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_array_arg.txt (renamed from test/yarp/fixtures/seattlerb/call_array_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_array_block_call.txt (renamed from test/yarp/fixtures/seattlerb/call_array_block_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_array_lambda_block_call.txt (renamed from test/yarp/fixtures/seattlerb/call_array_lambda_block_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_array_lit_inline_hash.txt (renamed from test/yarp/fixtures/seattlerb/call_array_lit_inline_hash.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_assoc.txt (renamed from test/yarp/fixtures/seattlerb/call_assoc.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_assoc_new.txt (renamed from test/yarp/fixtures/seattlerb/call_assoc_new.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_assoc_new_if_multiline.txt (renamed from test/yarp/fixtures/seattlerb/call_assoc_new_if_multiline.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_assoc_trailing_comma.txt (renamed from test/yarp/fixtures/seattlerb/call_assoc_trailing_comma.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_bang_command_call.txt (renamed from test/yarp/fixtures/seattlerb/call_bang_command_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_bang_squiggle.txt (renamed from test/yarp/fixtures/seattlerb/call_bang_squiggle.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_begin_call_block_call.txt (renamed from test/yarp/fixtures/seattlerb/call_begin_call_block_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_block_arg_named.txt (renamed from test/yarp/fixtures/seattlerb/call_block_arg_named.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_carat.txt (renamed from test/yarp/fixtures/seattlerb/call_carat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_colon2.txt (renamed from test/yarp/fixtures/seattlerb/call_colon2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_colon_parens.txt (renamed from test/yarp/fixtures/seattlerb/call_colon_parens.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_div.txt (renamed from test/yarp/fixtures/seattlerb/call_div.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_dot_parens.txt (renamed from test/yarp/fixtures/seattlerb/call_dot_parens.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_env.txt (renamed from test/yarp/fixtures/seattlerb/call_env.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_eq3.txt (renamed from test/yarp/fixtures/seattlerb/call_eq3.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_gt.txt (renamed from test/yarp/fixtures/seattlerb/call_gt.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_kwsplat.txt (renamed from test/yarp/fixtures/seattlerb/call_kwsplat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_leading_dots.txt (renamed from test/yarp/fixtures/seattlerb/call_leading_dots.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_leading_dots_comment.txt (renamed from test/yarp/fixtures/seattlerb/call_leading_dots_comment.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_lt.txt (renamed from test/yarp/fixtures/seattlerb/call_lt.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_lte.txt (renamed from test/yarp/fixtures/seattlerb/call_lte.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_not.txt (renamed from test/yarp/fixtures/seattlerb/call_not.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_pipe.txt (renamed from test/yarp/fixtures/seattlerb/call_pipe.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_rshift.txt (renamed from test/yarp/fixtures/seattlerb/call_rshift.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_self_brackets.txt (renamed from test/yarp/fixtures/seattlerb/call_self_brackets.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_spaceship.txt (renamed from test/yarp/fixtures/seattlerb/call_spaceship.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_stabby_do_end_with_block.txt (renamed from test/yarp/fixtures/seattlerb/call_stabby_do_end_with_block.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_stabby_with_braces_block.txt (renamed from test/yarp/fixtures/seattlerb/call_stabby_with_braces_block.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_star.txt (renamed from test/yarp/fixtures/seattlerb/call_star.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_star2.txt (renamed from test/yarp/fixtures/seattlerb/call_star2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_trailing_comma.txt (renamed from test/yarp/fixtures/seattlerb/call_trailing_comma.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_trailing_dots.txt (renamed from test/yarp/fixtures/seattlerb/call_trailing_dots.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/call_unary_bang.txt (renamed from test/yarp/fixtures/seattlerb/call_unary_bang.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in.txt (renamed from test/yarp/fixtures/seattlerb/case_in.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_31.txt (renamed from test/yarp/fixtures/seattlerb/case_in_31.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_37.txt (renamed from test/yarp/fixtures/seattlerb/case_in_37.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_42.txt (renamed from test/yarp/fixtures/seattlerb/case_in_42.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_42_2.txt (renamed from test/yarp/fixtures/seattlerb/case_in_42_2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_47.txt (renamed from test/yarp/fixtures/seattlerb/case_in_47.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_67.txt (renamed from test/yarp/fixtures/seattlerb/case_in_67.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_86.txt (renamed from test/yarp/fixtures/seattlerb/case_in_86.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_86_2.txt (renamed from test/yarp/fixtures/seattlerb/case_in_86_2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_array_pat_const.txt (renamed from test/yarp/fixtures/seattlerb/case_in_array_pat_const.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_array_pat_const2.txt (renamed from test/yarp/fixtures/seattlerb/case_in_array_pat_const2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_array_pat_paren_assign.txt (renamed from test/yarp/fixtures/seattlerb/case_in_array_pat_paren_assign.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_const.txt (renamed from test/yarp/fixtures/seattlerb/case_in_const.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_else.txt (renamed from test/yarp/fixtures/seattlerb/case_in_else.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_find.txt (renamed from test/yarp/fixtures/seattlerb/case_in_find.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_find_array.txt (renamed from test/yarp/fixtures/seattlerb/case_in_find_array.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_hash_pat.txt (renamed from test/yarp/fixtures/seattlerb/case_in_hash_pat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_hash_pat_assign.txt (renamed from test/yarp/fixtures/seattlerb/case_in_hash_pat_assign.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_hash_pat_paren_assign.txt (renamed from test/yarp/fixtures/seattlerb/case_in_hash_pat_paren_assign.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_hash_pat_paren_true.txt (renamed from test/yarp/fixtures/seattlerb/case_in_hash_pat_paren_true.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_hash_pat_rest.txt (renamed from test/yarp/fixtures/seattlerb/case_in_hash_pat_rest.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_hash_pat_rest_solo.txt (renamed from test/yarp/fixtures/seattlerb/case_in_hash_pat_rest_solo.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_if_unless_post_mod.txt (renamed from test/yarp/fixtures/seattlerb/case_in_if_unless_post_mod.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_multiple.txt (renamed from test/yarp/fixtures/seattlerb/case_in_multiple.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/case_in_or.txt (renamed from test/yarp/fixtures/seattlerb/case_in_or.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/class_comments.txt (renamed from test/yarp/fixtures/seattlerb/class_comments.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/cond_unary_minus.txt (renamed from test/yarp/fixtures/seattlerb/cond_unary_minus.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/const_2_op_asgn_or2.txt (renamed from test/yarp/fixtures/seattlerb/const_2_op_asgn_or2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/const_3_op_asgn_or.txt (renamed from test/yarp/fixtures/seattlerb/const_3_op_asgn_or.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/const_op_asgn_and1.txt (renamed from test/yarp/fixtures/seattlerb/const_op_asgn_and1.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/const_op_asgn_and2.txt (renamed from test/yarp/fixtures/seattlerb/const_op_asgn_and2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/const_op_asgn_or.txt (renamed from test/yarp/fixtures/seattlerb/const_op_asgn_or.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/dasgn_icky2.txt (renamed from test/yarp/fixtures/seattlerb/dasgn_icky2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defined_eh_parens.txt (renamed from test/yarp/fixtures/seattlerb/defined_eh_parens.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_arg_asplat_arg.txt (renamed from test/yarp/fixtures/seattlerb/defn_arg_asplat_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_arg_forward_args.txt (renamed from test/yarp/fixtures/seattlerb/defn_arg_forward_args.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_args_forward_args.txt (renamed from test/yarp/fixtures/seattlerb/defn_args_forward_args.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_comments.txt (renamed from test/yarp/fixtures/seattlerb/defn_comments.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_endless_command.txt (renamed from test/yarp/fixtures/seattlerb/defn_endless_command.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_endless_command_rescue.txt (renamed from test/yarp/fixtures/seattlerb/defn_endless_command_rescue.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_forward_args.txt (renamed from test/yarp/fixtures/seattlerb/defn_forward_args.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_forward_args__no_parens.txt (renamed from test/yarp/fixtures/seattlerb/defn_forward_args__no_parens.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_kwarg_env.txt (renamed from test/yarp/fixtures/seattlerb/defn_kwarg_env.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_kwarg_kwarg.txt (renamed from test/yarp/fixtures/seattlerb/defn_kwarg_kwarg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_kwarg_kwsplat.txt (renamed from test/yarp/fixtures/seattlerb/defn_kwarg_kwsplat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_kwarg_kwsplat_anon.txt (renamed from test/yarp/fixtures/seattlerb/defn_kwarg_kwsplat_anon.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_kwarg_lvar.txt (renamed from test/yarp/fixtures/seattlerb/defn_kwarg_lvar.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_kwarg_no_parens.txt (renamed from test/yarp/fixtures/seattlerb/defn_kwarg_no_parens.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_kwarg_val.txt (renamed from test/yarp/fixtures/seattlerb/defn_kwarg_val.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_no_kwargs.txt (renamed from test/yarp/fixtures/seattlerb/defn_no_kwargs.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_oneliner.txt (renamed from test/yarp/fixtures/seattlerb/defn_oneliner.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_oneliner_eq2.txt (renamed from test/yarp/fixtures/seattlerb/defn_oneliner_eq2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_oneliner_noargs.txt (renamed from test/yarp/fixtures/seattlerb/defn_oneliner_noargs.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_oneliner_noargs_parentheses.txt (renamed from test/yarp/fixtures/seattlerb/defn_oneliner_noargs_parentheses.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_oneliner_rescue.txt (renamed from test/yarp/fixtures/seattlerb/defn_oneliner_rescue.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_opt_last_arg.txt (renamed from test/yarp/fixtures/seattlerb/defn_opt_last_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_opt_reg.txt (renamed from test/yarp/fixtures/seattlerb/defn_opt_reg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_opt_splat_arg.txt (renamed from test/yarp/fixtures/seattlerb/defn_opt_splat_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_powarg.txt (renamed from test/yarp/fixtures/seattlerb/defn_powarg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_reg_opt_reg.txt (renamed from test/yarp/fixtures/seattlerb/defn_reg_opt_reg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_splat_arg.txt (renamed from test/yarp/fixtures/seattlerb/defn_splat_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defn_unary_not.txt (renamed from test/yarp/fixtures/seattlerb/defn_unary_not.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defns_reserved.txt (renamed from test/yarp/fixtures/seattlerb/defns_reserved.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defs_as_arg_with_do_block_inside.txt (renamed from test/yarp/fixtures/seattlerb/defs_as_arg_with_do_block_inside.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defs_comments.txt (renamed from test/yarp/fixtures/seattlerb/defs_comments.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defs_endless_command.txt (renamed from test/yarp/fixtures/seattlerb/defs_endless_command.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defs_endless_command_rescue.txt (renamed from test/yarp/fixtures/seattlerb/defs_endless_command_rescue.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defs_kwarg.txt (renamed from test/yarp/fixtures/seattlerb/defs_kwarg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defs_oneliner.txt (renamed from test/yarp/fixtures/seattlerb/defs_oneliner.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defs_oneliner_eq2.txt (renamed from test/yarp/fixtures/seattlerb/defs_oneliner_eq2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/defs_oneliner_rescue.txt (renamed from test/yarp/fixtures/seattlerb/defs_oneliner_rescue.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult0_.txt (renamed from test/yarp/fixtures/seattlerb/difficult0_.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult1_line_numbers.txt (renamed from test/yarp/fixtures/seattlerb/difficult1_line_numbers.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult1_line_numbers2.txt (renamed from test/yarp/fixtures/seattlerb/difficult1_line_numbers2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult2_.txt (renamed from test/yarp/fixtures/seattlerb/difficult2_.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult3_.txt (renamed from test/yarp/fixtures/seattlerb/difficult3_.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult3_2.txt (renamed from test/yarp/fixtures/seattlerb/difficult3_2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult3_3.txt (renamed from test/yarp/fixtures/seattlerb/difficult3_3.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult3_4.txt (renamed from test/yarp/fixtures/seattlerb/difficult3_4.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult3_5.txt (renamed from test/yarp/fixtures/seattlerb/difficult3_5.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult3__10.txt (renamed from test/yarp/fixtures/seattlerb/difficult3__10.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult3__11.txt (renamed from test/yarp/fixtures/seattlerb/difficult3__11.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult3__12.txt (renamed from test/yarp/fixtures/seattlerb/difficult3__12.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult3__6.txt (renamed from test/yarp/fixtures/seattlerb/difficult3__6.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult3__7.txt (renamed from test/yarp/fixtures/seattlerb/difficult3__7.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult3__8.txt (renamed from test/yarp/fixtures/seattlerb/difficult3__8.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult3__9.txt (renamed from test/yarp/fixtures/seattlerb/difficult3__9.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult4__leading_dots.txt (renamed from test/yarp/fixtures/seattlerb/difficult4__leading_dots.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult4__leading_dots2.txt (renamed from test/yarp/fixtures/seattlerb/difficult4__leading_dots2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult6_.txt (renamed from test/yarp/fixtures/seattlerb/difficult6_.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult6__7.txt (renamed from test/yarp/fixtures/seattlerb/difficult6__7.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult6__8.txt (renamed from test/yarp/fixtures/seattlerb/difficult6__8.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/difficult7_.txt (renamed from test/yarp/fixtures/seattlerb/difficult7_.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/do_bug.txt (renamed from test/yarp/fixtures/seattlerb/do_bug.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/do_lambda.txt (renamed from test/yarp/fixtures/seattlerb/do_lambda.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/dot2_nil__26.txt (renamed from test/yarp/fixtures/seattlerb/dot2_nil__26.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/dot3_nil__26.txt (renamed from test/yarp/fixtures/seattlerb/dot3_nil__26.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/dstr_evstr.txt (renamed from test/yarp/fixtures/seattlerb/dstr_evstr.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/dstr_evstr_empty_end.txt (renamed from test/yarp/fixtures/seattlerb/dstr_evstr_empty_end.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/dstr_lex_state.txt (renamed from test/yarp/fixtures/seattlerb/dstr_lex_state.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/dstr_str.txt (renamed from test/yarp/fixtures/seattlerb/dstr_str.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/dsym_esc_to_sym.txt (renamed from test/yarp/fixtures/seattlerb/dsym_esc_to_sym.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/dsym_to_sym.txt (renamed from test/yarp/fixtures/seattlerb/dsym_to_sym.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/eq_begin_line_numbers.txt (renamed from test/yarp/fixtures/seattlerb/eq_begin_line_numbers.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt (renamed from test/yarp/fixtures/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/evstr_evstr.txt (renamed from test/yarp/fixtures/seattlerb/evstr_evstr.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/evstr_str.txt (renamed from test/yarp/fixtures/seattlerb/evstr_str.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/expr_not_bang.txt (renamed from test/yarp/fixtures/seattlerb/expr_not_bang.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/f_kw.txt (renamed from test/yarp/fixtures/seattlerb/f_kw.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/f_kw__required.txt (renamed from test/yarp/fixtures/seattlerb/f_kw__required.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/flip2_env_lvar.txt (renamed from test/yarp/fixtures/seattlerb/flip2_env_lvar.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/float_with_if_modifier.txt (renamed from test/yarp/fixtures/seattlerb/float_with_if_modifier.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc__backslash_dos_format.txt (renamed from test/yarp/fixtures/seattlerb/heredoc__backslash_dos_format.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_backslash_nl.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_backslash_nl.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_bad_hex_escape.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_bad_hex_escape.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_bad_oct_escape.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_bad_oct_escape.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_comma_arg.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_comma_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_lineno.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_lineno.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_nested.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_nested.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_squiggly.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_squiggly.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_squiggly_blank_lines.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_squiggly_blank_lines.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_squiggly_empty.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_squiggly_empty.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_squiggly_interp.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_squiggly_interp.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_squiggly_no_indent.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_squiggly_no_indent.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_squiggly_tabs.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_squiggly_tabs.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_squiggly_tabs_extra.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_squiggly_tabs_extra.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_squiggly_visually_blank_lines.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_squiggly_visually_blank_lines.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_trailing_slash_continued_call.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_trailing_slash_continued_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_unicode.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_unicode.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_with_carriage_return_escapes.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_with_carriage_return_escapes.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_with_carriage_return_escapes_windows.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_with_carriage_return_escapes_windows.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_with_extra_carriage_returns.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_returns.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_with_extra_carriage_returns_windows.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_returns_windows.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_with_not_global_interpolation.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_with_not_global_interpolation.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_with_only_carriage_returns.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_with_only_carriage_returns.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/heredoc_with_only_carriage_returns_windows.txt (renamed from test/yarp/fixtures/seattlerb/heredoc_with_only_carriage_returns_windows.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/if_elsif.txt (renamed from test/yarp/fixtures/seattlerb/if_elsif.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/if_symbol.txt (renamed from test/yarp/fixtures/seattlerb/if_symbol.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/in_expr_no_case.txt (renamed from test/yarp/fixtures/seattlerb/in_expr_no_case.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/index_0.txt (renamed from test/yarp/fixtures/seattlerb/index_0.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/index_0_opasgn.txt (renamed from test/yarp/fixtures/seattlerb/index_0_opasgn.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/integer_with_if_modifier.txt (renamed from test/yarp/fixtures/seattlerb/integer_with_if_modifier.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/interpolated_symbol_array_line_breaks.txt (renamed from test/yarp/fixtures/seattlerb/interpolated_symbol_array_line_breaks.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/interpolated_word_array_line_breaks.txt (renamed from test/yarp/fixtures/seattlerb/interpolated_word_array_line_breaks.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_1.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_1.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_10_1.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_10_1.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_10_2.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_10_2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_11_1.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_11_1.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_11_2.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_11_2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_2__19.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_2__19.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_3.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_3.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_4.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_4.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_5.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_5.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_6.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_6.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_7_1.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_7_1.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_7_2.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_7_2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_8_1.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_8_1.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_8_2.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_8_2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_9_1.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_9_1.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_args_9_2.txt (renamed from test/yarp/fixtures/seattlerb/iter_args_9_2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_kwarg.txt (renamed from test/yarp/fixtures/seattlerb/iter_kwarg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/iter_kwarg_kwsplat.txt (renamed from test/yarp/fixtures/seattlerb/iter_kwarg_kwsplat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/label_vs_string.txt (renamed from test/yarp/fixtures/seattlerb/label_vs_string.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/lambda_do_vs_brace.txt (renamed from test/yarp/fixtures/seattlerb/lambda_do_vs_brace.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/lasgn_arg_rescue_arg.txt (renamed from test/yarp/fixtures/seattlerb/lasgn_arg_rescue_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/lasgn_call_bracket_rescue_arg.txt (renamed from test/yarp/fixtures/seattlerb/lasgn_call_bracket_rescue_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/lasgn_call_nobracket_rescue_arg.txt (renamed from test/yarp/fixtures/seattlerb/lasgn_call_nobracket_rescue_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/lasgn_command.txt (renamed from test/yarp/fixtures/seattlerb/lasgn_command.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/lasgn_env.txt (renamed from test/yarp/fixtures/seattlerb/lasgn_env.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/lasgn_ivar_env.txt (renamed from test/yarp/fixtures/seattlerb/lasgn_ivar_env.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/lasgn_lasgn_command_call.txt (renamed from test/yarp/fixtures/seattlerb/lasgn_lasgn_command_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/lasgn_middle_splat.txt (renamed from test/yarp/fixtures/seattlerb/lasgn_middle_splat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/magic_encoding_comment.txt (renamed from test/yarp/fixtures/seattlerb/magic_encoding_comment.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_anon_splat_arg.txt (renamed from test/yarp/fixtures/seattlerb/masgn_anon_splat_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_arg_colon_arg.txt (renamed from test/yarp/fixtures/seattlerb/masgn_arg_colon_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_arg_ident.txt (renamed from test/yarp/fixtures/seattlerb/masgn_arg_ident.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_arg_splat_arg.txt (renamed from test/yarp/fixtures/seattlerb/masgn_arg_splat_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_colon2.txt (renamed from test/yarp/fixtures/seattlerb/masgn_colon2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_colon3.txt (renamed from test/yarp/fixtures/seattlerb/masgn_colon3.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_command_call.txt (renamed from test/yarp/fixtures/seattlerb/masgn_command_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_double_paren.txt (renamed from test/yarp/fixtures/seattlerb/masgn_double_paren.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_lhs_splat.txt (renamed from test/yarp/fixtures/seattlerb/masgn_lhs_splat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_paren.txt (renamed from test/yarp/fixtures/seattlerb/masgn_paren.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_splat_arg.txt (renamed from test/yarp/fixtures/seattlerb/masgn_splat_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_splat_arg_arg.txt (renamed from test/yarp/fixtures/seattlerb/masgn_splat_arg_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_star.txt (renamed from test/yarp/fixtures/seattlerb/masgn_star.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/masgn_var_star_var.txt (renamed from test/yarp/fixtures/seattlerb/masgn_var_star_var.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/messy_op_asgn_lineno.txt (renamed from test/yarp/fixtures/seattlerb/messy_op_asgn_lineno.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/method_call_assoc_trailing_comma.txt (renamed from test/yarp/fixtures/seattlerb/method_call_assoc_trailing_comma.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/method_call_trailing_comma.txt (renamed from test/yarp/fixtures/seattlerb/method_call_trailing_comma.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/mlhs_back_anonsplat.txt (renamed from test/yarp/fixtures/seattlerb/mlhs_back_anonsplat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/mlhs_back_splat.txt (renamed from test/yarp/fixtures/seattlerb/mlhs_back_splat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/mlhs_front_anonsplat.txt (renamed from test/yarp/fixtures/seattlerb/mlhs_front_anonsplat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/mlhs_front_splat.txt (renamed from test/yarp/fixtures/seattlerb/mlhs_front_splat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/mlhs_keyword.txt (renamed from test/yarp/fixtures/seattlerb/mlhs_keyword.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/mlhs_mid_anonsplat.txt (renamed from test/yarp/fixtures/seattlerb/mlhs_mid_anonsplat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/mlhs_mid_splat.txt (renamed from test/yarp/fixtures/seattlerb/mlhs_mid_splat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/mlhs_rescue.txt (renamed from test/yarp/fixtures/seattlerb/mlhs_rescue.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/module_comments.txt (renamed from test/yarp/fixtures/seattlerb/module_comments.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/multiline_hash_declaration.txt (renamed from test/yarp/fixtures/seattlerb/multiline_hash_declaration.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/non_interpolated_symbol_array_line_breaks.txt (renamed from test/yarp/fixtures/seattlerb/non_interpolated_symbol_array_line_breaks.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/non_interpolated_word_array_line_breaks.txt (renamed from test/yarp/fixtures/seattlerb/non_interpolated_word_array_line_breaks.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/op_asgn_command_call.txt (renamed from test/yarp/fixtures/seattlerb/op_asgn_command_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/op_asgn_dot_ident_command_call.txt (renamed from test/yarp/fixtures/seattlerb/op_asgn_dot_ident_command_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/op_asgn_index_command_call.txt (renamed from test/yarp/fixtures/seattlerb/op_asgn_index_command_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/op_asgn_primary_colon_const_command_call.txt (renamed from test/yarp/fixtures/seattlerb/op_asgn_primary_colon_const_command_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/op_asgn_primary_colon_identifier1.txt (renamed from test/yarp/fixtures/seattlerb/op_asgn_primary_colon_identifier1.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/op_asgn_primary_colon_identifier_command_call.txt (renamed from test/yarp/fixtures/seattlerb/op_asgn_primary_colon_identifier_command_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/op_asgn_val_dot_ident_command_call.txt (renamed from test/yarp/fixtures/seattlerb/op_asgn_val_dot_ident_command_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_def_special_name.txt (renamed from test/yarp/fixtures/seattlerb/parse_def_special_name.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_if_not_canonical.txt (renamed from test/yarp/fixtures/seattlerb/parse_if_not_canonical.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_if_not_noncanonical.txt (renamed from test/yarp/fixtures/seattlerb/parse_if_not_noncanonical.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_block.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_block.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_block_inline_comment.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_block_inline_comment.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_block_inline_comment_leading_newlines.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_block_inline_comment_leading_newlines.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_block_inline_multiline_comment.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_block_inline_multiline_comment.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_call_ivar_line_break_paren.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_call_ivar_line_break_paren.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_call_no_args.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_call_no_args.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_defn_complex.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_defn_complex.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_defn_no_parens.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_defn_no_parens.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_defn_no_parens_args.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_defn_no_parens_args.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_dot2.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_dot2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_dot2_open.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_dot2_open.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_dot3.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_dot3.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_dot3_open.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_dot3_open.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_dstr_escaped_newline.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_dstr_escaped_newline.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_dstr_soft_newline.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_dstr_soft_newline.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_evstr_after_break.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_evstr_after_break.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_hash_lit.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_hash_lit.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_heredoc.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_heredoc.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_heredoc_evstr.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_heredoc_evstr.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_heredoc_regexp_chars.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_heredoc_regexp_chars.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_iter_call_no_parens.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_iter_call_no_parens.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_iter_call_parens.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_iter_call_parens.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_multiline_str.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_multiline_str.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_multiline_str_literal_n.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_multiline_str_literal_n.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_newlines.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_newlines.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_op_asgn.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_op_asgn.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_postexe.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_postexe.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_preexe.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_preexe.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_rescue.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_rescue.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_return.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_return.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_str_with_newline_escape.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_str_with_newline_escape.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_to_ary.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_to_ary.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_line_trailing_newlines.txt (renamed from test/yarp/fixtures/seattlerb/parse_line_trailing_newlines.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_opt_call_args_assocs_comma.txt (renamed from test/yarp/fixtures/seattlerb/parse_opt_call_args_assocs_comma.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_opt_call_args_lit_comma.txt (renamed from test/yarp/fixtures/seattlerb/parse_opt_call_args_lit_comma.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_pattern_019.txt (renamed from test/yarp/fixtures/seattlerb/parse_pattern_019.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_pattern_044.txt (renamed from test/yarp/fixtures/seattlerb/parse_pattern_044.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_pattern_051.txt (renamed from test/yarp/fixtures/seattlerb/parse_pattern_051.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_pattern_058.txt (renamed from test/yarp/fixtures/seattlerb/parse_pattern_058.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_pattern_058_2.txt (renamed from test/yarp/fixtures/seattlerb/parse_pattern_058_2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_pattern_069.txt (renamed from test/yarp/fixtures/seattlerb/parse_pattern_069.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_pattern_076.txt (renamed from test/yarp/fixtures/seattlerb/parse_pattern_076.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_until_not_canonical.txt (renamed from test/yarp/fixtures/seattlerb/parse_until_not_canonical.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_until_not_noncanonical.txt (renamed from test/yarp/fixtures/seattlerb/parse_until_not_noncanonical.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_while_not_canonical.txt (renamed from test/yarp/fixtures/seattlerb/parse_while_not_canonical.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/parse_while_not_noncanonical.txt (renamed from test/yarp/fixtures/seattlerb/parse_while_not_noncanonical.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/pctW_lineno.txt (renamed from test/yarp/fixtures/seattlerb/pctW_lineno.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/pct_Q_backslash_nl.txt (renamed from test/yarp/fixtures/seattlerb/pct_Q_backslash_nl.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/pct_nl.txt (renamed from test/yarp/fixtures/seattlerb/pct_nl.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/pct_w_heredoc_interp_nested.txt (renamed from test/yarp/fixtures/seattlerb/pct_w_heredoc_interp_nested.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/pipe_semicolon.txt (renamed from test/yarp/fixtures/seattlerb/pipe_semicolon.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/pipe_space.txt (renamed from test/yarp/fixtures/seattlerb/pipe_space.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/qWords_space.txt (renamed from test/yarp/fixtures/seattlerb/qWords_space.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/qsymbols.txt (renamed from test/yarp/fixtures/seattlerb/qsymbols.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/qsymbols_empty.txt (renamed from test/yarp/fixtures/seattlerb/qsymbols_empty.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/qsymbols_empty_space.txt (renamed from test/yarp/fixtures/seattlerb/qsymbols_empty_space.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/qsymbols_interp.txt (renamed from test/yarp/fixtures/seattlerb/qsymbols_interp.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/quoted_symbol_hash_arg.txt (renamed from test/yarp/fixtures/seattlerb/quoted_symbol_hash_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/quoted_symbol_keys.txt (renamed from test/yarp/fixtures/seattlerb/quoted_symbol_keys.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/qw_escape.txt (renamed from test/yarp/fixtures/seattlerb/qw_escape.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/qw_escape_term.txt (renamed from test/yarp/fixtures/seattlerb/qw_escape_term.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/qwords_empty.txt (renamed from test/yarp/fixtures/seattlerb/qwords_empty.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/read_escape_unicode_curlies.txt (renamed from test/yarp/fixtures/seattlerb/read_escape_unicode_curlies.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/read_escape_unicode_h4.txt (renamed from test/yarp/fixtures/seattlerb/read_escape_unicode_h4.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/regexp.txt (renamed from test/yarp/fixtures/seattlerb/regexp.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/regexp_esc_C_slash.txt (renamed from test/yarp/fixtures/seattlerb/regexp_esc_C_slash.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/regexp_esc_u.txt (renamed from test/yarp/fixtures/seattlerb/regexp_esc_u.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/regexp_escape_extended.txt (renamed from test/yarp/fixtures/seattlerb/regexp_escape_extended.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/regexp_unicode_curlies.txt (renamed from test/yarp/fixtures/seattlerb/regexp_unicode_curlies.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/required_kwarg_no_value.txt (renamed from test/yarp/fixtures/seattlerb/required_kwarg_no_value.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/rescue_do_end_ensure_result.txt (renamed from test/yarp/fixtures/seattlerb/rescue_do_end_ensure_result.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/rescue_do_end_no_raise.txt (renamed from test/yarp/fixtures/seattlerb/rescue_do_end_no_raise.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/rescue_do_end_raised.txt (renamed from test/yarp/fixtures/seattlerb/rescue_do_end_raised.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/rescue_do_end_rescued.txt (renamed from test/yarp/fixtures/seattlerb/rescue_do_end_rescued.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/rescue_in_block.txt (renamed from test/yarp/fixtures/seattlerb/rescue_in_block.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/rescue_parens.txt (renamed from test/yarp/fixtures/seattlerb/rescue_parens.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/return_call_assocs.txt (renamed from test/yarp/fixtures/seattlerb/return_call_assocs.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/rhs_asgn.txt (renamed from test/yarp/fixtures/seattlerb/rhs_asgn.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/ruby21_numbers.txt (renamed from test/yarp/fixtures/seattlerb/ruby21_numbers.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/safe_attrasgn.txt (renamed from test/yarp/fixtures/seattlerb/safe_attrasgn.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/safe_attrasgn_constant.txt (renamed from test/yarp/fixtures/seattlerb/safe_attrasgn_constant.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/safe_call.txt (renamed from test/yarp/fixtures/seattlerb/safe_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/safe_call_after_newline.txt (renamed from test/yarp/fixtures/seattlerb/safe_call_after_newline.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/safe_call_dot_parens.txt (renamed from test/yarp/fixtures/seattlerb/safe_call_dot_parens.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/safe_call_newline.txt (renamed from test/yarp/fixtures/seattlerb/safe_call_newline.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/safe_call_operator.txt (renamed from test/yarp/fixtures/seattlerb/safe_call_operator.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/safe_call_rhs_newline.txt (renamed from test/yarp/fixtures/seattlerb/safe_call_rhs_newline.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/safe_calls.txt (renamed from test/yarp/fixtures/seattlerb/safe_calls.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/safe_op_asgn.txt (renamed from test/yarp/fixtures/seattlerb/safe_op_asgn.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/safe_op_asgn2.txt (renamed from test/yarp/fixtures/seattlerb/safe_op_asgn2.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/slashy_newlines_within_string.txt (renamed from test/yarp/fixtures/seattlerb/slashy_newlines_within_string.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/stabby_arg_no_paren.txt (renamed from test/yarp/fixtures/seattlerb/stabby_arg_no_paren.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt (renamed from test/yarp/fixtures/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/stabby_block_iter_call.txt (renamed from test/yarp/fixtures/seattlerb/stabby_block_iter_call.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/stabby_block_iter_call_no_target_with_arg.txt (renamed from test/yarp/fixtures/seattlerb/stabby_block_iter_call_no_target_with_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/stabby_block_kw.txt (renamed from test/yarp/fixtures/seattlerb/stabby_block_kw.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/stabby_block_kw__required.txt (renamed from test/yarp/fixtures/seattlerb/stabby_block_kw__required.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/stabby_proc_scope.txt (renamed from test/yarp/fixtures/seattlerb/stabby_proc_scope.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_backslashes.txt (renamed from test/yarp/fixtures/seattlerb/str_backslashes.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_double_double_escaped_newline.txt (renamed from test/yarp/fixtures/seattlerb/str_double_double_escaped_newline.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_double_escaped_newline.txt (renamed from test/yarp/fixtures/seattlerb/str_double_escaped_newline.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_double_newline.txt (renamed from test/yarp/fixtures/seattlerb/str_double_newline.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_evstr.txt (renamed from test/yarp/fixtures/seattlerb/str_evstr.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_evstr_escape.txt (renamed from test/yarp/fixtures/seattlerb/str_evstr_escape.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_heredoc_interp.txt (renamed from test/yarp/fixtures/seattlerb/str_heredoc_interp.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_interp_ternary_or_label.txt (renamed from test/yarp/fixtures/seattlerb/str_interp_ternary_or_label.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_lit_concat_bad_encodings.txt (renamed from test/yarp/fixtures/seattlerb/str_lit_concat_bad_encodings.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_newline_hash_line_number.txt (renamed from test/yarp/fixtures/seattlerb/str_newline_hash_line_number.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_pct_Q_nested.txt (renamed from test/yarp/fixtures/seattlerb/str_pct_Q_nested.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_pct_nested_nested.txt (renamed from test/yarp/fixtures/seattlerb/str_pct_nested_nested.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_pct_q.txt (renamed from test/yarp/fixtures/seattlerb/str_pct_q.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_single_double_escaped_newline.txt (renamed from test/yarp/fixtures/seattlerb/str_single_double_escaped_newline.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_single_escaped_newline.txt (renamed from test/yarp/fixtures/seattlerb/str_single_escaped_newline.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_single_newline.txt (renamed from test/yarp/fixtures/seattlerb/str_single_newline.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_str.txt (renamed from test/yarp/fixtures/seattlerb/str_str.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/str_str_str.txt (renamed from test/yarp/fixtures/seattlerb/str_str_str.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/super_arg.txt (renamed from test/yarp/fixtures/seattlerb/super_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/symbol_empty.txt (renamed from test/yarp/fixtures/seattlerb/symbol_empty.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/symbol_list.txt (renamed from test/yarp/fixtures/seattlerb/symbol_list.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/symbols.txt (renamed from test/yarp/fixtures/seattlerb/symbols.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/symbols_empty.txt (renamed from test/yarp/fixtures/seattlerb/symbols_empty.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/symbols_empty_space.txt (renamed from test/yarp/fixtures/seattlerb/symbols_empty_space.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/symbols_interp.txt (renamed from test/yarp/fixtures/seattlerb/symbols_interp.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/thingy.txt (renamed from test/yarp/fixtures/seattlerb/thingy.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/uminus_float.txt (renamed from test/yarp/fixtures/seattlerb/uminus_float.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/unary_minus.txt (renamed from test/yarp/fixtures/seattlerb/unary_minus.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/unary_plus.txt (renamed from test/yarp/fixtures/seattlerb/unary_plus.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/unary_plus_on_literal.txt (renamed from test/yarp/fixtures/seattlerb/unary_plus_on_literal.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/unary_tilde.txt (renamed from test/yarp/fixtures/seattlerb/unary_tilde.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/utf8_bom.txt (renamed from test/yarp/fixtures/seattlerb/utf8_bom.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/when_splat.txt (renamed from test/yarp/fixtures/seattlerb/when_splat.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/words_interp.txt (renamed from test/yarp/fixtures/seattlerb/words_interp.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/yield_arg.txt (renamed from test/yarp/fixtures/seattlerb/yield_arg.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/yield_call_assocs.txt (renamed from test/yarp/fixtures/seattlerb/yield_call_assocs.txt)0
-rw-r--r--test/prism/fixtures/seattlerb/yield_empty_parens.txt (renamed from test/yarp/fixtures/seattlerb/yield_empty_parens.txt)0
-rw-r--r--test/prism/fixtures/single_quote_heredocs.txt (renamed from test/yarp/fixtures/single_quote_heredocs.txt)0
-rw-r--r--test/prism/fixtures/spanning_heredoc.txt (renamed from test/yarp/fixtures/spanning_heredoc.txt)0
-rw-r--r--test/prism/fixtures/strings.txt (renamed from test/yarp/fixtures/strings.txt)0
-rw-r--r--test/prism/fixtures/super.txt (renamed from test/yarp/fixtures/super.txt)0
-rw-r--r--test/prism/fixtures/symbols.txt (renamed from test/yarp/fixtures/symbols.txt)0
-rw-r--r--test/prism/fixtures/ternary_operator.txt (renamed from test/yarp/fixtures/ternary_operator.txt)0
-rw-r--r--test/prism/fixtures/tilde_heredocs.txt (renamed from test/yarp/fixtures/tilde_heredocs.txt)0
-rw-r--r--test/prism/fixtures/undef.txt (renamed from test/yarp/fixtures/undef.txt)0
-rw-r--r--test/prism/fixtures/unescaping.txt (renamed from test/yarp/fixtures/unescaping.txt)0
-rw-r--r--test/prism/fixtures/unless.txt (renamed from test/yarp/fixtures/unless.txt)0
-rw-r--r--test/prism/fixtures/unparser/LICENSE (renamed from test/yarp/fixtures/unparser/LICENSE)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/alias.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/alias.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/assignment.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/assignment.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/block.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/block.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/case.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/case.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/class.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/class.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/control.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/control.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/def.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/def.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/defined.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/defined.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/defs.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/defs.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/dstr.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/dstr.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/empty.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/empty.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/empty_begin.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/empty_begin.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/flipflop.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/flipflop.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/for.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/for.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/hookexe.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/hookexe.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/if.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/if.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/kwbegin.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/kwbegin.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/lambda.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/lambda.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/literal.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/literal.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/module.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/module.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/opasgn.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/opasgn.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/pattern.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/pattern.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/pragma.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/pragma.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/range.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/range.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/rescue.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/rescue.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/send.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/send.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/since/27.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/since/27.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/since/30.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/since/30.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/since/31.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/since/31.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/since/32.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/since/32.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/singletons.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/singletons.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/super.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/super.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/unary.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/unary.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/undef.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/undef.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/variables.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/variables.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/while.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/while.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/literal/yield.txt (renamed from test/yarp/fixtures/unparser/corpus/literal/yield.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/semantic/and.txt (renamed from test/yarp/fixtures/unparser/corpus/semantic/and.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/semantic/block.txt (renamed from test/yarp/fixtures/unparser/corpus/semantic/block.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/semantic/def.txt (renamed from test/yarp/fixtures/unparser/corpus/semantic/def.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/semantic/dstr.txt (renamed from test/yarp/fixtures/unparser/corpus/semantic/dstr.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/semantic/kwbegin.txt (renamed from test/yarp/fixtures/unparser/corpus/semantic/kwbegin.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/semantic/literal.txt (renamed from test/yarp/fixtures/unparser/corpus/semantic/literal.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/semantic/send.txt (renamed from test/yarp/fixtures/unparser/corpus/semantic/send.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/semantic/undef.txt (renamed from test/yarp/fixtures/unparser/corpus/semantic/undef.txt)0
-rw-r--r--test/prism/fixtures/unparser/corpus/semantic/while.txt (renamed from test/yarp/fixtures/unparser/corpus/semantic/while.txt)0
-rw-r--r--test/prism/fixtures/until.txt (renamed from test/yarp/fixtures/until.txt)0
-rw-r--r--test/prism/fixtures/variables.txt (renamed from test/yarp/fixtures/variables.txt)0
-rw-r--r--test/prism/fixtures/while.txt (renamed from test/yarp/fixtures/while.txt)0
-rw-r--r--test/prism/fixtures/whitequark/LICENSE (renamed from test/yarp/fixtures/whitequark/LICENSE)0
-rw-r--r--test/prism/fixtures/whitequark/__ENCODING__.txt (renamed from test/yarp/fixtures/whitequark/__ENCODING__.txt)0
-rw-r--r--test/prism/fixtures/whitequark/__ENCODING___legacy_.txt (renamed from test/yarp/fixtures/whitequark/__ENCODING___legacy_.txt)0
-rw-r--r--test/prism/fixtures/whitequark/alias.txt (renamed from test/yarp/fixtures/whitequark/alias.txt)0
-rw-r--r--test/prism/fixtures/whitequark/alias_gvar.txt (renamed from test/yarp/fixtures/whitequark/alias_gvar.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ambiuous_quoted_label_in_ternary_operator.txt (renamed from test/yarp/fixtures/whitequark/ambiuous_quoted_label_in_ternary_operator.txt)0
-rw-r--r--test/prism/fixtures/whitequark/and.txt (renamed from test/yarp/fixtures/whitequark/and.txt)0
-rw-r--r--test/prism/fixtures/whitequark/and_asgn.txt (renamed from test/yarp/fixtures/whitequark/and_asgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/and_or_masgn.txt (renamed from test/yarp/fixtures/whitequark/and_or_masgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/anonymous_blockarg.txt (renamed from test/yarp/fixtures/whitequark/anonymous_blockarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/arg.txt (renamed from test/yarp/fixtures/whitequark/arg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/arg_duplicate_ignored.txt (renamed from test/yarp/fixtures/whitequark/arg_duplicate_ignored.txt)0
-rw-r--r--test/prism/fixtures/whitequark/arg_label.txt (renamed from test/yarp/fixtures/whitequark/arg_label.txt)0
-rw-r--r--test/prism/fixtures/whitequark/arg_scope.txt (renamed from test/yarp/fixtures/whitequark/arg_scope.txt)0
-rw-r--r--test/prism/fixtures/whitequark/args.txt (renamed from test/yarp/fixtures/whitequark/args.txt)0
-rw-r--r--test/prism/fixtures/whitequark/args_args_assocs.txt (renamed from test/yarp/fixtures/whitequark/args_args_assocs.txt)0
-rw-r--r--test/prism/fixtures/whitequark/args_args_assocs_comma.txt (renamed from test/yarp/fixtures/whitequark/args_args_assocs_comma.txt)0
-rw-r--r--test/prism/fixtures/whitequark/args_args_comma.txt (renamed from test/yarp/fixtures/whitequark/args_args_comma.txt)0
-rw-r--r--test/prism/fixtures/whitequark/args_args_star.txt (renamed from test/yarp/fixtures/whitequark/args_args_star.txt)0
-rw-r--r--test/prism/fixtures/whitequark/args_assocs.txt (renamed from test/yarp/fixtures/whitequark/args_assocs.txt)0
-rw-r--r--test/prism/fixtures/whitequark/args_assocs_comma.txt (renamed from test/yarp/fixtures/whitequark/args_assocs_comma.txt)0
-rw-r--r--test/prism/fixtures/whitequark/args_assocs_legacy.txt (renamed from test/yarp/fixtures/whitequark/args_assocs_legacy.txt)0
-rw-r--r--test/prism/fixtures/whitequark/args_block_pass.txt (renamed from test/yarp/fixtures/whitequark/args_block_pass.txt)0
-rw-r--r--test/prism/fixtures/whitequark/args_cmd.txt (renamed from test/yarp/fixtures/whitequark/args_cmd.txt)0
-rw-r--r--test/prism/fixtures/whitequark/args_star.txt (renamed from test/yarp/fixtures/whitequark/args_star.txt)0
-rw-r--r--test/prism/fixtures/whitequark/array_assocs.txt (renamed from test/yarp/fixtures/whitequark/array_assocs.txt)0
-rw-r--r--test/prism/fixtures/whitequark/array_plain.txt (renamed from test/yarp/fixtures/whitequark/array_plain.txt)0
-rw-r--r--test/prism/fixtures/whitequark/array_splat.txt (renamed from test/yarp/fixtures/whitequark/array_splat.txt)0
-rw-r--r--test/prism/fixtures/whitequark/array_symbols.txt (renamed from test/yarp/fixtures/whitequark/array_symbols.txt)0
-rw-r--r--test/prism/fixtures/whitequark/array_symbols_empty.txt (renamed from test/yarp/fixtures/whitequark/array_symbols_empty.txt)0
-rw-r--r--test/prism/fixtures/whitequark/array_symbols_interp.txt (renamed from test/yarp/fixtures/whitequark/array_symbols_interp.txt)0
-rw-r--r--test/prism/fixtures/whitequark/array_words.txt (renamed from test/yarp/fixtures/whitequark/array_words.txt)0
-rw-r--r--test/prism/fixtures/whitequark/array_words_empty.txt (renamed from test/yarp/fixtures/whitequark/array_words_empty.txt)0
-rw-r--r--test/prism/fixtures/whitequark/array_words_interp.txt (renamed from test/yarp/fixtures/whitequark/array_words_interp.txt)0
-rw-r--r--test/prism/fixtures/whitequark/asgn_cmd.txt (renamed from test/yarp/fixtures/whitequark/asgn_cmd.txt)0
-rw-r--r--test/prism/fixtures/whitequark/asgn_mrhs.txt (renamed from test/yarp/fixtures/whitequark/asgn_mrhs.txt)0
-rw-r--r--test/prism/fixtures/whitequark/back_ref.txt (renamed from test/yarp/fixtures/whitequark/back_ref.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bang.txt (renamed from test/yarp/fixtures/whitequark/bang.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bang_cmd.txt (renamed from test/yarp/fixtures/whitequark/bang_cmd.txt)0
-rw-r--r--test/prism/fixtures/whitequark/begin_cmdarg.txt (renamed from test/yarp/fixtures/whitequark/begin_cmdarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/beginless_erange_after_newline.txt (renamed from test/yarp/fixtures/whitequark/beginless_erange_after_newline.txt)0
-rw-r--r--test/prism/fixtures/whitequark/beginless_irange_after_newline.txt (renamed from test/yarp/fixtures/whitequark/beginless_irange_after_newline.txt)0
-rw-r--r--test/prism/fixtures/whitequark/beginless_range.txt (renamed from test/yarp/fixtures/whitequark/beginless_range.txt)0
-rw-r--r--test/prism/fixtures/whitequark/blockarg.txt (renamed from test/yarp/fixtures/whitequark/blockarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/blockargs.txt (renamed from test/yarp/fixtures/whitequark/blockargs.txt)0
-rw-r--r--test/prism/fixtures/whitequark/break.txt (renamed from test/yarp/fixtures/whitequark/break.txt)0
-rw-r--r--test/prism/fixtures/whitequark/break_block.txt (renamed from test/yarp/fixtures/whitequark/break_block.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_435.txt (renamed from test/yarp/fixtures/whitequark/bug_435.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_447.txt (renamed from test/yarp/fixtures/whitequark/bug_447.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_452.txt (renamed from test/yarp/fixtures/whitequark/bug_452.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_466.txt (renamed from test/yarp/fixtures/whitequark/bug_466.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_473.txt (renamed from test/yarp/fixtures/whitequark/bug_473.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_480.txt (renamed from test/yarp/fixtures/whitequark/bug_480.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_481.txt (renamed from test/yarp/fixtures/whitequark/bug_481.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_ascii_8bit_in_literal.txt (renamed from test/yarp/fixtures/whitequark/bug_ascii_8bit_in_literal.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_cmd_string_lookahead.txt (renamed from test/yarp/fixtures/whitequark/bug_cmd_string_lookahead.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_cmdarg.txt (renamed from test/yarp/fixtures/whitequark/bug_cmdarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_def_no_paren_eql_begin.txt (renamed from test/yarp/fixtures/whitequark/bug_def_no_paren_eql_begin.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_do_block_in_call_args.txt (renamed from test/yarp/fixtures/whitequark/bug_do_block_in_call_args.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_do_block_in_cmdarg.txt (renamed from test/yarp/fixtures/whitequark/bug_do_block_in_cmdarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_do_block_in_hash_brace.txt (renamed from test/yarp/fixtures/whitequark/bug_do_block_in_hash_brace.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_heredoc_do.txt (renamed from test/yarp/fixtures/whitequark/bug_heredoc_do.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_interp_single.txt (renamed from test/yarp/fixtures/whitequark/bug_interp_single.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_lambda_leakage.txt (renamed from test/yarp/fixtures/whitequark/bug_lambda_leakage.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_regex_verification.txt (renamed from test/yarp/fixtures/whitequark/bug_regex_verification.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_rescue_empty_else.txt (renamed from test/yarp/fixtures/whitequark/bug_rescue_empty_else.txt)0
-rw-r--r--test/prism/fixtures/whitequark/bug_while_not_parens_do.txt (renamed from test/yarp/fixtures/whitequark/bug_while_not_parens_do.txt)0
-rw-r--r--test/prism/fixtures/whitequark/case_cond.txt (renamed from test/yarp/fixtures/whitequark/case_cond.txt)0
-rw-r--r--test/prism/fixtures/whitequark/case_cond_else.txt (renamed from test/yarp/fixtures/whitequark/case_cond_else.txt)0
-rw-r--r--test/prism/fixtures/whitequark/case_expr.txt (renamed from test/yarp/fixtures/whitequark/case_expr.txt)0
-rw-r--r--test/prism/fixtures/whitequark/case_expr_else.txt (renamed from test/yarp/fixtures/whitequark/case_expr_else.txt)0
-rw-r--r--test/prism/fixtures/whitequark/casgn_scoped.txt (renamed from test/yarp/fixtures/whitequark/casgn_scoped.txt)0
-rw-r--r--test/prism/fixtures/whitequark/casgn_toplevel.txt (renamed from test/yarp/fixtures/whitequark/casgn_toplevel.txt)0
-rw-r--r--test/prism/fixtures/whitequark/casgn_unscoped.txt (renamed from test/yarp/fixtures/whitequark/casgn_unscoped.txt)0
-rw-r--r--test/prism/fixtures/whitequark/character.txt (renamed from test/yarp/fixtures/whitequark/character.txt)0
-rw-r--r--test/prism/fixtures/whitequark/class.txt (renamed from test/yarp/fixtures/whitequark/class.txt)0
-rw-r--r--test/prism/fixtures/whitequark/class_definition_in_while_cond.txt (renamed from test/yarp/fixtures/whitequark/class_definition_in_while_cond.txt)0
-rw-r--r--test/prism/fixtures/whitequark/class_super.txt (renamed from test/yarp/fixtures/whitequark/class_super.txt)0
-rw-r--r--test/prism/fixtures/whitequark/class_super_label.txt (renamed from test/yarp/fixtures/whitequark/class_super_label.txt)0
-rw-r--r--test/prism/fixtures/whitequark/comments_before_leading_dot__27.txt (renamed from test/yarp/fixtures/whitequark/comments_before_leading_dot__27.txt)0
-rw-r--r--test/prism/fixtures/whitequark/complex.txt (renamed from test/yarp/fixtures/whitequark/complex.txt)0
-rw-r--r--test/prism/fixtures/whitequark/cond_begin.txt (renamed from test/yarp/fixtures/whitequark/cond_begin.txt)0
-rw-r--r--test/prism/fixtures/whitequark/cond_begin_masgn.txt (renamed from test/yarp/fixtures/whitequark/cond_begin_masgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/cond_eflipflop.txt (renamed from test/yarp/fixtures/whitequark/cond_eflipflop.txt)0
-rw-r--r--test/prism/fixtures/whitequark/cond_iflipflop.txt (renamed from test/yarp/fixtures/whitequark/cond_iflipflop.txt)0
-rw-r--r--test/prism/fixtures/whitequark/cond_match_current_line.txt (renamed from test/yarp/fixtures/whitequark/cond_match_current_line.txt)0
-rw-r--r--test/prism/fixtures/whitequark/const_op_asgn.txt (renamed from test/yarp/fixtures/whitequark/const_op_asgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/const_scoped.txt (renamed from test/yarp/fixtures/whitequark/const_scoped.txt)0
-rw-r--r--test/prism/fixtures/whitequark/const_toplevel.txt (renamed from test/yarp/fixtures/whitequark/const_toplevel.txt)0
-rw-r--r--test/prism/fixtures/whitequark/const_unscoped.txt (renamed from test/yarp/fixtures/whitequark/const_unscoped.txt)0
-rw-r--r--test/prism/fixtures/whitequark/cpath.txt (renamed from test/yarp/fixtures/whitequark/cpath.txt)0
-rw-r--r--test/prism/fixtures/whitequark/cvar.txt (renamed from test/yarp/fixtures/whitequark/cvar.txt)0
-rw-r--r--test/prism/fixtures/whitequark/cvasgn.txt (renamed from test/yarp/fixtures/whitequark/cvasgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/dedenting_heredoc.txt (renamed from test/yarp/fixtures/whitequark/dedenting_heredoc.txt)0
-rw-r--r--test/prism/fixtures/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt (renamed from test/yarp/fixtures/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt)0
-rw-r--r--test/prism/fixtures/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt (renamed from test/yarp/fixtures/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt)0
-rw-r--r--test/prism/fixtures/whitequark/def.txt (renamed from test/yarp/fixtures/whitequark/def.txt)0
-rw-r--r--test/prism/fixtures/whitequark/defined.txt (renamed from test/yarp/fixtures/whitequark/defined.txt)0
-rw-r--r--test/prism/fixtures/whitequark/defs.txt (renamed from test/yarp/fixtures/whitequark/defs.txt)0
-rw-r--r--test/prism/fixtures/whitequark/empty_stmt.txt (renamed from test/yarp/fixtures/whitequark/empty_stmt.txt)0
-rw-r--r--test/prism/fixtures/whitequark/endless_comparison_method.txt (renamed from test/yarp/fixtures/whitequark/endless_comparison_method.txt)0
-rw-r--r--test/prism/fixtures/whitequark/endless_method.txt (renamed from test/yarp/fixtures/whitequark/endless_method.txt)0
-rw-r--r--test/prism/fixtures/whitequark/endless_method_command_syntax.txt (renamed from test/yarp/fixtures/whitequark/endless_method_command_syntax.txt)0
-rw-r--r--test/prism/fixtures/whitequark/endless_method_forwarded_args_legacy.txt (renamed from test/yarp/fixtures/whitequark/endless_method_forwarded_args_legacy.txt)0
-rw-r--r--test/prism/fixtures/whitequark/endless_method_with_rescue_mod.txt (renamed from test/yarp/fixtures/whitequark/endless_method_with_rescue_mod.txt)0
-rw-r--r--test/prism/fixtures/whitequark/endless_method_without_args.txt (renamed from test/yarp/fixtures/whitequark/endless_method_without_args.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ensure.txt (renamed from test/yarp/fixtures/whitequark/ensure.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ensure_empty.txt (renamed from test/yarp/fixtures/whitequark/ensure_empty.txt)0
-rw-r--r--test/prism/fixtures/whitequark/false.txt (renamed from test/yarp/fixtures/whitequark/false.txt)0
-rw-r--r--test/prism/fixtures/whitequark/float.txt (renamed from test/yarp/fixtures/whitequark/float.txt)0
-rw-r--r--test/prism/fixtures/whitequark/for.txt (renamed from test/yarp/fixtures/whitequark/for.txt)0
-rw-r--r--test/prism/fixtures/whitequark/for_mlhs.txt (renamed from test/yarp/fixtures/whitequark/for_mlhs.txt)0
-rw-r--r--test/prism/fixtures/whitequark/forward_arg.txt (renamed from test/yarp/fixtures/whitequark/forward_arg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/forward_arg_with_open_args.txt (renamed from test/yarp/fixtures/whitequark/forward_arg_with_open_args.txt)0
-rw-r--r--test/prism/fixtures/whitequark/forward_args_legacy.txt (renamed from test/yarp/fixtures/whitequark/forward_args_legacy.txt)0
-rw-r--r--test/prism/fixtures/whitequark/forwarded_argument_with_kwrestarg.txt (renamed from test/yarp/fixtures/whitequark/forwarded_argument_with_kwrestarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/forwarded_argument_with_restarg.txt (renamed from test/yarp/fixtures/whitequark/forwarded_argument_with_restarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/forwarded_kwrestarg.txt (renamed from test/yarp/fixtures/whitequark/forwarded_kwrestarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt (renamed from test/yarp/fixtures/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/forwarded_restarg.txt (renamed from test/yarp/fixtures/whitequark/forwarded_restarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/gvar.txt (renamed from test/yarp/fixtures/whitequark/gvar.txt)0
-rw-r--r--test/prism/fixtures/whitequark/gvasgn.txt (renamed from test/yarp/fixtures/whitequark/gvasgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/hash_empty.txt (renamed from test/yarp/fixtures/whitequark/hash_empty.txt)0
-rw-r--r--test/prism/fixtures/whitequark/hash_hashrocket.txt (renamed from test/yarp/fixtures/whitequark/hash_hashrocket.txt)0
-rw-r--r--test/prism/fixtures/whitequark/hash_kwsplat.txt (renamed from test/yarp/fixtures/whitequark/hash_kwsplat.txt)0
-rw-r--r--test/prism/fixtures/whitequark/hash_label.txt (renamed from test/yarp/fixtures/whitequark/hash_label.txt)0
-rw-r--r--test/prism/fixtures/whitequark/hash_label_end.txt (renamed from test/yarp/fixtures/whitequark/hash_label_end.txt)0
-rw-r--r--test/prism/fixtures/whitequark/hash_pair_value_omission.txt (renamed from test/yarp/fixtures/whitequark/hash_pair_value_omission.txt)0
-rw-r--r--test/prism/fixtures/whitequark/heredoc.txt (renamed from test/yarp/fixtures/whitequark/heredoc.txt)0
-rw-r--r--test/prism/fixtures/whitequark/if.txt (renamed from test/yarp/fixtures/whitequark/if.txt)0
-rw-r--r--test/prism/fixtures/whitequark/if_else.txt (renamed from test/yarp/fixtures/whitequark/if_else.txt)0
-rw-r--r--test/prism/fixtures/whitequark/if_elsif.txt (renamed from test/yarp/fixtures/whitequark/if_elsif.txt)0
-rw-r--r--test/prism/fixtures/whitequark/if_masgn__24.txt (renamed from test/yarp/fixtures/whitequark/if_masgn__24.txt)0
-rw-r--r--test/prism/fixtures/whitequark/if_mod.txt (renamed from test/yarp/fixtures/whitequark/if_mod.txt)0
-rw-r--r--test/prism/fixtures/whitequark/if_nl_then.txt (renamed from test/yarp/fixtures/whitequark/if_nl_then.txt)0
-rw-r--r--test/prism/fixtures/whitequark/if_while_after_class__since_32.txt (renamed from test/yarp/fixtures/whitequark/if_while_after_class__since_32.txt)0
-rw-r--r--test/prism/fixtures/whitequark/int.txt (renamed from test/yarp/fixtures/whitequark/int.txt)0
-rw-r--r--test/prism/fixtures/whitequark/int___LINE__.txt (renamed from test/yarp/fixtures/whitequark/int___LINE__.txt)0
-rw-r--r--test/prism/fixtures/whitequark/interp_digit_var.txt (renamed from test/yarp/fixtures/whitequark/interp_digit_var.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ivar.txt (renamed from test/yarp/fixtures/whitequark/ivar.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ivasgn.txt (renamed from test/yarp/fixtures/whitequark/ivasgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/keyword_argument_omission.txt (renamed from test/yarp/fixtures/whitequark/keyword_argument_omission.txt)0
-rw-r--r--test/prism/fixtures/whitequark/kwarg.txt (renamed from test/yarp/fixtures/whitequark/kwarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/kwbegin_compstmt.txt (renamed from test/yarp/fixtures/whitequark/kwbegin_compstmt.txt)0
-rw-r--r--test/prism/fixtures/whitequark/kwnilarg.txt (renamed from test/yarp/fixtures/whitequark/kwnilarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/kwoptarg.txt (renamed from test/yarp/fixtures/whitequark/kwoptarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt (renamed from test/yarp/fixtures/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt)0
-rw-r--r--test/prism/fixtures/whitequark/kwrestarg_named.txt (renamed from test/yarp/fixtures/whitequark/kwrestarg_named.txt)0
-rw-r--r--test/prism/fixtures/whitequark/kwrestarg_unnamed.txt (renamed from test/yarp/fixtures/whitequark/kwrestarg_unnamed.txt)0
-rw-r--r--test/prism/fixtures/whitequark/lbrace_arg_after_command_args.txt (renamed from test/yarp/fixtures/whitequark/lbrace_arg_after_command_args.txt)0
-rw-r--r--test/prism/fixtures/whitequark/lparenarg_after_lvar__since_25.txt (renamed from test/yarp/fixtures/whitequark/lparenarg_after_lvar__since_25.txt)0
-rw-r--r--test/prism/fixtures/whitequark/lvar.txt (renamed from test/yarp/fixtures/whitequark/lvar.txt)0
-rw-r--r--test/prism/fixtures/whitequark/lvar_injecting_match.txt (renamed from test/yarp/fixtures/whitequark/lvar_injecting_match.txt)0
-rw-r--r--test/prism/fixtures/whitequark/lvasgn.txt (renamed from test/yarp/fixtures/whitequark/lvasgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/masgn.txt (renamed from test/yarp/fixtures/whitequark/masgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/masgn_attr.txt (renamed from test/yarp/fixtures/whitequark/masgn_attr.txt)0
-rw-r--r--test/prism/fixtures/whitequark/masgn_cmd.txt (renamed from test/yarp/fixtures/whitequark/masgn_cmd.txt)0
-rw-r--r--test/prism/fixtures/whitequark/masgn_const.txt (renamed from test/yarp/fixtures/whitequark/masgn_const.txt)0
-rw-r--r--test/prism/fixtures/whitequark/masgn_nested.txt (renamed from test/yarp/fixtures/whitequark/masgn_nested.txt)0
-rw-r--r--test/prism/fixtures/whitequark/masgn_splat.txt (renamed from test/yarp/fixtures/whitequark/masgn_splat.txt)0
-rw-r--r--test/prism/fixtures/whitequark/method_definition_in_while_cond.txt (renamed from test/yarp/fixtures/whitequark/method_definition_in_while_cond.txt)0
-rw-r--r--test/prism/fixtures/whitequark/module.txt (renamed from test/yarp/fixtures/whitequark/module.txt)0
-rw-r--r--test/prism/fixtures/whitequark/multiple_pattern_matches.txt (renamed from test/yarp/fixtures/whitequark/multiple_pattern_matches.txt)0
-rw-r--r--test/prism/fixtures/whitequark/newline_in_hash_argument.txt (renamed from test/yarp/fixtures/whitequark/newline_in_hash_argument.txt)0
-rw-r--r--test/prism/fixtures/whitequark/next.txt (renamed from test/yarp/fixtures/whitequark/next.txt)0
-rw-r--r--test/prism/fixtures/whitequark/next_block.txt (renamed from test/yarp/fixtures/whitequark/next_block.txt)0
-rw-r--r--test/prism/fixtures/whitequark/nil.txt (renamed from test/yarp/fixtures/whitequark/nil.txt)0
-rw-r--r--test/prism/fixtures/whitequark/nil_expression.txt (renamed from test/yarp/fixtures/whitequark/nil_expression.txt)0
-rw-r--r--test/prism/fixtures/whitequark/non_lvar_injecting_match.txt (renamed from test/yarp/fixtures/whitequark/non_lvar_injecting_match.txt)0
-rw-r--r--test/prism/fixtures/whitequark/not.txt (renamed from test/yarp/fixtures/whitequark/not.txt)0
-rw-r--r--test/prism/fixtures/whitequark/not_cmd.txt (renamed from test/yarp/fixtures/whitequark/not_cmd.txt)0
-rw-r--r--test/prism/fixtures/whitequark/not_masgn__24.txt (renamed from test/yarp/fixtures/whitequark/not_masgn__24.txt)0
-rw-r--r--test/prism/fixtures/whitequark/nth_ref.txt (renamed from test/yarp/fixtures/whitequark/nth_ref.txt)0
-rw-r--r--test/prism/fixtures/whitequark/numbered_args_after_27.txt (renamed from test/yarp/fixtures/whitequark/numbered_args_after_27.txt)0
-rw-r--r--test/prism/fixtures/whitequark/numparam_outside_block.txt (renamed from test/yarp/fixtures/whitequark/numparam_outside_block.txt)0
-rw-r--r--test/prism/fixtures/whitequark/op_asgn.txt (renamed from test/yarp/fixtures/whitequark/op_asgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/op_asgn_cmd.txt (renamed from test/yarp/fixtures/whitequark/op_asgn_cmd.txt)0
-rw-r--r--test/prism/fixtures/whitequark/op_asgn_index.txt (renamed from test/yarp/fixtures/whitequark/op_asgn_index.txt)0
-rw-r--r--test/prism/fixtures/whitequark/op_asgn_index_cmd.txt (renamed from test/yarp/fixtures/whitequark/op_asgn_index_cmd.txt)0
-rw-r--r--test/prism/fixtures/whitequark/optarg.txt (renamed from test/yarp/fixtures/whitequark/optarg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/or.txt (renamed from test/yarp/fixtures/whitequark/or.txt)0
-rw-r--r--test/prism/fixtures/whitequark/or_asgn.txt (renamed from test/yarp/fixtures/whitequark/or_asgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/parser_bug_272.txt (renamed from test/yarp/fixtures/whitequark/parser_bug_272.txt)0
-rw-r--r--test/prism/fixtures/whitequark/parser_bug_490.txt (renamed from test/yarp/fixtures/whitequark/parser_bug_490.txt)0
-rw-r--r--test/prism/fixtures/whitequark/parser_bug_507.txt (renamed from test/yarp/fixtures/whitequark/parser_bug_507.txt)0
-rw-r--r--test/prism/fixtures/whitequark/parser_bug_518.txt (renamed from test/yarp/fixtures/whitequark/parser_bug_518.txt)0
-rw-r--r--test/prism/fixtures/whitequark/parser_bug_525.txt (renamed from test/yarp/fixtures/whitequark/parser_bug_525.txt)0
-rw-r--r--test/prism/fixtures/whitequark/parser_bug_604.txt (renamed from test/yarp/fixtures/whitequark/parser_bug_604.txt)0
-rw-r--r--test/prism/fixtures/whitequark/parser_bug_640.txt (renamed from test/yarp/fixtures/whitequark/parser_bug_640.txt)0
-rw-r--r--test/prism/fixtures/whitequark/parser_bug_645.txt (renamed from test/yarp/fixtures/whitequark/parser_bug_645.txt)0
-rw-r--r--test/prism/fixtures/whitequark/parser_bug_830.txt (renamed from test/yarp/fixtures/whitequark/parser_bug_830.txt)0
-rw-r--r--test/prism/fixtures/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt (renamed from test/yarp/fixtures/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt)0
-rw-r--r--test/prism/fixtures/whitequark/parser_slash_slash_n_escaping_in_literals.txt (renamed from test/yarp/fixtures/whitequark/parser_slash_slash_n_escaping_in_literals.txt)0
-rw-r--r--test/prism/fixtures/whitequark/pattern_matching__FILE__LINE_literals.txt (renamed from test/yarp/fixtures/whitequark/pattern_matching__FILE__LINE_literals.txt)0
-rw-r--r--test/prism/fixtures/whitequark/pattern_matching_blank_else.txt (renamed from test/yarp/fixtures/whitequark/pattern_matching_blank_else.txt)0
-rw-r--r--test/prism/fixtures/whitequark/pattern_matching_else.txt (renamed from test/yarp/fixtures/whitequark/pattern_matching_else.txt)0
-rw-r--r--test/prism/fixtures/whitequark/pattern_matching_single_line.txt (renamed from test/yarp/fixtures/whitequark/pattern_matching_single_line.txt)0
-rw-r--r--test/prism/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt (renamed from test/yarp/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt)0
-rw-r--r--test/prism/fixtures/whitequark/postexe.txt (renamed from test/yarp/fixtures/whitequark/postexe.txt)0
-rw-r--r--test/prism/fixtures/whitequark/preexe.txt (renamed from test/yarp/fixtures/whitequark/preexe.txt)0
-rw-r--r--test/prism/fixtures/whitequark/procarg0.txt (renamed from test/yarp/fixtures/whitequark/procarg0.txt)0
-rw-r--r--test/prism/fixtures/whitequark/range_exclusive.txt (renamed from test/yarp/fixtures/whitequark/range_exclusive.txt)0
-rw-r--r--test/prism/fixtures/whitequark/range_inclusive.txt (renamed from test/yarp/fixtures/whitequark/range_inclusive.txt)0
-rw-r--r--test/prism/fixtures/whitequark/rational.txt (renamed from test/yarp/fixtures/whitequark/rational.txt)0
-rw-r--r--test/prism/fixtures/whitequark/redo.txt (renamed from test/yarp/fixtures/whitequark/redo.txt)0
-rw-r--r--test/prism/fixtures/whitequark/regex_interp.txt (renamed from test/yarp/fixtures/whitequark/regex_interp.txt)0
-rw-r--r--test/prism/fixtures/whitequark/regex_plain.txt (renamed from test/yarp/fixtures/whitequark/regex_plain.txt)0
-rw-r--r--test/prism/fixtures/whitequark/resbody_list.txt (renamed from test/yarp/fixtures/whitequark/resbody_list.txt)0
-rw-r--r--test/prism/fixtures/whitequark/resbody_list_mrhs.txt (renamed from test/yarp/fixtures/whitequark/resbody_list_mrhs.txt)0
-rw-r--r--test/prism/fixtures/whitequark/resbody_list_var.txt (renamed from test/yarp/fixtures/whitequark/resbody_list_var.txt)0
-rw-r--r--test/prism/fixtures/whitequark/resbody_var.txt (renamed from test/yarp/fixtures/whitequark/resbody_var.txt)0
-rw-r--r--test/prism/fixtures/whitequark/rescue.txt (renamed from test/yarp/fixtures/whitequark/rescue.txt)0
-rw-r--r--test/prism/fixtures/whitequark/rescue_else.txt (renamed from test/yarp/fixtures/whitequark/rescue_else.txt)0
-rw-r--r--test/prism/fixtures/whitequark/rescue_else_ensure.txt (renamed from test/yarp/fixtures/whitequark/rescue_else_ensure.txt)0
-rw-r--r--test/prism/fixtures/whitequark/rescue_ensure.txt (renamed from test/yarp/fixtures/whitequark/rescue_ensure.txt)0
-rw-r--r--test/prism/fixtures/whitequark/rescue_in_lambda_block.txt (renamed from test/yarp/fixtures/whitequark/rescue_in_lambda_block.txt)0
-rw-r--r--test/prism/fixtures/whitequark/rescue_mod.txt (renamed from test/yarp/fixtures/whitequark/rescue_mod.txt)0
-rw-r--r--test/prism/fixtures/whitequark/rescue_mod_asgn.txt (renamed from test/yarp/fixtures/whitequark/rescue_mod_asgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/rescue_mod_masgn.txt (renamed from test/yarp/fixtures/whitequark/rescue_mod_masgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/rescue_mod_op_assign.txt (renamed from test/yarp/fixtures/whitequark/rescue_mod_op_assign.txt)0
-rw-r--r--test/prism/fixtures/whitequark/rescue_without_begin_end.txt (renamed from test/yarp/fixtures/whitequark/rescue_without_begin_end.txt)0
-rw-r--r--test/prism/fixtures/whitequark/restarg_named.txt (renamed from test/yarp/fixtures/whitequark/restarg_named.txt)0
-rw-r--r--test/prism/fixtures/whitequark/restarg_unnamed.txt (renamed from test/yarp/fixtures/whitequark/restarg_unnamed.txt)0
-rw-r--r--test/prism/fixtures/whitequark/retry.txt (renamed from test/yarp/fixtures/whitequark/retry.txt)0
-rw-r--r--test/prism/fixtures/whitequark/return.txt (renamed from test/yarp/fixtures/whitequark/return.txt)0
-rw-r--r--test/prism/fixtures/whitequark/return_block.txt (renamed from test/yarp/fixtures/whitequark/return_block.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_10279.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_10279.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_10653.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_10653.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_11107.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_11107.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_11380.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_11380.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_11873.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_11873.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_11873_a.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_11873_a.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_11873_b.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_11873_b.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_11989.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_11989.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_11990.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_11990.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_12073.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_12073.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_12402.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_12402.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_12669.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_12669.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_12686.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_12686.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_13547.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_13547.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_14690.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_14690.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_15789.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_15789.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ruby_bug_9669.txt (renamed from test/yarp/fixtures/whitequark/ruby_bug_9669.txt)0
-rw-r--r--test/prism/fixtures/whitequark/sclass.txt (renamed from test/yarp/fixtures/whitequark/sclass.txt)0
-rw-r--r--test/prism/fixtures/whitequark/self.txt (renamed from test/yarp/fixtures/whitequark/self.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_attr_asgn.txt (renamed from test/yarp/fixtures/whitequark/send_attr_asgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_attr_asgn_conditional.txt (renamed from test/yarp/fixtures/whitequark/send_attr_asgn_conditional.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_binary_op.txt (renamed from test/yarp/fixtures/whitequark/send_binary_op.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_block_chain_cmd.txt (renamed from test/yarp/fixtures/whitequark/send_block_chain_cmd.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_block_conditional.txt (renamed from test/yarp/fixtures/whitequark/send_block_conditional.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_call.txt (renamed from test/yarp/fixtures/whitequark/send_call.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_conditional.txt (renamed from test/yarp/fixtures/whitequark/send_conditional.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_index.txt (renamed from test/yarp/fixtures/whitequark/send_index.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_index_asgn.txt (renamed from test/yarp/fixtures/whitequark/send_index_asgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_index_asgn_legacy.txt (renamed from test/yarp/fixtures/whitequark/send_index_asgn_legacy.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_index_cmd.txt (renamed from test/yarp/fixtures/whitequark/send_index_cmd.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_index_legacy.txt (renamed from test/yarp/fixtures/whitequark/send_index_legacy.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_lambda.txt (renamed from test/yarp/fixtures/whitequark/send_lambda.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_lambda_args.txt (renamed from test/yarp/fixtures/whitequark/send_lambda_args.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_lambda_args_noparen.txt (renamed from test/yarp/fixtures/whitequark/send_lambda_args_noparen.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_lambda_args_shadow.txt (renamed from test/yarp/fixtures/whitequark/send_lambda_args_shadow.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_lambda_legacy.txt (renamed from test/yarp/fixtures/whitequark/send_lambda_legacy.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_op_asgn_conditional.txt (renamed from test/yarp/fixtures/whitequark/send_op_asgn_conditional.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_plain.txt (renamed from test/yarp/fixtures/whitequark/send_plain.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_plain_cmd.txt (renamed from test/yarp/fixtures/whitequark/send_plain_cmd.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_self.txt (renamed from test/yarp/fixtures/whitequark/send_self.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_self_block.txt (renamed from test/yarp/fixtures/whitequark/send_self_block.txt)0
-rw-r--r--test/prism/fixtures/whitequark/send_unary_op.txt (renamed from test/yarp/fixtures/whitequark/send_unary_op.txt)0
-rw-r--r--test/prism/fixtures/whitequark/slash_newline_in_heredocs.txt (renamed from test/yarp/fixtures/whitequark/slash_newline_in_heredocs.txt)0
-rw-r--r--test/prism/fixtures/whitequark/space_args_arg.txt (renamed from test/yarp/fixtures/whitequark/space_args_arg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/space_args_arg_block.txt (renamed from test/yarp/fixtures/whitequark/space_args_arg_block.txt)0
-rw-r--r--test/prism/fixtures/whitequark/space_args_arg_call.txt (renamed from test/yarp/fixtures/whitequark/space_args_arg_call.txt)0
-rw-r--r--test/prism/fixtures/whitequark/space_args_arg_newline.txt (renamed from test/yarp/fixtures/whitequark/space_args_arg_newline.txt)0
-rw-r--r--test/prism/fixtures/whitequark/space_args_block.txt (renamed from test/yarp/fixtures/whitequark/space_args_block.txt)0
-rw-r--r--test/prism/fixtures/whitequark/space_args_cmd.txt (renamed from test/yarp/fixtures/whitequark/space_args_cmd.txt)0
-rw-r--r--test/prism/fixtures/whitequark/string___FILE__.txt (renamed from test/yarp/fixtures/whitequark/string___FILE__.txt)0
-rw-r--r--test/prism/fixtures/whitequark/string_concat.txt (renamed from test/yarp/fixtures/whitequark/string_concat.txt)0
-rw-r--r--test/prism/fixtures/whitequark/string_dvar.txt (renamed from test/yarp/fixtures/whitequark/string_dvar.txt)0
-rw-r--r--test/prism/fixtures/whitequark/string_interp.txt (renamed from test/yarp/fixtures/whitequark/string_interp.txt)0
-rw-r--r--test/prism/fixtures/whitequark/string_plain.txt (renamed from test/yarp/fixtures/whitequark/string_plain.txt)0
-rw-r--r--test/prism/fixtures/whitequark/super.txt (renamed from test/yarp/fixtures/whitequark/super.txt)0
-rw-r--r--test/prism/fixtures/whitequark/super_block.txt (renamed from test/yarp/fixtures/whitequark/super_block.txt)0
-rw-r--r--test/prism/fixtures/whitequark/symbol_interp.txt (renamed from test/yarp/fixtures/whitequark/symbol_interp.txt)0
-rw-r--r--test/prism/fixtures/whitequark/symbol_plain.txt (renamed from test/yarp/fixtures/whitequark/symbol_plain.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ternary.txt (renamed from test/yarp/fixtures/whitequark/ternary.txt)0
-rw-r--r--test/prism/fixtures/whitequark/ternary_ambiguous_symbol.txt (renamed from test/yarp/fixtures/whitequark/ternary_ambiguous_symbol.txt)0
-rw-r--r--test/prism/fixtures/whitequark/trailing_forward_arg.txt (renamed from test/yarp/fixtures/whitequark/trailing_forward_arg.txt)0
-rw-r--r--test/prism/fixtures/whitequark/true.txt (renamed from test/yarp/fixtures/whitequark/true.txt)0
-rw-r--r--test/prism/fixtures/whitequark/unary_num_pow_precedence.txt (renamed from test/yarp/fixtures/whitequark/unary_num_pow_precedence.txt)0
-rw-r--r--test/prism/fixtures/whitequark/undef.txt (renamed from test/yarp/fixtures/whitequark/undef.txt)0
-rw-r--r--test/prism/fixtures/whitequark/unless.txt (renamed from test/yarp/fixtures/whitequark/unless.txt)0
-rw-r--r--test/prism/fixtures/whitequark/unless_else.txt (renamed from test/yarp/fixtures/whitequark/unless_else.txt)0
-rw-r--r--test/prism/fixtures/whitequark/unless_mod.txt (renamed from test/yarp/fixtures/whitequark/unless_mod.txt)0
-rw-r--r--test/prism/fixtures/whitequark/until.txt (renamed from test/yarp/fixtures/whitequark/until.txt)0
-rw-r--r--test/prism/fixtures/whitequark/until_mod.txt (renamed from test/yarp/fixtures/whitequark/until_mod.txt)0
-rw-r--r--test/prism/fixtures/whitequark/until_post.txt (renamed from test/yarp/fixtures/whitequark/until_post.txt)0
-rw-r--r--test/prism/fixtures/whitequark/var_and_asgn.txt (renamed from test/yarp/fixtures/whitequark/var_and_asgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/var_op_asgn.txt (renamed from test/yarp/fixtures/whitequark/var_op_asgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/var_op_asgn_cmd.txt (renamed from test/yarp/fixtures/whitequark/var_op_asgn_cmd.txt)0
-rw-r--r--test/prism/fixtures/whitequark/var_or_asgn.txt (renamed from test/yarp/fixtures/whitequark/var_or_asgn.txt)0
-rw-r--r--test/prism/fixtures/whitequark/when_multi.txt (renamed from test/yarp/fixtures/whitequark/when_multi.txt)0
-rw-r--r--test/prism/fixtures/whitequark/when_splat.txt (renamed from test/yarp/fixtures/whitequark/when_splat.txt)0
-rw-r--r--test/prism/fixtures/whitequark/when_then.txt (renamed from test/yarp/fixtures/whitequark/when_then.txt)0
-rw-r--r--test/prism/fixtures/whitequark/while.txt (renamed from test/yarp/fixtures/whitequark/while.txt)0
-rw-r--r--test/prism/fixtures/whitequark/while_mod.txt (renamed from test/yarp/fixtures/whitequark/while_mod.txt)0
-rw-r--r--test/prism/fixtures/whitequark/while_post.txt (renamed from test/yarp/fixtures/whitequark/while_post.txt)0
-rw-r--r--test/prism/fixtures/whitequark/xstring_interp.txt (renamed from test/yarp/fixtures/whitequark/xstring_interp.txt)0
-rw-r--r--test/prism/fixtures/whitequark/xstring_plain.txt (renamed from test/yarp/fixtures/whitequark/xstring_plain.txt)0
-rw-r--r--test/prism/fixtures/whitequark/yield.txt (renamed from test/yarp/fixtures/whitequark/yield.txt)0
-rw-r--r--test/prism/fixtures/whitequark/zsuper.txt (renamed from test/yarp/fixtures/whitequark/zsuper.txt)0
-rw-r--r--test/prism/fixtures/xstring.txt (renamed from test/yarp/fixtures/xstring.txt)0
-rw-r--r--test/prism/fixtures/yield.txt (renamed from test/yarp/fixtures/yield.txt)0
-rw-r--r--test/prism/fuzzer_test.rb (renamed from test/yarp/fuzzer_test.rb)0
-rw-r--r--test/prism/heredoc_dedent_test.rb (renamed from test/yarp/heredoc_dedent_test.rb)0
-rw-r--r--test/prism/iseq_test.rb (renamed from test/yarp/iseq_test.rb)0
-rw-r--r--test/prism/library_symbols_test.rb (renamed from test/yarp/library_symbols_test.rb)0
-rw-r--r--test/prism/locals_test.rb (renamed from test/yarp/locals_test.rb)0
-rw-r--r--test/prism/location_test.rb (renamed from test/yarp/location_test.rb)0
-rw-r--r--test/prism/memsize_test.rb (renamed from test/yarp/memsize_test.rb)0
-rw-r--r--test/prism/newline_test.rb (renamed from test/yarp/newline_test.rb)0
-rw-r--r--test/prism/parse_serialize_test.rb (renamed from test/yarp/parse_serialize_test.rb)0
-rw-r--r--test/prism/parse_test.rb (renamed from test/yarp/parse_test.rb)0
-rw-r--r--test/prism/pattern_test.rb (renamed from test/yarp/pattern_test.rb)0
-rw-r--r--test/prism/regexp_test.rb (renamed from test/yarp/regexp_test.rb)0
-rw-r--r--test/prism/ripper_compat_test.rb (renamed from test/yarp/ripper_compat_test.rb)0
-rw-r--r--test/prism/ruby_api_test.rb (renamed from test/yarp/ruby_api_test.rb)0
-rw-r--r--test/prism/snapshots/alias.txt (renamed from test/yarp/snapshots/alias.txt)0
-rw-r--r--test/prism/snapshots/arithmetic.txt (renamed from test/yarp/snapshots/arithmetic.txt)0
-rw-r--r--test/prism/snapshots/arrays.txt (renamed from test/yarp/snapshots/arrays.txt)0
-rw-r--r--test/prism/snapshots/begin_ensure.txt (renamed from test/yarp/snapshots/begin_ensure.txt)0
-rw-r--r--test/prism/snapshots/begin_rescue.txt (renamed from test/yarp/snapshots/begin_rescue.txt)0
-rw-r--r--test/prism/snapshots/blocks.txt (renamed from test/yarp/snapshots/blocks.txt)0
-rw-r--r--test/prism/snapshots/boolean_operators.txt (renamed from test/yarp/snapshots/boolean_operators.txt)0
-rw-r--r--test/prism/snapshots/booleans.txt (renamed from test/yarp/snapshots/booleans.txt)0
-rw-r--r--test/prism/snapshots/break.txt (renamed from test/yarp/snapshots/break.txt)0
-rw-r--r--test/prism/snapshots/case.txt (renamed from test/yarp/snapshots/case.txt)0
-rw-r--r--test/prism/snapshots/classes.txt (renamed from test/yarp/snapshots/classes.txt)0
-rw-r--r--test/prism/snapshots/comments.txt (renamed from test/yarp/snapshots/comments.txt)0
-rw-r--r--test/prism/snapshots/constants.txt (renamed from test/yarp/snapshots/constants.txt)0
-rw-r--r--test/prism/snapshots/dash_heredocs.txt (renamed from test/yarp/snapshots/dash_heredocs.txt)0
-rw-r--r--test/prism/snapshots/defined.txt (renamed from test/yarp/snapshots/defined.txt)0
-rw-r--r--test/prism/snapshots/dos_endings.txt (renamed from test/yarp/snapshots/dos_endings.txt)0
-rw-r--r--test/prism/snapshots/embdoc_no_newline_at_end.txt (renamed from test/yarp/snapshots/embdoc_no_newline_at_end.txt)0
-rw-r--r--test/prism/snapshots/endless_methods.txt (renamed from test/yarp/snapshots/endless_methods.txt)0
-rw-r--r--test/prism/snapshots/endless_range_in_conditional.txt (renamed from test/yarp/snapshots/endless_range_in_conditional.txt)0
-rw-r--r--test/prism/snapshots/for.txt (renamed from test/yarp/snapshots/for.txt)0
-rw-r--r--test/prism/snapshots/global_variables.txt (renamed from test/yarp/snapshots/global_variables.txt)0
-rw-r--r--test/prism/snapshots/hashes.txt (renamed from test/yarp/snapshots/hashes.txt)0
-rw-r--r--test/prism/snapshots/heredoc_with_escaped_newline_at_start.txt (renamed from test/yarp/snapshots/heredoc_with_escaped_newline_at_start.txt)0
-rw-r--r--test/prism/snapshots/heredoc_with_trailing_newline.txt (renamed from test/yarp/snapshots/heredoc_with_trailing_newline.txt)0
-rw-r--r--test/prism/snapshots/heredocs_nested.txt (renamed from test/yarp/snapshots/heredocs_nested.txt)0
-rw-r--r--test/prism/snapshots/heredocs_with_ignored_newlines.txt (renamed from test/yarp/snapshots/heredocs_with_ignored_newlines.txt)0
-rw-r--r--test/prism/snapshots/heredocs_with_ignored_newlines_and_non_empty.txt (renamed from test/yarp/snapshots/heredocs_with_ignored_newlines_and_non_empty.txt)0
-rw-r--r--test/prism/snapshots/if.txt (renamed from test/yarp/snapshots/if.txt)0
-rw-r--r--test/prism/snapshots/indented_file_end.txt (renamed from test/yarp/snapshots/indented_file_end.txt)0
-rw-r--r--test/prism/snapshots/integer_operations.txt (renamed from test/yarp/snapshots/integer_operations.txt)0
-rw-r--r--test/prism/snapshots/keyword_method_names.txt (renamed from test/yarp/snapshots/keyword_method_names.txt)0
-rw-r--r--test/prism/snapshots/keywords.txt (renamed from test/yarp/snapshots/keywords.txt)0
-rw-r--r--test/prism/snapshots/lambda.txt (renamed from test/yarp/snapshots/lambda.txt)0
-rw-r--r--test/prism/snapshots/method_calls.txt (renamed from test/yarp/snapshots/method_calls.txt)0
-rw-r--r--test/prism/snapshots/methods.txt (renamed from test/yarp/snapshots/methods.txt)0
-rw-r--r--test/prism/snapshots/modules.txt (renamed from test/yarp/snapshots/modules.txt)0
-rw-r--r--test/prism/snapshots/newline_terminated.txt (renamed from test/yarp/snapshots/newline_terminated.txt)0
-rw-r--r--test/prism/snapshots/next.txt (renamed from test/yarp/snapshots/next.txt)0
-rw-r--r--test/prism/snapshots/nils.txt (renamed from test/yarp/snapshots/nils.txt)0
-rw-r--r--test/prism/snapshots/non_alphanumeric_methods.txt (renamed from test/yarp/snapshots/non_alphanumeric_methods.txt)0
-rw-r--r--test/prism/snapshots/not.txt (renamed from test/yarp/snapshots/not.txt)0
-rw-r--r--test/prism/snapshots/numbers.txt (renamed from test/yarp/snapshots/numbers.txt)0
-rw-r--r--test/prism/snapshots/patterns.txt (renamed from test/yarp/snapshots/patterns.txt)0
-rw-r--r--test/prism/snapshots/procs.txt (renamed from test/yarp/snapshots/procs.txt)0
-rw-r--r--test/prism/snapshots/range_begin_open_exclusive.txt (renamed from test/yarp/snapshots/range_begin_open_exclusive.txt)0
-rw-r--r--test/prism/snapshots/range_begin_open_inclusive.txt (renamed from test/yarp/snapshots/range_begin_open_inclusive.txt)0
-rw-r--r--test/prism/snapshots/range_end_open_exclusive.txt (renamed from test/yarp/snapshots/range_end_open_exclusive.txt)0
-rw-r--r--test/prism/snapshots/range_end_open_inclusive.txt (renamed from test/yarp/snapshots/range_end_open_inclusive.txt)0
-rw-r--r--test/prism/snapshots/ranges.txt (renamed from test/yarp/snapshots/ranges.txt)0
-rw-r--r--test/prism/snapshots/regex.txt (renamed from test/yarp/snapshots/regex.txt)0
-rw-r--r--test/prism/snapshots/rescue.txt (renamed from test/yarp/snapshots/rescue.txt)0
-rw-r--r--test/prism/snapshots/return.txt (renamed from test/yarp/snapshots/return.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/BEGIN.txt (renamed from test/yarp/snapshots/seattlerb/BEGIN.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/TestRubyParserShared.txt (renamed from test/yarp/snapshots/seattlerb/TestRubyParserShared.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/__ENCODING__.txt (renamed from test/yarp/snapshots/seattlerb/__ENCODING__.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/alias_gvar_backref.txt (renamed from test/yarp/snapshots/seattlerb/alias_gvar_backref.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/alias_resword.txt (renamed from test/yarp/snapshots/seattlerb/alias_resword.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/and_multi.txt (renamed from test/yarp/snapshots/seattlerb/and_multi.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/aref_args_assocs.txt (renamed from test/yarp/snapshots/seattlerb/aref_args_assocs.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/aref_args_lit_assocs.txt (renamed from test/yarp/snapshots/seattlerb/aref_args_lit_assocs.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/args_kw_block.txt (renamed from test/yarp/snapshots/seattlerb/args_kw_block.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/array_line_breaks.txt (renamed from test/yarp/snapshots/seattlerb/array_line_breaks.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/array_lits_trailing_calls.txt (renamed from test/yarp/snapshots/seattlerb/array_lits_trailing_calls.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/assoc__bare.txt (renamed from test/yarp/snapshots/seattlerb/assoc__bare.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/assoc_label.txt (renamed from test/yarp/snapshots/seattlerb/assoc_label.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/attr_asgn_colon_id.txt (renamed from test/yarp/snapshots/seattlerb/attr_asgn_colon_id.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/attrasgn_array_arg.txt (renamed from test/yarp/snapshots/seattlerb/attrasgn_array_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/attrasgn_array_lhs.txt (renamed from test/yarp/snapshots/seattlerb/attrasgn_array_lhs.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/attrasgn_primary_dot_constant.txt (renamed from test/yarp/snapshots/seattlerb/attrasgn_primary_dot_constant.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/backticks_interpolation_line.txt (renamed from test/yarp/snapshots/seattlerb/backticks_interpolation_line.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bang_eq.txt (renamed from test/yarp/snapshots/seattlerb/bang_eq.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bdot2.txt (renamed from test/yarp/snapshots/seattlerb/bdot2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bdot3.txt (renamed from test/yarp/snapshots/seattlerb/bdot3.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/begin_ensure_no_bodies.txt (renamed from test/yarp/snapshots/seattlerb/begin_ensure_no_bodies.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/begin_rescue_else_ensure_bodies.txt (renamed from test/yarp/snapshots/seattlerb/begin_rescue_else_ensure_bodies.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/begin_rescue_else_ensure_no_bodies.txt (renamed from test/yarp/snapshots/seattlerb/begin_rescue_else_ensure_no_bodies.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/begin_rescue_ensure_no_bodies.txt (renamed from test/yarp/snapshots/seattlerb/begin_rescue_ensure_no_bodies.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_arg__bare.txt (renamed from test/yarp/snapshots/seattlerb/block_arg__bare.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_arg_kwsplat.txt (renamed from test/yarp/snapshots/seattlerb/block_arg_kwsplat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_arg_opt_arg_block.txt (renamed from test/yarp/snapshots/seattlerb/block_arg_opt_arg_block.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_arg_opt_splat.txt (renamed from test/yarp/snapshots/seattlerb/block_arg_opt_splat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_arg_opt_splat_arg_block_omfg.txt (renamed from test/yarp/snapshots/seattlerb/block_arg_opt_splat_arg_block_omfg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_arg_optional.txt (renamed from test/yarp/snapshots/seattlerb/block_arg_optional.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_arg_scope.txt (renamed from test/yarp/snapshots/seattlerb/block_arg_scope.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_arg_scope2.txt (renamed from test/yarp/snapshots/seattlerb/block_arg_scope2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_arg_splat_arg.txt (renamed from test/yarp/snapshots/seattlerb/block_arg_splat_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_args_kwargs.txt (renamed from test/yarp/snapshots/seattlerb/block_args_kwargs.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_args_no_kwargs.txt (renamed from test/yarp/snapshots/seattlerb/block_args_no_kwargs.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_args_opt1.txt (renamed from test/yarp/snapshots/seattlerb/block_args_opt1.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_args_opt2.txt (renamed from test/yarp/snapshots/seattlerb/block_args_opt2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_args_opt2_2.txt (renamed from test/yarp/snapshots/seattlerb/block_args_opt2_2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_args_opt3.txt (renamed from test/yarp/snapshots/seattlerb/block_args_opt3.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_break.txt (renamed from test/yarp/snapshots/seattlerb/block_break.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_call_defn_call_block_call.txt (renamed from test/yarp/snapshots/seattlerb/block_call_defn_call_block_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_call_dot_op2_brace_block.txt (renamed from test/yarp/snapshots/seattlerb/block_call_dot_op2_brace_block.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_call_dot_op2_cmd_args_do_block.txt (renamed from test/yarp/snapshots/seattlerb/block_call_dot_op2_cmd_args_do_block.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_call_operation_colon.txt (renamed from test/yarp/snapshots/seattlerb/block_call_operation_colon.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_call_operation_dot.txt (renamed from test/yarp/snapshots/seattlerb/block_call_operation_dot.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_call_paren_call_block_call.txt (renamed from test/yarp/snapshots/seattlerb/block_call_paren_call_block_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_command_operation_colon.txt (renamed from test/yarp/snapshots/seattlerb/block_command_operation_colon.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_command_operation_dot.txt (renamed from test/yarp/snapshots/seattlerb/block_command_operation_dot.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_decomp_anon_splat_arg.txt (renamed from test/yarp/snapshots/seattlerb/block_decomp_anon_splat_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_decomp_arg_splat.txt (renamed from test/yarp/snapshots/seattlerb/block_decomp_arg_splat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_decomp_arg_splat_arg.txt (renamed from test/yarp/snapshots/seattlerb/block_decomp_arg_splat_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_decomp_splat.txt (renamed from test/yarp/snapshots/seattlerb/block_decomp_splat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_kw.txt (renamed from test/yarp/snapshots/seattlerb/block_kw.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_kw__required.txt (renamed from test/yarp/snapshots/seattlerb/block_kw__required.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_kwarg_lvar.txt (renamed from test/yarp/snapshots/seattlerb/block_kwarg_lvar.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_kwarg_lvar_multiple.txt (renamed from test/yarp/snapshots/seattlerb/block_kwarg_lvar_multiple.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_next.txt (renamed from test/yarp/snapshots/seattlerb/block_next.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_opt_arg.txt (renamed from test/yarp/snapshots/seattlerb/block_opt_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_opt_splat.txt (renamed from test/yarp/snapshots/seattlerb/block_opt_splat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_opt_splat_arg_block_omfg.txt (renamed from test/yarp/snapshots/seattlerb/block_opt_splat_arg_block_omfg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_optarg.txt (renamed from test/yarp/snapshots/seattlerb/block_optarg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_paren_splat.txt (renamed from test/yarp/snapshots/seattlerb/block_paren_splat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_reg_optarg.txt (renamed from test/yarp/snapshots/seattlerb/block_reg_optarg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_return.txt (renamed from test/yarp/snapshots/seattlerb/block_return.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_scope.txt (renamed from test/yarp/snapshots/seattlerb/block_scope.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/block_splat_reg.txt (renamed from test/yarp/snapshots/seattlerb/block_splat_reg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug169.txt (renamed from test/yarp/snapshots/seattlerb/bug169.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug179.txt (renamed from test/yarp/snapshots/seattlerb/bug179.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug190.txt (renamed from test/yarp/snapshots/seattlerb/bug190.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug191.txt (renamed from test/yarp/snapshots/seattlerb/bug191.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug202.txt (renamed from test/yarp/snapshots/seattlerb/bug202.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug236.txt (renamed from test/yarp/snapshots/seattlerb/bug236.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug290.txt (renamed from test/yarp/snapshots/seattlerb/bug290.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_187.txt (renamed from test/yarp/snapshots/seattlerb/bug_187.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_215.txt (renamed from test/yarp/snapshots/seattlerb/bug_215.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_249.txt (renamed from test/yarp/snapshots/seattlerb/bug_249.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_and.txt (renamed from test/yarp/snapshots/seattlerb/bug_and.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_args__19.txt (renamed from test/yarp/snapshots/seattlerb/bug_args__19.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_args_masgn.txt (renamed from test/yarp/snapshots/seattlerb/bug_args_masgn.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_args_masgn2.txt (renamed from test/yarp/snapshots/seattlerb/bug_args_masgn2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_args_masgn_outer_parens__19.txt (renamed from test/yarp/snapshots/seattlerb/bug_args_masgn_outer_parens__19.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt (renamed from test/yarp/snapshots/seattlerb/bug_call_arglist_parens.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_case_when_regexp.txt (renamed from test/yarp/snapshots/seattlerb/bug_case_when_regexp.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_comma.txt (renamed from test/yarp/snapshots/seattlerb/bug_comma.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_cond_pct.txt (renamed from test/yarp/snapshots/seattlerb/bug_cond_pct.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_hash_args.txt (renamed from test/yarp/snapshots/seattlerb/bug_hash_args.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_hash_args_trailing_comma.txt (renamed from test/yarp/snapshots/seattlerb/bug_hash_args_trailing_comma.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_hash_interp_array.txt (renamed from test/yarp/snapshots/seattlerb/bug_hash_interp_array.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_masgn_right.txt (renamed from test/yarp/snapshots/seattlerb/bug_masgn_right.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_not_parens.txt (renamed from test/yarp/snapshots/seattlerb/bug_not_parens.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/bug_op_asgn_rescue.txt (renamed from test/yarp/snapshots/seattlerb/bug_op_asgn_rescue.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_and.txt (renamed from test/yarp/snapshots/seattlerb/call_and.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_arg_assoc.txt (renamed from test/yarp/snapshots/seattlerb/call_arg_assoc.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_arg_assoc_kwsplat.txt (renamed from test/yarp/snapshots/seattlerb/call_arg_assoc_kwsplat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_arg_kwsplat.txt (renamed from test/yarp/snapshots/seattlerb/call_arg_kwsplat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_args_assoc_quoted.txt (renamed from test/yarp/snapshots/seattlerb/call_args_assoc_quoted.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_args_assoc_trailing_comma.txt (renamed from test/yarp/snapshots/seattlerb/call_args_assoc_trailing_comma.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_args_command.txt (renamed from test/yarp/snapshots/seattlerb/call_args_command.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_array_arg.txt (renamed from test/yarp/snapshots/seattlerb/call_array_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_array_block_call.txt (renamed from test/yarp/snapshots/seattlerb/call_array_block_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_array_lambda_block_call.txt (renamed from test/yarp/snapshots/seattlerb/call_array_lambda_block_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_array_lit_inline_hash.txt (renamed from test/yarp/snapshots/seattlerb/call_array_lit_inline_hash.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_assoc.txt (renamed from test/yarp/snapshots/seattlerb/call_assoc.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_assoc_new.txt (renamed from test/yarp/snapshots/seattlerb/call_assoc_new.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_assoc_new_if_multiline.txt (renamed from test/yarp/snapshots/seattlerb/call_assoc_new_if_multiline.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_assoc_trailing_comma.txt (renamed from test/yarp/snapshots/seattlerb/call_assoc_trailing_comma.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_bang_command_call.txt (renamed from test/yarp/snapshots/seattlerb/call_bang_command_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_bang_squiggle.txt (renamed from test/yarp/snapshots/seattlerb/call_bang_squiggle.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_begin_call_block_call.txt (renamed from test/yarp/snapshots/seattlerb/call_begin_call_block_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_block_arg_named.txt (renamed from test/yarp/snapshots/seattlerb/call_block_arg_named.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_carat.txt (renamed from test/yarp/snapshots/seattlerb/call_carat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_colon2.txt (renamed from test/yarp/snapshots/seattlerb/call_colon2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_colon_parens.txt (renamed from test/yarp/snapshots/seattlerb/call_colon_parens.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_div.txt (renamed from test/yarp/snapshots/seattlerb/call_div.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_dot_parens.txt (renamed from test/yarp/snapshots/seattlerb/call_dot_parens.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_env.txt (renamed from test/yarp/snapshots/seattlerb/call_env.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_eq3.txt (renamed from test/yarp/snapshots/seattlerb/call_eq3.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_gt.txt (renamed from test/yarp/snapshots/seattlerb/call_gt.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_kwsplat.txt (renamed from test/yarp/snapshots/seattlerb/call_kwsplat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_leading_dots.txt (renamed from test/yarp/snapshots/seattlerb/call_leading_dots.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_leading_dots_comment.txt (renamed from test/yarp/snapshots/seattlerb/call_leading_dots_comment.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_lt.txt (renamed from test/yarp/snapshots/seattlerb/call_lt.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_lte.txt (renamed from test/yarp/snapshots/seattlerb/call_lte.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_not.txt (renamed from test/yarp/snapshots/seattlerb/call_not.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_pipe.txt (renamed from test/yarp/snapshots/seattlerb/call_pipe.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_rshift.txt (renamed from test/yarp/snapshots/seattlerb/call_rshift.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_self_brackets.txt (renamed from test/yarp/snapshots/seattlerb/call_self_brackets.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_spaceship.txt (renamed from test/yarp/snapshots/seattlerb/call_spaceship.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_stabby_do_end_with_block.txt (renamed from test/yarp/snapshots/seattlerb/call_stabby_do_end_with_block.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_stabby_with_braces_block.txt (renamed from test/yarp/snapshots/seattlerb/call_stabby_with_braces_block.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_star.txt (renamed from test/yarp/snapshots/seattlerb/call_star.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_star2.txt (renamed from test/yarp/snapshots/seattlerb/call_star2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_trailing_comma.txt (renamed from test/yarp/snapshots/seattlerb/call_trailing_comma.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_trailing_dots.txt (renamed from test/yarp/snapshots/seattlerb/call_trailing_dots.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/call_unary_bang.txt (renamed from test/yarp/snapshots/seattlerb/call_unary_bang.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in.txt (renamed from test/yarp/snapshots/seattlerb/case_in.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_31.txt (renamed from test/yarp/snapshots/seattlerb/case_in_31.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_37.txt (renamed from test/yarp/snapshots/seattlerb/case_in_37.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_42.txt (renamed from test/yarp/snapshots/seattlerb/case_in_42.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_42_2.txt (renamed from test/yarp/snapshots/seattlerb/case_in_42_2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_47.txt (renamed from test/yarp/snapshots/seattlerb/case_in_47.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_67.txt (renamed from test/yarp/snapshots/seattlerb/case_in_67.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_86.txt (renamed from test/yarp/snapshots/seattlerb/case_in_86.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_86_2.txt (renamed from test/yarp/snapshots/seattlerb/case_in_86_2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_array_pat_const.txt (renamed from test/yarp/snapshots/seattlerb/case_in_array_pat_const.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_array_pat_const2.txt (renamed from test/yarp/snapshots/seattlerb/case_in_array_pat_const2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_array_pat_paren_assign.txt (renamed from test/yarp/snapshots/seattlerb/case_in_array_pat_paren_assign.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_const.txt (renamed from test/yarp/snapshots/seattlerb/case_in_const.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_else.txt (renamed from test/yarp/snapshots/seattlerb/case_in_else.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_find.txt (renamed from test/yarp/snapshots/seattlerb/case_in_find.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_find_array.txt (renamed from test/yarp/snapshots/seattlerb/case_in_find_array.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_hash_pat.txt (renamed from test/yarp/snapshots/seattlerb/case_in_hash_pat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_hash_pat_assign.txt (renamed from test/yarp/snapshots/seattlerb/case_in_hash_pat_assign.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_hash_pat_paren_assign.txt (renamed from test/yarp/snapshots/seattlerb/case_in_hash_pat_paren_assign.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_hash_pat_paren_true.txt (renamed from test/yarp/snapshots/seattlerb/case_in_hash_pat_paren_true.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_hash_pat_rest.txt (renamed from test/yarp/snapshots/seattlerb/case_in_hash_pat_rest.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_hash_pat_rest_solo.txt (renamed from test/yarp/snapshots/seattlerb/case_in_hash_pat_rest_solo.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_if_unless_post_mod.txt (renamed from test/yarp/snapshots/seattlerb/case_in_if_unless_post_mod.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_multiple.txt (renamed from test/yarp/snapshots/seattlerb/case_in_multiple.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/case_in_or.txt (renamed from test/yarp/snapshots/seattlerb/case_in_or.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/class_comments.txt (renamed from test/yarp/snapshots/seattlerb/class_comments.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/cond_unary_minus.txt (renamed from test/yarp/snapshots/seattlerb/cond_unary_minus.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/const_2_op_asgn_or2.txt (renamed from test/yarp/snapshots/seattlerb/const_2_op_asgn_or2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/const_3_op_asgn_or.txt (renamed from test/yarp/snapshots/seattlerb/const_3_op_asgn_or.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/const_op_asgn_and1.txt (renamed from test/yarp/snapshots/seattlerb/const_op_asgn_and1.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/const_op_asgn_and2.txt (renamed from test/yarp/snapshots/seattlerb/const_op_asgn_and2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/const_op_asgn_or.txt (renamed from test/yarp/snapshots/seattlerb/const_op_asgn_or.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/dasgn_icky2.txt (renamed from test/yarp/snapshots/seattlerb/dasgn_icky2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defined_eh_parens.txt (renamed from test/yarp/snapshots/seattlerb/defined_eh_parens.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_arg_asplat_arg.txt (renamed from test/yarp/snapshots/seattlerb/defn_arg_asplat_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_arg_forward_args.txt (renamed from test/yarp/snapshots/seattlerb/defn_arg_forward_args.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_args_forward_args.txt (renamed from test/yarp/snapshots/seattlerb/defn_args_forward_args.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_comments.txt (renamed from test/yarp/snapshots/seattlerb/defn_comments.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_endless_command.txt (renamed from test/yarp/snapshots/seattlerb/defn_endless_command.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_endless_command_rescue.txt (renamed from test/yarp/snapshots/seattlerb/defn_endless_command_rescue.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_forward_args.txt (renamed from test/yarp/snapshots/seattlerb/defn_forward_args.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_forward_args__no_parens.txt (renamed from test/yarp/snapshots/seattlerb/defn_forward_args__no_parens.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_kwarg_env.txt (renamed from test/yarp/snapshots/seattlerb/defn_kwarg_env.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_kwarg_kwarg.txt (renamed from test/yarp/snapshots/seattlerb/defn_kwarg_kwarg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_kwarg_kwsplat.txt (renamed from test/yarp/snapshots/seattlerb/defn_kwarg_kwsplat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_kwarg_kwsplat_anon.txt (renamed from test/yarp/snapshots/seattlerb/defn_kwarg_kwsplat_anon.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_kwarg_lvar.txt (renamed from test/yarp/snapshots/seattlerb/defn_kwarg_lvar.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_kwarg_no_parens.txt (renamed from test/yarp/snapshots/seattlerb/defn_kwarg_no_parens.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_kwarg_val.txt (renamed from test/yarp/snapshots/seattlerb/defn_kwarg_val.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_no_kwargs.txt (renamed from test/yarp/snapshots/seattlerb/defn_no_kwargs.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_oneliner.txt (renamed from test/yarp/snapshots/seattlerb/defn_oneliner.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_oneliner_eq2.txt (renamed from test/yarp/snapshots/seattlerb/defn_oneliner_eq2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_oneliner_noargs.txt (renamed from test/yarp/snapshots/seattlerb/defn_oneliner_noargs.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_oneliner_noargs_parentheses.txt (renamed from test/yarp/snapshots/seattlerb/defn_oneliner_noargs_parentheses.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_oneliner_rescue.txt (renamed from test/yarp/snapshots/seattlerb/defn_oneliner_rescue.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_opt_last_arg.txt (renamed from test/yarp/snapshots/seattlerb/defn_opt_last_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_opt_reg.txt (renamed from test/yarp/snapshots/seattlerb/defn_opt_reg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_opt_splat_arg.txt (renamed from test/yarp/snapshots/seattlerb/defn_opt_splat_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_powarg.txt (renamed from test/yarp/snapshots/seattlerb/defn_powarg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_reg_opt_reg.txt (renamed from test/yarp/snapshots/seattlerb/defn_reg_opt_reg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_splat_arg.txt (renamed from test/yarp/snapshots/seattlerb/defn_splat_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defn_unary_not.txt (renamed from test/yarp/snapshots/seattlerb/defn_unary_not.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defns_reserved.txt (renamed from test/yarp/snapshots/seattlerb/defns_reserved.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defs_as_arg_with_do_block_inside.txt (renamed from test/yarp/snapshots/seattlerb/defs_as_arg_with_do_block_inside.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defs_comments.txt (renamed from test/yarp/snapshots/seattlerb/defs_comments.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defs_endless_command.txt (renamed from test/yarp/snapshots/seattlerb/defs_endless_command.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defs_endless_command_rescue.txt (renamed from test/yarp/snapshots/seattlerb/defs_endless_command_rescue.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defs_kwarg.txt (renamed from test/yarp/snapshots/seattlerb/defs_kwarg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defs_oneliner.txt (renamed from test/yarp/snapshots/seattlerb/defs_oneliner.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defs_oneliner_eq2.txt (renamed from test/yarp/snapshots/seattlerb/defs_oneliner_eq2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/defs_oneliner_rescue.txt (renamed from test/yarp/snapshots/seattlerb/defs_oneliner_rescue.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult0_.txt (renamed from test/yarp/snapshots/seattlerb/difficult0_.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult1_line_numbers.txt (renamed from test/yarp/snapshots/seattlerb/difficult1_line_numbers.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult1_line_numbers2.txt (renamed from test/yarp/snapshots/seattlerb/difficult1_line_numbers2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult2_.txt (renamed from test/yarp/snapshots/seattlerb/difficult2_.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult3_.txt (renamed from test/yarp/snapshots/seattlerb/difficult3_.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult3_2.txt (renamed from test/yarp/snapshots/seattlerb/difficult3_2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult3_3.txt (renamed from test/yarp/snapshots/seattlerb/difficult3_3.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult3_4.txt (renamed from test/yarp/snapshots/seattlerb/difficult3_4.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult3_5.txt (renamed from test/yarp/snapshots/seattlerb/difficult3_5.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult3__10.txt (renamed from test/yarp/snapshots/seattlerb/difficult3__10.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult3__11.txt (renamed from test/yarp/snapshots/seattlerb/difficult3__11.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult3__12.txt (renamed from test/yarp/snapshots/seattlerb/difficult3__12.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult3__6.txt (renamed from test/yarp/snapshots/seattlerb/difficult3__6.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult3__7.txt (renamed from test/yarp/snapshots/seattlerb/difficult3__7.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult3__8.txt (renamed from test/yarp/snapshots/seattlerb/difficult3__8.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult3__9.txt (renamed from test/yarp/snapshots/seattlerb/difficult3__9.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult4__leading_dots.txt (renamed from test/yarp/snapshots/seattlerb/difficult4__leading_dots.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult4__leading_dots2.txt (renamed from test/yarp/snapshots/seattlerb/difficult4__leading_dots2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult6_.txt (renamed from test/yarp/snapshots/seattlerb/difficult6_.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult6__7.txt (renamed from test/yarp/snapshots/seattlerb/difficult6__7.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult6__8.txt (renamed from test/yarp/snapshots/seattlerb/difficult6__8.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/difficult7_.txt (renamed from test/yarp/snapshots/seattlerb/difficult7_.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/do_bug.txt (renamed from test/yarp/snapshots/seattlerb/do_bug.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/do_lambda.txt (renamed from test/yarp/snapshots/seattlerb/do_lambda.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/dot2_nil__26.txt (renamed from test/yarp/snapshots/seattlerb/dot2_nil__26.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/dot3_nil__26.txt (renamed from test/yarp/snapshots/seattlerb/dot3_nil__26.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/dstr_evstr.txt (renamed from test/yarp/snapshots/seattlerb/dstr_evstr.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/dstr_evstr_empty_end.txt (renamed from test/yarp/snapshots/seattlerb/dstr_evstr_empty_end.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/dstr_lex_state.txt (renamed from test/yarp/snapshots/seattlerb/dstr_lex_state.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/dstr_str.txt (renamed from test/yarp/snapshots/seattlerb/dstr_str.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/dsym_esc_to_sym.txt (renamed from test/yarp/snapshots/seattlerb/dsym_esc_to_sym.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/dsym_to_sym.txt (renamed from test/yarp/snapshots/seattlerb/dsym_to_sym.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/eq_begin_line_numbers.txt (renamed from test/yarp/snapshots/seattlerb/eq_begin_line_numbers.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt (renamed from test/yarp/snapshots/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/evstr_evstr.txt (renamed from test/yarp/snapshots/seattlerb/evstr_evstr.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/evstr_str.txt (renamed from test/yarp/snapshots/seattlerb/evstr_str.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/expr_not_bang.txt (renamed from test/yarp/snapshots/seattlerb/expr_not_bang.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/f_kw.txt (renamed from test/yarp/snapshots/seattlerb/f_kw.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/f_kw__required.txt (renamed from test/yarp/snapshots/seattlerb/f_kw__required.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/flip2_env_lvar.txt (renamed from test/yarp/snapshots/seattlerb/flip2_env_lvar.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/float_with_if_modifier.txt (renamed from test/yarp/snapshots/seattlerb/float_with_if_modifier.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc__backslash_dos_format.txt (renamed from test/yarp/snapshots/seattlerb/heredoc__backslash_dos_format.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_backslash_nl.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_backslash_nl.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_bad_hex_escape.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_bad_hex_escape.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_bad_oct_escape.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_bad_oct_escape.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_comma_arg.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_comma_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_lineno.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_lineno.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_nested.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_nested.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_squiggly.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_squiggly.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_squiggly_blank_lines.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_squiggly_blank_lines.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_squiggly_empty.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_squiggly_empty.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_squiggly_interp.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_squiggly_interp.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_squiggly_no_indent.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_squiggly_no_indent.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_squiggly_tabs.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_squiggly_tabs.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_unicode.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_unicode.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_with_carriage_return_escapes.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_with_carriage_return_escapes.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_with_carriage_return_escapes_windows.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_with_carriage_return_escapes_windows.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_with_not_global_interpolation.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_with_not_global_interpolation.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_with_only_carriage_returns.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_with_only_carriage_returns.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/heredoc_with_only_carriage_returns_windows.txt (renamed from test/yarp/snapshots/seattlerb/heredoc_with_only_carriage_returns_windows.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/if_elsif.txt (renamed from test/yarp/snapshots/seattlerb/if_elsif.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/if_symbol.txt (renamed from test/yarp/snapshots/seattlerb/if_symbol.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/in_expr_no_case.txt (renamed from test/yarp/snapshots/seattlerb/in_expr_no_case.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/index_0.txt (renamed from test/yarp/snapshots/seattlerb/index_0.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/index_0_opasgn.txt (renamed from test/yarp/snapshots/seattlerb/index_0_opasgn.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/integer_with_if_modifier.txt (renamed from test/yarp/snapshots/seattlerb/integer_with_if_modifier.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/interpolated_symbol_array_line_breaks.txt (renamed from test/yarp/snapshots/seattlerb/interpolated_symbol_array_line_breaks.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/interpolated_word_array_line_breaks.txt (renamed from test/yarp/snapshots/seattlerb/interpolated_word_array_line_breaks.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_1.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_1.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_10_1.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_10_1.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_10_2.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_10_2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_11_1.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_11_1.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_11_2.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_11_2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_2__19.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_2__19.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_3.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_3.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_4.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_4.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_5.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_5.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_6.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_6.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_7_1.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_7_1.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_7_2.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_7_2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_8_1.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_8_1.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_8_2.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_8_2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_9_1.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_9_1.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_args_9_2.txt (renamed from test/yarp/snapshots/seattlerb/iter_args_9_2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_kwarg.txt (renamed from test/yarp/snapshots/seattlerb/iter_kwarg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/iter_kwarg_kwsplat.txt (renamed from test/yarp/snapshots/seattlerb/iter_kwarg_kwsplat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/label_vs_string.txt (renamed from test/yarp/snapshots/seattlerb/label_vs_string.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/lambda_do_vs_brace.txt (renamed from test/yarp/snapshots/seattlerb/lambda_do_vs_brace.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/lasgn_arg_rescue_arg.txt (renamed from test/yarp/snapshots/seattlerb/lasgn_arg_rescue_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/lasgn_call_bracket_rescue_arg.txt (renamed from test/yarp/snapshots/seattlerb/lasgn_call_bracket_rescue_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/lasgn_call_nobracket_rescue_arg.txt (renamed from test/yarp/snapshots/seattlerb/lasgn_call_nobracket_rescue_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/lasgn_command.txt (renamed from test/yarp/snapshots/seattlerb/lasgn_command.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/lasgn_env.txt (renamed from test/yarp/snapshots/seattlerb/lasgn_env.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/lasgn_ivar_env.txt (renamed from test/yarp/snapshots/seattlerb/lasgn_ivar_env.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/lasgn_lasgn_command_call.txt (renamed from test/yarp/snapshots/seattlerb/lasgn_lasgn_command_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/lasgn_middle_splat.txt (renamed from test/yarp/snapshots/seattlerb/lasgn_middle_splat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/magic_encoding_comment.txt (renamed from test/yarp/snapshots/seattlerb/magic_encoding_comment.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_anon_splat_arg.txt (renamed from test/yarp/snapshots/seattlerb/masgn_anon_splat_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_arg_colon_arg.txt (renamed from test/yarp/snapshots/seattlerb/masgn_arg_colon_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_arg_ident.txt (renamed from test/yarp/snapshots/seattlerb/masgn_arg_ident.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_arg_splat_arg.txt (renamed from test/yarp/snapshots/seattlerb/masgn_arg_splat_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_colon2.txt (renamed from test/yarp/snapshots/seattlerb/masgn_colon2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_colon3.txt (renamed from test/yarp/snapshots/seattlerb/masgn_colon3.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_command_call.txt (renamed from test/yarp/snapshots/seattlerb/masgn_command_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_double_paren.txt (renamed from test/yarp/snapshots/seattlerb/masgn_double_paren.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_lhs_splat.txt (renamed from test/yarp/snapshots/seattlerb/masgn_lhs_splat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_paren.txt (renamed from test/yarp/snapshots/seattlerb/masgn_paren.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_splat_arg.txt (renamed from test/yarp/snapshots/seattlerb/masgn_splat_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_splat_arg_arg.txt (renamed from test/yarp/snapshots/seattlerb/masgn_splat_arg_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_star.txt (renamed from test/yarp/snapshots/seattlerb/masgn_star.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/masgn_var_star_var.txt (renamed from test/yarp/snapshots/seattlerb/masgn_var_star_var.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/messy_op_asgn_lineno.txt (renamed from test/yarp/snapshots/seattlerb/messy_op_asgn_lineno.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/method_call_assoc_trailing_comma.txt (renamed from test/yarp/snapshots/seattlerb/method_call_assoc_trailing_comma.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/method_call_trailing_comma.txt (renamed from test/yarp/snapshots/seattlerb/method_call_trailing_comma.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/mlhs_back_anonsplat.txt (renamed from test/yarp/snapshots/seattlerb/mlhs_back_anonsplat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/mlhs_back_splat.txt (renamed from test/yarp/snapshots/seattlerb/mlhs_back_splat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/mlhs_front_anonsplat.txt (renamed from test/yarp/snapshots/seattlerb/mlhs_front_anonsplat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/mlhs_front_splat.txt (renamed from test/yarp/snapshots/seattlerb/mlhs_front_splat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/mlhs_keyword.txt (renamed from test/yarp/snapshots/seattlerb/mlhs_keyword.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/mlhs_mid_anonsplat.txt (renamed from test/yarp/snapshots/seattlerb/mlhs_mid_anonsplat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/mlhs_mid_splat.txt (renamed from test/yarp/snapshots/seattlerb/mlhs_mid_splat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/mlhs_rescue.txt (renamed from test/yarp/snapshots/seattlerb/mlhs_rescue.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/module_comments.txt (renamed from test/yarp/snapshots/seattlerb/module_comments.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/multiline_hash_declaration.txt (renamed from test/yarp/snapshots/seattlerb/multiline_hash_declaration.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/non_interpolated_symbol_array_line_breaks.txt (renamed from test/yarp/snapshots/seattlerb/non_interpolated_symbol_array_line_breaks.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/non_interpolated_word_array_line_breaks.txt (renamed from test/yarp/snapshots/seattlerb/non_interpolated_word_array_line_breaks.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/op_asgn_command_call.txt (renamed from test/yarp/snapshots/seattlerb/op_asgn_command_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/op_asgn_dot_ident_command_call.txt (renamed from test/yarp/snapshots/seattlerb/op_asgn_dot_ident_command_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/op_asgn_index_command_call.txt (renamed from test/yarp/snapshots/seattlerb/op_asgn_index_command_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/op_asgn_primary_colon_const_command_call.txt (renamed from test/yarp/snapshots/seattlerb/op_asgn_primary_colon_const_command_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/op_asgn_primary_colon_identifier1.txt (renamed from test/yarp/snapshots/seattlerb/op_asgn_primary_colon_identifier1.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/op_asgn_primary_colon_identifier_command_call.txt (renamed from test/yarp/snapshots/seattlerb/op_asgn_primary_colon_identifier_command_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/op_asgn_val_dot_ident_command_call.txt (renamed from test/yarp/snapshots/seattlerb/op_asgn_val_dot_ident_command_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_def_special_name.txt (renamed from test/yarp/snapshots/seattlerb/parse_def_special_name.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_if_not_canonical.txt (renamed from test/yarp/snapshots/seattlerb/parse_if_not_canonical.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_if_not_noncanonical.txt (renamed from test/yarp/snapshots/seattlerb/parse_if_not_noncanonical.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_block.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_block.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_block_inline_comment.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_block_inline_comment.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_block_inline_comment_leading_newlines.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_block_inline_comment_leading_newlines.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_block_inline_multiline_comment.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_block_inline_multiline_comment.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_call_no_args.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_call_no_args.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_defn_complex.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_defn_complex.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_defn_no_parens.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_defn_no_parens.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_defn_no_parens_args.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_defn_no_parens_args.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_dot2.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_dot2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_dot2_open.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_dot2_open.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_dot3.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_dot3.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_dot3_open.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_dot3_open.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_dstr_escaped_newline.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_dstr_escaped_newline.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_dstr_soft_newline.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_dstr_soft_newline.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_evstr_after_break.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_evstr_after_break.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_hash_lit.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_hash_lit.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_heredoc.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_heredoc.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_heredoc_evstr.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_heredoc_evstr.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_heredoc_hardnewline.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_heredoc_hardnewline.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_iter_call_no_parens.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_iter_call_no_parens.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_iter_call_parens.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_iter_call_parens.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_multiline_str.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_multiline_str.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_multiline_str_literal_n.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_multiline_str_literal_n.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_newlines.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_newlines.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_op_asgn.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_op_asgn.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_postexe.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_postexe.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_preexe.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_preexe.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_rescue.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_rescue.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_return.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_return.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_str_with_newline_escape.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_str_with_newline_escape.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_to_ary.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_to_ary.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_line_trailing_newlines.txt (renamed from test/yarp/snapshots/seattlerb/parse_line_trailing_newlines.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_opt_call_args_assocs_comma.txt (renamed from test/yarp/snapshots/seattlerb/parse_opt_call_args_assocs_comma.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_opt_call_args_lit_comma.txt (renamed from test/yarp/snapshots/seattlerb/parse_opt_call_args_lit_comma.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_pattern_019.txt (renamed from test/yarp/snapshots/seattlerb/parse_pattern_019.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_pattern_044.txt (renamed from test/yarp/snapshots/seattlerb/parse_pattern_044.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_pattern_051.txt (renamed from test/yarp/snapshots/seattlerb/parse_pattern_051.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_pattern_058.txt (renamed from test/yarp/snapshots/seattlerb/parse_pattern_058.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_pattern_058_2.txt (renamed from test/yarp/snapshots/seattlerb/parse_pattern_058_2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_pattern_069.txt (renamed from test/yarp/snapshots/seattlerb/parse_pattern_069.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_pattern_076.txt (renamed from test/yarp/snapshots/seattlerb/parse_pattern_076.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_until_not_canonical.txt (renamed from test/yarp/snapshots/seattlerb/parse_until_not_canonical.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_until_not_noncanonical.txt (renamed from test/yarp/snapshots/seattlerb/parse_until_not_noncanonical.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_while_not_canonical.txt (renamed from test/yarp/snapshots/seattlerb/parse_while_not_canonical.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/parse_while_not_noncanonical.txt (renamed from test/yarp/snapshots/seattlerb/parse_while_not_noncanonical.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/pctW_lineno.txt (renamed from test/yarp/snapshots/seattlerb/pctW_lineno.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/pct_Q_backslash_nl.txt (renamed from test/yarp/snapshots/seattlerb/pct_Q_backslash_nl.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/pct_nl.txt (renamed from test/yarp/snapshots/seattlerb/pct_nl.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/pct_w_heredoc_interp_nested.txt (renamed from test/yarp/snapshots/seattlerb/pct_w_heredoc_interp_nested.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/pipe_semicolon.txt (renamed from test/yarp/snapshots/seattlerb/pipe_semicolon.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/pipe_space.txt (renamed from test/yarp/snapshots/seattlerb/pipe_space.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/qWords_space.txt (renamed from test/yarp/snapshots/seattlerb/qWords_space.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/qsymbols.txt (renamed from test/yarp/snapshots/seattlerb/qsymbols.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/qsymbols_empty.txt (renamed from test/yarp/snapshots/seattlerb/qsymbols_empty.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/qsymbols_empty_space.txt (renamed from test/yarp/snapshots/seattlerb/qsymbols_empty_space.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/qsymbols_interp.txt (renamed from test/yarp/snapshots/seattlerb/qsymbols_interp.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/quoted_symbol_hash_arg.txt (renamed from test/yarp/snapshots/seattlerb/quoted_symbol_hash_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/quoted_symbol_keys.txt (renamed from test/yarp/snapshots/seattlerb/quoted_symbol_keys.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/qw_escape.txt (renamed from test/yarp/snapshots/seattlerb/qw_escape.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/qw_escape_term.txt (renamed from test/yarp/snapshots/seattlerb/qw_escape_term.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/qwords_empty.txt (renamed from test/yarp/snapshots/seattlerb/qwords_empty.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/read_escape_unicode_curlies.txt (renamed from test/yarp/snapshots/seattlerb/read_escape_unicode_curlies.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/read_escape_unicode_h4.txt (renamed from test/yarp/snapshots/seattlerb/read_escape_unicode_h4.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/regexp.txt (renamed from test/yarp/snapshots/seattlerb/regexp.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/regexp_esc_C_slash.txt (renamed from test/yarp/snapshots/seattlerb/regexp_esc_C_slash.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/regexp_esc_u.txt (renamed from test/yarp/snapshots/seattlerb/regexp_esc_u.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/regexp_escape_extended.txt (renamed from test/yarp/snapshots/seattlerb/regexp_escape_extended.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/regexp_unicode_curlies.txt (renamed from test/yarp/snapshots/seattlerb/regexp_unicode_curlies.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/required_kwarg_no_value.txt (renamed from test/yarp/snapshots/seattlerb/required_kwarg_no_value.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/rescue_do_end_ensure_result.txt (renamed from test/yarp/snapshots/seattlerb/rescue_do_end_ensure_result.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/rescue_do_end_no_raise.txt (renamed from test/yarp/snapshots/seattlerb/rescue_do_end_no_raise.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/rescue_do_end_raised.txt (renamed from test/yarp/snapshots/seattlerb/rescue_do_end_raised.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/rescue_do_end_rescued.txt (renamed from test/yarp/snapshots/seattlerb/rescue_do_end_rescued.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/rescue_in_block.txt (renamed from test/yarp/snapshots/seattlerb/rescue_in_block.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/rescue_parens.txt (renamed from test/yarp/snapshots/seattlerb/rescue_parens.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/return_call_assocs.txt (renamed from test/yarp/snapshots/seattlerb/return_call_assocs.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/rhs_asgn.txt (renamed from test/yarp/snapshots/seattlerb/rhs_asgn.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/ruby21_numbers.txt (renamed from test/yarp/snapshots/seattlerb/ruby21_numbers.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/safe_attrasgn.txt (renamed from test/yarp/snapshots/seattlerb/safe_attrasgn.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/safe_attrasgn_constant.txt (renamed from test/yarp/snapshots/seattlerb/safe_attrasgn_constant.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/safe_call.txt (renamed from test/yarp/snapshots/seattlerb/safe_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/safe_call_after_newline.txt (renamed from test/yarp/snapshots/seattlerb/safe_call_after_newline.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/safe_call_dot_parens.txt (renamed from test/yarp/snapshots/seattlerb/safe_call_dot_parens.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/safe_call_newline.txt (renamed from test/yarp/snapshots/seattlerb/safe_call_newline.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/safe_call_operator.txt (renamed from test/yarp/snapshots/seattlerb/safe_call_operator.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/safe_call_rhs_newline.txt (renamed from test/yarp/snapshots/seattlerb/safe_call_rhs_newline.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/safe_calls.txt (renamed from test/yarp/snapshots/seattlerb/safe_calls.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/safe_op_asgn.txt (renamed from test/yarp/snapshots/seattlerb/safe_op_asgn.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/safe_op_asgn2.txt (renamed from test/yarp/snapshots/seattlerb/safe_op_asgn2.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/slashy_newlines_within_string.txt (renamed from test/yarp/snapshots/seattlerb/slashy_newlines_within_string.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/stabby_arg_no_paren.txt (renamed from test/yarp/snapshots/seattlerb/stabby_arg_no_paren.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt (renamed from test/yarp/snapshots/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/stabby_block_iter_call.txt (renamed from test/yarp/snapshots/seattlerb/stabby_block_iter_call.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/stabby_block_iter_call_no_target_with_arg.txt (renamed from test/yarp/snapshots/seattlerb/stabby_block_iter_call_no_target_with_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/stabby_block_kw.txt (renamed from test/yarp/snapshots/seattlerb/stabby_block_kw.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/stabby_block_kw__required.txt (renamed from test/yarp/snapshots/seattlerb/stabby_block_kw__required.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/stabby_proc_scope.txt (renamed from test/yarp/snapshots/seattlerb/stabby_proc_scope.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_backslashes.txt (renamed from test/yarp/snapshots/seattlerb/str_backslashes.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_double_double_escaped_newline.txt (renamed from test/yarp/snapshots/seattlerb/str_double_double_escaped_newline.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_double_escaped_newline.txt (renamed from test/yarp/snapshots/seattlerb/str_double_escaped_newline.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_double_newline.txt (renamed from test/yarp/snapshots/seattlerb/str_double_newline.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_evstr.txt (renamed from test/yarp/snapshots/seattlerb/str_evstr.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_evstr_escape.txt (renamed from test/yarp/snapshots/seattlerb/str_evstr_escape.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_heredoc_interp.txt (renamed from test/yarp/snapshots/seattlerb/str_heredoc_interp.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_interp_ternary_or_label.txt (renamed from test/yarp/snapshots/seattlerb/str_interp_ternary_or_label.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_lit_concat_bad_encodings.txt (renamed from test/yarp/snapshots/seattlerb/str_lit_concat_bad_encodings.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_newline_hash_line_number.txt (renamed from test/yarp/snapshots/seattlerb/str_newline_hash_line_number.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_pct_Q_nested.txt (renamed from test/yarp/snapshots/seattlerb/str_pct_Q_nested.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_pct_nested_nested.txt (renamed from test/yarp/snapshots/seattlerb/str_pct_nested_nested.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_pct_q.txt (renamed from test/yarp/snapshots/seattlerb/str_pct_q.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_single_double_escaped_newline.txt (renamed from test/yarp/snapshots/seattlerb/str_single_double_escaped_newline.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_single_escaped_newline.txt (renamed from test/yarp/snapshots/seattlerb/str_single_escaped_newline.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_single_newline.txt (renamed from test/yarp/snapshots/seattlerb/str_single_newline.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_str.txt (renamed from test/yarp/snapshots/seattlerb/str_str.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/str_str_str.txt (renamed from test/yarp/snapshots/seattlerb/str_str_str.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/super_arg.txt (renamed from test/yarp/snapshots/seattlerb/super_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/symbol_empty.txt (renamed from test/yarp/snapshots/seattlerb/symbol_empty.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/symbol_list.txt (renamed from test/yarp/snapshots/seattlerb/symbol_list.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/symbols.txt (renamed from test/yarp/snapshots/seattlerb/symbols.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/symbols_empty.txt (renamed from test/yarp/snapshots/seattlerb/symbols_empty.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/symbols_empty_space.txt (renamed from test/yarp/snapshots/seattlerb/symbols_empty_space.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/symbols_interp.txt (renamed from test/yarp/snapshots/seattlerb/symbols_interp.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/thingy.txt (renamed from test/yarp/snapshots/seattlerb/thingy.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/uminus_float.txt (renamed from test/yarp/snapshots/seattlerb/uminus_float.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/unary_minus.txt (renamed from test/yarp/snapshots/seattlerb/unary_minus.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/unary_plus.txt (renamed from test/yarp/snapshots/seattlerb/unary_plus.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/unary_plus_on_literal.txt (renamed from test/yarp/snapshots/seattlerb/unary_plus_on_literal.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/unary_tilde.txt (renamed from test/yarp/snapshots/seattlerb/unary_tilde.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/utf8_bom.txt (renamed from test/yarp/snapshots/seattlerb/utf8_bom.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/when_splat.txt (renamed from test/yarp/snapshots/seattlerb/when_splat.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/words_interp.txt (renamed from test/yarp/snapshots/seattlerb/words_interp.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/yield_arg.txt (renamed from test/yarp/snapshots/seattlerb/yield_arg.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/yield_call_assocs.txt (renamed from test/yarp/snapshots/seattlerb/yield_call_assocs.txt)0
-rw-r--r--test/prism/snapshots/seattlerb/yield_empty_parens.txt (renamed from test/yarp/snapshots/seattlerb/yield_empty_parens.txt)0
-rw-r--r--test/prism/snapshots/single_quote_heredocs.txt (renamed from test/yarp/snapshots/single_quote_heredocs.txt)0
-rw-r--r--test/prism/snapshots/spanning_heredoc.txt (renamed from test/yarp/snapshots/spanning_heredoc.txt)0
-rw-r--r--test/prism/snapshots/strings.txt (renamed from test/yarp/snapshots/strings.txt)0
-rw-r--r--test/prism/snapshots/super.txt (renamed from test/yarp/snapshots/super.txt)0
-rw-r--r--test/prism/snapshots/symbols.txt (renamed from test/yarp/snapshots/symbols.txt)0
-rw-r--r--test/prism/snapshots/ternary_operator.txt (renamed from test/yarp/snapshots/ternary_operator.txt)0
-rw-r--r--test/prism/snapshots/tilde_heredocs.txt (renamed from test/yarp/snapshots/tilde_heredocs.txt)0
-rw-r--r--test/prism/snapshots/undef.txt (renamed from test/yarp/snapshots/undef.txt)0
-rw-r--r--test/prism/snapshots/unescaping.txt (renamed from test/yarp/snapshots/unescaping.txt)0
-rw-r--r--test/prism/snapshots/unless.txt (renamed from test/yarp/snapshots/unless.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/alias.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/alias.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/assignment.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/assignment.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/block.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/block.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/case.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/case.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/class.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/class.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/control.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/control.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/def.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/def.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/defined.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/defined.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/defs.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/defs.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/dstr.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/dstr.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/empty.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/empty.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/empty_begin.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/empty_begin.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/flipflop.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/flipflop.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/for.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/for.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/hookexe.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/hookexe.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/if.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/if.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/kwbegin.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/kwbegin.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/lambda.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/lambda.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/literal.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/literal.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/module.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/module.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/opasgn.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/opasgn.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/pattern.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/pattern.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/pragma.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/pragma.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/range.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/range.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/rescue.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/rescue.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/send.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/send.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/since/27.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/since/27.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/since/30.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/since/30.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/since/31.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/since/31.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/since/32.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/since/32.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/singletons.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/singletons.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/super.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/super.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/unary.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/unary.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/undef.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/undef.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/variables.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/variables.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/while.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/while.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/literal/yield.txt (renamed from test/yarp/snapshots/unparser/corpus/literal/yield.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/semantic/and.txt (renamed from test/yarp/snapshots/unparser/corpus/semantic/and.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/semantic/block.txt (renamed from test/yarp/snapshots/unparser/corpus/semantic/block.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/semantic/def.txt (renamed from test/yarp/snapshots/unparser/corpus/semantic/def.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/semantic/dstr.txt (renamed from test/yarp/snapshots/unparser/corpus/semantic/dstr.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/semantic/kwbegin.txt (renamed from test/yarp/snapshots/unparser/corpus/semantic/kwbegin.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/semantic/literal.txt (renamed from test/yarp/snapshots/unparser/corpus/semantic/literal.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/semantic/send.txt (renamed from test/yarp/snapshots/unparser/corpus/semantic/send.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/semantic/undef.txt (renamed from test/yarp/snapshots/unparser/corpus/semantic/undef.txt)0
-rw-r--r--test/prism/snapshots/unparser/corpus/semantic/while.txt (renamed from test/yarp/snapshots/unparser/corpus/semantic/while.txt)0
-rw-r--r--test/prism/snapshots/until.txt (renamed from test/yarp/snapshots/until.txt)0
-rw-r--r--test/prism/snapshots/variables.txt (renamed from test/yarp/snapshots/variables.txt)0
-rw-r--r--test/prism/snapshots/while.txt (renamed from test/yarp/snapshots/while.txt)0
-rw-r--r--test/prism/snapshots/whitequark/__ENCODING__.txt (renamed from test/yarp/snapshots/whitequark/__ENCODING__.txt)0
-rw-r--r--test/prism/snapshots/whitequark/__ENCODING___legacy_.txt (renamed from test/yarp/snapshots/whitequark/__ENCODING___legacy_.txt)0
-rw-r--r--test/prism/snapshots/whitequark/alias.txt (renamed from test/yarp/snapshots/whitequark/alias.txt)0
-rw-r--r--test/prism/snapshots/whitequark/alias_gvar.txt (renamed from test/yarp/snapshots/whitequark/alias_gvar.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ambiuous_quoted_label_in_ternary_operator.txt (renamed from test/yarp/snapshots/whitequark/ambiuous_quoted_label_in_ternary_operator.txt)0
-rw-r--r--test/prism/snapshots/whitequark/and.txt (renamed from test/yarp/snapshots/whitequark/and.txt)0
-rw-r--r--test/prism/snapshots/whitequark/and_asgn.txt (renamed from test/yarp/snapshots/whitequark/and_asgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/and_or_masgn.txt (renamed from test/yarp/snapshots/whitequark/and_or_masgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/anonymous_blockarg.txt (renamed from test/yarp/snapshots/whitequark/anonymous_blockarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/arg.txt (renamed from test/yarp/snapshots/whitequark/arg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/arg_duplicate_ignored.txt (renamed from test/yarp/snapshots/whitequark/arg_duplicate_ignored.txt)0
-rw-r--r--test/prism/snapshots/whitequark/arg_label.txt (renamed from test/yarp/snapshots/whitequark/arg_label.txt)0
-rw-r--r--test/prism/snapshots/whitequark/arg_scope.txt (renamed from test/yarp/snapshots/whitequark/arg_scope.txt)0
-rw-r--r--test/prism/snapshots/whitequark/args.txt (renamed from test/yarp/snapshots/whitequark/args.txt)0
-rw-r--r--test/prism/snapshots/whitequark/args_args_assocs.txt (renamed from test/yarp/snapshots/whitequark/args_args_assocs.txt)0
-rw-r--r--test/prism/snapshots/whitequark/args_args_assocs_comma.txt (renamed from test/yarp/snapshots/whitequark/args_args_assocs_comma.txt)0
-rw-r--r--test/prism/snapshots/whitequark/args_args_comma.txt (renamed from test/yarp/snapshots/whitequark/args_args_comma.txt)0
-rw-r--r--test/prism/snapshots/whitequark/args_args_star.txt (renamed from test/yarp/snapshots/whitequark/args_args_star.txt)0
-rw-r--r--test/prism/snapshots/whitequark/args_assocs.txt (renamed from test/yarp/snapshots/whitequark/args_assocs.txt)0
-rw-r--r--test/prism/snapshots/whitequark/args_assocs_comma.txt (renamed from test/yarp/snapshots/whitequark/args_assocs_comma.txt)0
-rw-r--r--test/prism/snapshots/whitequark/args_assocs_legacy.txt (renamed from test/yarp/snapshots/whitequark/args_assocs_legacy.txt)0
-rw-r--r--test/prism/snapshots/whitequark/args_block_pass.txt (renamed from test/yarp/snapshots/whitequark/args_block_pass.txt)0
-rw-r--r--test/prism/snapshots/whitequark/args_cmd.txt (renamed from test/yarp/snapshots/whitequark/args_cmd.txt)0
-rw-r--r--test/prism/snapshots/whitequark/args_star.txt (renamed from test/yarp/snapshots/whitequark/args_star.txt)0
-rw-r--r--test/prism/snapshots/whitequark/array_assocs.txt (renamed from test/yarp/snapshots/whitequark/array_assocs.txt)0
-rw-r--r--test/prism/snapshots/whitequark/array_plain.txt (renamed from test/yarp/snapshots/whitequark/array_plain.txt)0
-rw-r--r--test/prism/snapshots/whitequark/array_splat.txt (renamed from test/yarp/snapshots/whitequark/array_splat.txt)0
-rw-r--r--test/prism/snapshots/whitequark/array_symbols.txt (renamed from test/yarp/snapshots/whitequark/array_symbols.txt)0
-rw-r--r--test/prism/snapshots/whitequark/array_symbols_empty.txt (renamed from test/yarp/snapshots/whitequark/array_symbols_empty.txt)0
-rw-r--r--test/prism/snapshots/whitequark/array_symbols_interp.txt (renamed from test/yarp/snapshots/whitequark/array_symbols_interp.txt)0
-rw-r--r--test/prism/snapshots/whitequark/array_words.txt (renamed from test/yarp/snapshots/whitequark/array_words.txt)0
-rw-r--r--test/prism/snapshots/whitequark/array_words_empty.txt (renamed from test/yarp/snapshots/whitequark/array_words_empty.txt)0
-rw-r--r--test/prism/snapshots/whitequark/array_words_interp.txt (renamed from test/yarp/snapshots/whitequark/array_words_interp.txt)0
-rw-r--r--test/prism/snapshots/whitequark/asgn_cmd.txt (renamed from test/yarp/snapshots/whitequark/asgn_cmd.txt)0
-rw-r--r--test/prism/snapshots/whitequark/asgn_mrhs.txt (renamed from test/yarp/snapshots/whitequark/asgn_mrhs.txt)0
-rw-r--r--test/prism/snapshots/whitequark/back_ref.txt (renamed from test/yarp/snapshots/whitequark/back_ref.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bang.txt (renamed from test/yarp/snapshots/whitequark/bang.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bang_cmd.txt (renamed from test/yarp/snapshots/whitequark/bang_cmd.txt)0
-rw-r--r--test/prism/snapshots/whitequark/begin_cmdarg.txt (renamed from test/yarp/snapshots/whitequark/begin_cmdarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/beginless_erange_after_newline.txt (renamed from test/yarp/snapshots/whitequark/beginless_erange_after_newline.txt)0
-rw-r--r--test/prism/snapshots/whitequark/beginless_irange_after_newline.txt (renamed from test/yarp/snapshots/whitequark/beginless_irange_after_newline.txt)0
-rw-r--r--test/prism/snapshots/whitequark/beginless_range.txt (renamed from test/yarp/snapshots/whitequark/beginless_range.txt)0
-rw-r--r--test/prism/snapshots/whitequark/blockarg.txt (renamed from test/yarp/snapshots/whitequark/blockarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/blockargs.txt (renamed from test/yarp/snapshots/whitequark/blockargs.txt)0
-rw-r--r--test/prism/snapshots/whitequark/break.txt (renamed from test/yarp/snapshots/whitequark/break.txt)0
-rw-r--r--test/prism/snapshots/whitequark/break_block.txt (renamed from test/yarp/snapshots/whitequark/break_block.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_435.txt (renamed from test/yarp/snapshots/whitequark/bug_435.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_447.txt (renamed from test/yarp/snapshots/whitequark/bug_447.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_452.txt (renamed from test/yarp/snapshots/whitequark/bug_452.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_466.txt (renamed from test/yarp/snapshots/whitequark/bug_466.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_473.txt (renamed from test/yarp/snapshots/whitequark/bug_473.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_480.txt (renamed from test/yarp/snapshots/whitequark/bug_480.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_481.txt (renamed from test/yarp/snapshots/whitequark/bug_481.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_ascii_8bit_in_literal.txt (renamed from test/yarp/snapshots/whitequark/bug_ascii_8bit_in_literal.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_cmd_string_lookahead.txt (renamed from test/yarp/snapshots/whitequark/bug_cmd_string_lookahead.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_cmdarg.txt (renamed from test/yarp/snapshots/whitequark/bug_cmdarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_def_no_paren_eql_begin.txt (renamed from test/yarp/snapshots/whitequark/bug_def_no_paren_eql_begin.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_do_block_in_call_args.txt (renamed from test/yarp/snapshots/whitequark/bug_do_block_in_call_args.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_do_block_in_cmdarg.txt (renamed from test/yarp/snapshots/whitequark/bug_do_block_in_cmdarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_do_block_in_hash_brace.txt (renamed from test/yarp/snapshots/whitequark/bug_do_block_in_hash_brace.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_heredoc_do.txt (renamed from test/yarp/snapshots/whitequark/bug_heredoc_do.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_interp_single.txt (renamed from test/yarp/snapshots/whitequark/bug_interp_single.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_lambda_leakage.txt (renamed from test/yarp/snapshots/whitequark/bug_lambda_leakage.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_regex_verification.txt (renamed from test/yarp/snapshots/whitequark/bug_regex_verification.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_rescue_empty_else.txt (renamed from test/yarp/snapshots/whitequark/bug_rescue_empty_else.txt)0
-rw-r--r--test/prism/snapshots/whitequark/bug_while_not_parens_do.txt (renamed from test/yarp/snapshots/whitequark/bug_while_not_parens_do.txt)0
-rw-r--r--test/prism/snapshots/whitequark/case_cond.txt (renamed from test/yarp/snapshots/whitequark/case_cond.txt)0
-rw-r--r--test/prism/snapshots/whitequark/case_cond_else.txt (renamed from test/yarp/snapshots/whitequark/case_cond_else.txt)0
-rw-r--r--test/prism/snapshots/whitequark/case_expr.txt (renamed from test/yarp/snapshots/whitequark/case_expr.txt)0
-rw-r--r--test/prism/snapshots/whitequark/case_expr_else.txt (renamed from test/yarp/snapshots/whitequark/case_expr_else.txt)0
-rw-r--r--test/prism/snapshots/whitequark/casgn_scoped.txt (renamed from test/yarp/snapshots/whitequark/casgn_scoped.txt)0
-rw-r--r--test/prism/snapshots/whitequark/casgn_toplevel.txt (renamed from test/yarp/snapshots/whitequark/casgn_toplevel.txt)0
-rw-r--r--test/prism/snapshots/whitequark/casgn_unscoped.txt (renamed from test/yarp/snapshots/whitequark/casgn_unscoped.txt)0
-rw-r--r--test/prism/snapshots/whitequark/character.txt (renamed from test/yarp/snapshots/whitequark/character.txt)0
-rw-r--r--test/prism/snapshots/whitequark/class.txt (renamed from test/yarp/snapshots/whitequark/class.txt)0
-rw-r--r--test/prism/snapshots/whitequark/class_definition_in_while_cond.txt (renamed from test/yarp/snapshots/whitequark/class_definition_in_while_cond.txt)0
-rw-r--r--test/prism/snapshots/whitequark/class_super.txt (renamed from test/yarp/snapshots/whitequark/class_super.txt)0
-rw-r--r--test/prism/snapshots/whitequark/class_super_label.txt (renamed from test/yarp/snapshots/whitequark/class_super_label.txt)0
-rw-r--r--test/prism/snapshots/whitequark/comments_before_leading_dot__27.txt (renamed from test/yarp/snapshots/whitequark/comments_before_leading_dot__27.txt)0
-rw-r--r--test/prism/snapshots/whitequark/complex.txt (renamed from test/yarp/snapshots/whitequark/complex.txt)0
-rw-r--r--test/prism/snapshots/whitequark/cond_begin.txt (renamed from test/yarp/snapshots/whitequark/cond_begin.txt)0
-rw-r--r--test/prism/snapshots/whitequark/cond_begin_masgn.txt (renamed from test/yarp/snapshots/whitequark/cond_begin_masgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/cond_eflipflop.txt (renamed from test/yarp/snapshots/whitequark/cond_eflipflop.txt)0
-rw-r--r--test/prism/snapshots/whitequark/cond_iflipflop.txt (renamed from test/yarp/snapshots/whitequark/cond_iflipflop.txt)0
-rw-r--r--test/prism/snapshots/whitequark/cond_match_current_line.txt (renamed from test/yarp/snapshots/whitequark/cond_match_current_line.txt)0
-rw-r--r--test/prism/snapshots/whitequark/const_op_asgn.txt (renamed from test/yarp/snapshots/whitequark/const_op_asgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/const_scoped.txt (renamed from test/yarp/snapshots/whitequark/const_scoped.txt)0
-rw-r--r--test/prism/snapshots/whitequark/const_toplevel.txt (renamed from test/yarp/snapshots/whitequark/const_toplevel.txt)0
-rw-r--r--test/prism/snapshots/whitequark/const_unscoped.txt (renamed from test/yarp/snapshots/whitequark/const_unscoped.txt)0
-rw-r--r--test/prism/snapshots/whitequark/cpath.txt (renamed from test/yarp/snapshots/whitequark/cpath.txt)0
-rw-r--r--test/prism/snapshots/whitequark/cvar.txt (renamed from test/yarp/snapshots/whitequark/cvar.txt)0
-rw-r--r--test/prism/snapshots/whitequark/cvasgn.txt (renamed from test/yarp/snapshots/whitequark/cvasgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/dedenting_heredoc.txt (renamed from test/yarp/snapshots/whitequark/dedenting_heredoc.txt)0
-rw-r--r--test/prism/snapshots/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt (renamed from test/yarp/snapshots/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt)0
-rw-r--r--test/prism/snapshots/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt (renamed from test/yarp/snapshots/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt)0
-rw-r--r--test/prism/snapshots/whitequark/def.txt (renamed from test/yarp/snapshots/whitequark/def.txt)0
-rw-r--r--test/prism/snapshots/whitequark/defined.txt (renamed from test/yarp/snapshots/whitequark/defined.txt)0
-rw-r--r--test/prism/snapshots/whitequark/defs.txt (renamed from test/yarp/snapshots/whitequark/defs.txt)0
-rw-r--r--test/prism/snapshots/whitequark/empty_stmt.txt (renamed from test/yarp/snapshots/whitequark/empty_stmt.txt)0
-rw-r--r--test/prism/snapshots/whitequark/endless_comparison_method.txt (renamed from test/yarp/snapshots/whitequark/endless_comparison_method.txt)0
-rw-r--r--test/prism/snapshots/whitequark/endless_method.txt (renamed from test/yarp/snapshots/whitequark/endless_method.txt)0
-rw-r--r--test/prism/snapshots/whitequark/endless_method_command_syntax.txt (renamed from test/yarp/snapshots/whitequark/endless_method_command_syntax.txt)0
-rw-r--r--test/prism/snapshots/whitequark/endless_method_forwarded_args_legacy.txt (renamed from test/yarp/snapshots/whitequark/endless_method_forwarded_args_legacy.txt)0
-rw-r--r--test/prism/snapshots/whitequark/endless_method_with_rescue_mod.txt (renamed from test/yarp/snapshots/whitequark/endless_method_with_rescue_mod.txt)0
-rw-r--r--test/prism/snapshots/whitequark/endless_method_without_args.txt (renamed from test/yarp/snapshots/whitequark/endless_method_without_args.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ensure.txt (renamed from test/yarp/snapshots/whitequark/ensure.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ensure_empty.txt (renamed from test/yarp/snapshots/whitequark/ensure_empty.txt)0
-rw-r--r--test/prism/snapshots/whitequark/false.txt (renamed from test/yarp/snapshots/whitequark/false.txt)0
-rw-r--r--test/prism/snapshots/whitequark/float.txt (renamed from test/yarp/snapshots/whitequark/float.txt)0
-rw-r--r--test/prism/snapshots/whitequark/for.txt (renamed from test/yarp/snapshots/whitequark/for.txt)0
-rw-r--r--test/prism/snapshots/whitequark/for_mlhs.txt (renamed from test/yarp/snapshots/whitequark/for_mlhs.txt)0
-rw-r--r--test/prism/snapshots/whitequark/forward_arg.txt (renamed from test/yarp/snapshots/whitequark/forward_arg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/forward_arg_with_open_args.txt (renamed from test/yarp/snapshots/whitequark/forward_arg_with_open_args.txt)0
-rw-r--r--test/prism/snapshots/whitequark/forward_args_legacy.txt (renamed from test/yarp/snapshots/whitequark/forward_args_legacy.txt)0
-rw-r--r--test/prism/snapshots/whitequark/forwarded_argument_with_kwrestarg.txt (renamed from test/yarp/snapshots/whitequark/forwarded_argument_with_kwrestarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/forwarded_argument_with_restarg.txt (renamed from test/yarp/snapshots/whitequark/forwarded_argument_with_restarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/forwarded_kwrestarg.txt (renamed from test/yarp/snapshots/whitequark/forwarded_kwrestarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt (renamed from test/yarp/snapshots/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/forwarded_restarg.txt (renamed from test/yarp/snapshots/whitequark/forwarded_restarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/gvar.txt (renamed from test/yarp/snapshots/whitequark/gvar.txt)0
-rw-r--r--test/prism/snapshots/whitequark/gvasgn.txt (renamed from test/yarp/snapshots/whitequark/gvasgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/hash_empty.txt (renamed from test/yarp/snapshots/whitequark/hash_empty.txt)0
-rw-r--r--test/prism/snapshots/whitequark/hash_hashrocket.txt (renamed from test/yarp/snapshots/whitequark/hash_hashrocket.txt)0
-rw-r--r--test/prism/snapshots/whitequark/hash_kwsplat.txt (renamed from test/yarp/snapshots/whitequark/hash_kwsplat.txt)0
-rw-r--r--test/prism/snapshots/whitequark/hash_label.txt (renamed from test/yarp/snapshots/whitequark/hash_label.txt)0
-rw-r--r--test/prism/snapshots/whitequark/hash_label_end.txt (renamed from test/yarp/snapshots/whitequark/hash_label_end.txt)0
-rw-r--r--test/prism/snapshots/whitequark/hash_pair_value_omission.txt (renamed from test/yarp/snapshots/whitequark/hash_pair_value_omission.txt)0
-rw-r--r--test/prism/snapshots/whitequark/heredoc.txt (renamed from test/yarp/snapshots/whitequark/heredoc.txt)0
-rw-r--r--test/prism/snapshots/whitequark/if.txt (renamed from test/yarp/snapshots/whitequark/if.txt)0
-rw-r--r--test/prism/snapshots/whitequark/if_else.txt (renamed from test/yarp/snapshots/whitequark/if_else.txt)0
-rw-r--r--test/prism/snapshots/whitequark/if_elsif.txt (renamed from test/yarp/snapshots/whitequark/if_elsif.txt)0
-rw-r--r--test/prism/snapshots/whitequark/if_masgn__24.txt (renamed from test/yarp/snapshots/whitequark/if_masgn__24.txt)0
-rw-r--r--test/prism/snapshots/whitequark/if_mod.txt (renamed from test/yarp/snapshots/whitequark/if_mod.txt)0
-rw-r--r--test/prism/snapshots/whitequark/if_nl_then.txt (renamed from test/yarp/snapshots/whitequark/if_nl_then.txt)0
-rw-r--r--test/prism/snapshots/whitequark/if_while_after_class__since_32.txt (renamed from test/yarp/snapshots/whitequark/if_while_after_class__since_32.txt)0
-rw-r--r--test/prism/snapshots/whitequark/int.txt (renamed from test/yarp/snapshots/whitequark/int.txt)0
-rw-r--r--test/prism/snapshots/whitequark/int___LINE__.txt (renamed from test/yarp/snapshots/whitequark/int___LINE__.txt)0
-rw-r--r--test/prism/snapshots/whitequark/interp_digit_var.txt (renamed from test/yarp/snapshots/whitequark/interp_digit_var.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ivar.txt (renamed from test/yarp/snapshots/whitequark/ivar.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ivasgn.txt (renamed from test/yarp/snapshots/whitequark/ivasgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/keyword_argument_omission.txt (renamed from test/yarp/snapshots/whitequark/keyword_argument_omission.txt)0
-rw-r--r--test/prism/snapshots/whitequark/kwarg.txt (renamed from test/yarp/snapshots/whitequark/kwarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/kwbegin_compstmt.txt (renamed from test/yarp/snapshots/whitequark/kwbegin_compstmt.txt)0
-rw-r--r--test/prism/snapshots/whitequark/kwnilarg.txt (renamed from test/yarp/snapshots/whitequark/kwnilarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/kwoptarg.txt (renamed from test/yarp/snapshots/whitequark/kwoptarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt (renamed from test/yarp/snapshots/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt)0
-rw-r--r--test/prism/snapshots/whitequark/kwrestarg_named.txt (renamed from test/yarp/snapshots/whitequark/kwrestarg_named.txt)0
-rw-r--r--test/prism/snapshots/whitequark/kwrestarg_unnamed.txt (renamed from test/yarp/snapshots/whitequark/kwrestarg_unnamed.txt)0
-rw-r--r--test/prism/snapshots/whitequark/lbrace_arg_after_command_args.txt (renamed from test/yarp/snapshots/whitequark/lbrace_arg_after_command_args.txt)0
-rw-r--r--test/prism/snapshots/whitequark/lparenarg_after_lvar__since_25.txt (renamed from test/yarp/snapshots/whitequark/lparenarg_after_lvar__since_25.txt)0
-rw-r--r--test/prism/snapshots/whitequark/lvar.txt (renamed from test/yarp/snapshots/whitequark/lvar.txt)0
-rw-r--r--test/prism/snapshots/whitequark/lvar_injecting_match.txt (renamed from test/yarp/snapshots/whitequark/lvar_injecting_match.txt)0
-rw-r--r--test/prism/snapshots/whitequark/lvasgn.txt (renamed from test/yarp/snapshots/whitequark/lvasgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/masgn.txt (renamed from test/yarp/snapshots/whitequark/masgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/masgn_attr.txt (renamed from test/yarp/snapshots/whitequark/masgn_attr.txt)0
-rw-r--r--test/prism/snapshots/whitequark/masgn_cmd.txt (renamed from test/yarp/snapshots/whitequark/masgn_cmd.txt)0
-rw-r--r--test/prism/snapshots/whitequark/masgn_const.txt (renamed from test/yarp/snapshots/whitequark/masgn_const.txt)0
-rw-r--r--test/prism/snapshots/whitequark/masgn_nested.txt (renamed from test/yarp/snapshots/whitequark/masgn_nested.txt)0
-rw-r--r--test/prism/snapshots/whitequark/masgn_splat.txt (renamed from test/yarp/snapshots/whitequark/masgn_splat.txt)0
-rw-r--r--test/prism/snapshots/whitequark/method_definition_in_while_cond.txt (renamed from test/yarp/snapshots/whitequark/method_definition_in_while_cond.txt)0
-rw-r--r--test/prism/snapshots/whitequark/module.txt (renamed from test/yarp/snapshots/whitequark/module.txt)0
-rw-r--r--test/prism/snapshots/whitequark/multiple_pattern_matches.txt (renamed from test/yarp/snapshots/whitequark/multiple_pattern_matches.txt)0
-rw-r--r--test/prism/snapshots/whitequark/newline_in_hash_argument.txt (renamed from test/yarp/snapshots/whitequark/newline_in_hash_argument.txt)0
-rw-r--r--test/prism/snapshots/whitequark/next.txt (renamed from test/yarp/snapshots/whitequark/next.txt)0
-rw-r--r--test/prism/snapshots/whitequark/next_block.txt (renamed from test/yarp/snapshots/whitequark/next_block.txt)0
-rw-r--r--test/prism/snapshots/whitequark/nil.txt (renamed from test/yarp/snapshots/whitequark/nil.txt)0
-rw-r--r--test/prism/snapshots/whitequark/nil_expression.txt (renamed from test/yarp/snapshots/whitequark/nil_expression.txt)0
-rw-r--r--test/prism/snapshots/whitequark/non_lvar_injecting_match.txt (renamed from test/yarp/snapshots/whitequark/non_lvar_injecting_match.txt)0
-rw-r--r--test/prism/snapshots/whitequark/not.txt (renamed from test/yarp/snapshots/whitequark/not.txt)0
-rw-r--r--test/prism/snapshots/whitequark/not_cmd.txt (renamed from test/yarp/snapshots/whitequark/not_cmd.txt)0
-rw-r--r--test/prism/snapshots/whitequark/not_masgn__24.txt (renamed from test/yarp/snapshots/whitequark/not_masgn__24.txt)0
-rw-r--r--test/prism/snapshots/whitequark/nth_ref.txt (renamed from test/yarp/snapshots/whitequark/nth_ref.txt)0
-rw-r--r--test/prism/snapshots/whitequark/numbered_args_after_27.txt (renamed from test/yarp/snapshots/whitequark/numbered_args_after_27.txt)0
-rw-r--r--test/prism/snapshots/whitequark/numparam_outside_block.txt (renamed from test/yarp/snapshots/whitequark/numparam_outside_block.txt)0
-rw-r--r--test/prism/snapshots/whitequark/op_asgn.txt (renamed from test/yarp/snapshots/whitequark/op_asgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/op_asgn_cmd.txt (renamed from test/yarp/snapshots/whitequark/op_asgn_cmd.txt)0
-rw-r--r--test/prism/snapshots/whitequark/op_asgn_index.txt (renamed from test/yarp/snapshots/whitequark/op_asgn_index.txt)0
-rw-r--r--test/prism/snapshots/whitequark/op_asgn_index_cmd.txt (renamed from test/yarp/snapshots/whitequark/op_asgn_index_cmd.txt)0
-rw-r--r--test/prism/snapshots/whitequark/optarg.txt (renamed from test/yarp/snapshots/whitequark/optarg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/or.txt (renamed from test/yarp/snapshots/whitequark/or.txt)0
-rw-r--r--test/prism/snapshots/whitequark/or_asgn.txt (renamed from test/yarp/snapshots/whitequark/or_asgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/parser_bug_272.txt (renamed from test/yarp/snapshots/whitequark/parser_bug_272.txt)0
-rw-r--r--test/prism/snapshots/whitequark/parser_bug_490.txt (renamed from test/yarp/snapshots/whitequark/parser_bug_490.txt)0
-rw-r--r--test/prism/snapshots/whitequark/parser_bug_507.txt (renamed from test/yarp/snapshots/whitequark/parser_bug_507.txt)0
-rw-r--r--test/prism/snapshots/whitequark/parser_bug_518.txt (renamed from test/yarp/snapshots/whitequark/parser_bug_518.txt)0
-rw-r--r--test/prism/snapshots/whitequark/parser_bug_525.txt (renamed from test/yarp/snapshots/whitequark/parser_bug_525.txt)0
-rw-r--r--test/prism/snapshots/whitequark/parser_bug_604.txt (renamed from test/yarp/snapshots/whitequark/parser_bug_604.txt)0
-rw-r--r--test/prism/snapshots/whitequark/parser_bug_640.txt (renamed from test/yarp/snapshots/whitequark/parser_bug_640.txt)0
-rw-r--r--test/prism/snapshots/whitequark/parser_bug_645.txt (renamed from test/yarp/snapshots/whitequark/parser_bug_645.txt)0
-rw-r--r--test/prism/snapshots/whitequark/parser_bug_830.txt (renamed from test/yarp/snapshots/whitequark/parser_bug_830.txt)0
-rw-r--r--test/prism/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt (renamed from test/yarp/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt)0
-rw-r--r--test/prism/snapshots/whitequark/parser_slash_slash_n_escaping_in_literals.txt (renamed from test/yarp/snapshots/whitequark/parser_slash_slash_n_escaping_in_literals.txt)0
-rw-r--r--test/prism/snapshots/whitequark/pattern_matching__FILE__LINE_literals.txt (renamed from test/yarp/snapshots/whitequark/pattern_matching__FILE__LINE_literals.txt)0
-rw-r--r--test/prism/snapshots/whitequark/pattern_matching_blank_else.txt (renamed from test/yarp/snapshots/whitequark/pattern_matching_blank_else.txt)0
-rw-r--r--test/prism/snapshots/whitequark/pattern_matching_else.txt (renamed from test/yarp/snapshots/whitequark/pattern_matching_else.txt)0
-rw-r--r--test/prism/snapshots/whitequark/pattern_matching_single_line.txt (renamed from test/yarp/snapshots/whitequark/pattern_matching_single_line.txt)0
-rw-r--r--test/prism/snapshots/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt (renamed from test/yarp/snapshots/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt)0
-rw-r--r--test/prism/snapshots/whitequark/postexe.txt (renamed from test/yarp/snapshots/whitequark/postexe.txt)0
-rw-r--r--test/prism/snapshots/whitequark/preexe.txt (renamed from test/yarp/snapshots/whitequark/preexe.txt)0
-rw-r--r--test/prism/snapshots/whitequark/procarg0.txt (renamed from test/yarp/snapshots/whitequark/procarg0.txt)0
-rw-r--r--test/prism/snapshots/whitequark/range_exclusive.txt (renamed from test/yarp/snapshots/whitequark/range_exclusive.txt)0
-rw-r--r--test/prism/snapshots/whitequark/range_inclusive.txt (renamed from test/yarp/snapshots/whitequark/range_inclusive.txt)0
-rw-r--r--test/prism/snapshots/whitequark/rational.txt (renamed from test/yarp/snapshots/whitequark/rational.txt)0
-rw-r--r--test/prism/snapshots/whitequark/redo.txt (renamed from test/yarp/snapshots/whitequark/redo.txt)0
-rw-r--r--test/prism/snapshots/whitequark/regex_interp.txt (renamed from test/yarp/snapshots/whitequark/regex_interp.txt)0
-rw-r--r--test/prism/snapshots/whitequark/regex_plain.txt (renamed from test/yarp/snapshots/whitequark/regex_plain.txt)0
-rw-r--r--test/prism/snapshots/whitequark/resbody_list.txt (renamed from test/yarp/snapshots/whitequark/resbody_list.txt)0
-rw-r--r--test/prism/snapshots/whitequark/resbody_list_mrhs.txt (renamed from test/yarp/snapshots/whitequark/resbody_list_mrhs.txt)0
-rw-r--r--test/prism/snapshots/whitequark/resbody_list_var.txt (renamed from test/yarp/snapshots/whitequark/resbody_list_var.txt)0
-rw-r--r--test/prism/snapshots/whitequark/resbody_var.txt (renamed from test/yarp/snapshots/whitequark/resbody_var.txt)0
-rw-r--r--test/prism/snapshots/whitequark/rescue.txt (renamed from test/yarp/snapshots/whitequark/rescue.txt)0
-rw-r--r--test/prism/snapshots/whitequark/rescue_else.txt (renamed from test/yarp/snapshots/whitequark/rescue_else.txt)0
-rw-r--r--test/prism/snapshots/whitequark/rescue_else_ensure.txt (renamed from test/yarp/snapshots/whitequark/rescue_else_ensure.txt)0
-rw-r--r--test/prism/snapshots/whitequark/rescue_ensure.txt (renamed from test/yarp/snapshots/whitequark/rescue_ensure.txt)0
-rw-r--r--test/prism/snapshots/whitequark/rescue_in_lambda_block.txt (renamed from test/yarp/snapshots/whitequark/rescue_in_lambda_block.txt)0
-rw-r--r--test/prism/snapshots/whitequark/rescue_mod.txt (renamed from test/yarp/snapshots/whitequark/rescue_mod.txt)0
-rw-r--r--test/prism/snapshots/whitequark/rescue_mod_asgn.txt (renamed from test/yarp/snapshots/whitequark/rescue_mod_asgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/rescue_mod_masgn.txt (renamed from test/yarp/snapshots/whitequark/rescue_mod_masgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/rescue_mod_op_assign.txt (renamed from test/yarp/snapshots/whitequark/rescue_mod_op_assign.txt)0
-rw-r--r--test/prism/snapshots/whitequark/rescue_without_begin_end.txt (renamed from test/yarp/snapshots/whitequark/rescue_without_begin_end.txt)0
-rw-r--r--test/prism/snapshots/whitequark/restarg_named.txt (renamed from test/yarp/snapshots/whitequark/restarg_named.txt)0
-rw-r--r--test/prism/snapshots/whitequark/restarg_unnamed.txt (renamed from test/yarp/snapshots/whitequark/restarg_unnamed.txt)0
-rw-r--r--test/prism/snapshots/whitequark/retry.txt (renamed from test/yarp/snapshots/whitequark/retry.txt)0
-rw-r--r--test/prism/snapshots/whitequark/return.txt (renamed from test/yarp/snapshots/whitequark/return.txt)0
-rw-r--r--test/prism/snapshots/whitequark/return_block.txt (renamed from test/yarp/snapshots/whitequark/return_block.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_10279.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_10279.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_10653.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_10653.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_11107.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_11107.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_11380.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_11380.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_11873.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_11873.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_11873_a.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_11873_a.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_11873_b.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_11873_b.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_11989.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_11989.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_11990.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_11990.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_12073.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_12073.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_12402.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_12402.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_12669.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_12669.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_12686.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_12686.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_13547.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_13547.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_14690.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_14690.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_15789.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_15789.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ruby_bug_9669.txt (renamed from test/yarp/snapshots/whitequark/ruby_bug_9669.txt)0
-rw-r--r--test/prism/snapshots/whitequark/sclass.txt (renamed from test/yarp/snapshots/whitequark/sclass.txt)0
-rw-r--r--test/prism/snapshots/whitequark/self.txt (renamed from test/yarp/snapshots/whitequark/self.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_attr_asgn.txt (renamed from test/yarp/snapshots/whitequark/send_attr_asgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_attr_asgn_conditional.txt (renamed from test/yarp/snapshots/whitequark/send_attr_asgn_conditional.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_binary_op.txt (renamed from test/yarp/snapshots/whitequark/send_binary_op.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_block_chain_cmd.txt (renamed from test/yarp/snapshots/whitequark/send_block_chain_cmd.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_block_conditional.txt (renamed from test/yarp/snapshots/whitequark/send_block_conditional.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_call.txt (renamed from test/yarp/snapshots/whitequark/send_call.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_conditional.txt (renamed from test/yarp/snapshots/whitequark/send_conditional.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_index.txt (renamed from test/yarp/snapshots/whitequark/send_index.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_index_asgn.txt (renamed from test/yarp/snapshots/whitequark/send_index_asgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_index_asgn_legacy.txt (renamed from test/yarp/snapshots/whitequark/send_index_asgn_legacy.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_index_cmd.txt (renamed from test/yarp/snapshots/whitequark/send_index_cmd.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_index_legacy.txt (renamed from test/yarp/snapshots/whitequark/send_index_legacy.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_lambda.txt (renamed from test/yarp/snapshots/whitequark/send_lambda.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_lambda_args.txt (renamed from test/yarp/snapshots/whitequark/send_lambda_args.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_lambda_args_noparen.txt (renamed from test/yarp/snapshots/whitequark/send_lambda_args_noparen.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_lambda_args_shadow.txt (renamed from test/yarp/snapshots/whitequark/send_lambda_args_shadow.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_lambda_legacy.txt (renamed from test/yarp/snapshots/whitequark/send_lambda_legacy.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_op_asgn_conditional.txt (renamed from test/yarp/snapshots/whitequark/send_op_asgn_conditional.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_plain.txt (renamed from test/yarp/snapshots/whitequark/send_plain.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_plain_cmd.txt (renamed from test/yarp/snapshots/whitequark/send_plain_cmd.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_self.txt (renamed from test/yarp/snapshots/whitequark/send_self.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_self_block.txt (renamed from test/yarp/snapshots/whitequark/send_self_block.txt)0
-rw-r--r--test/prism/snapshots/whitequark/send_unary_op.txt (renamed from test/yarp/snapshots/whitequark/send_unary_op.txt)0
-rw-r--r--test/prism/snapshots/whitequark/slash_newline_in_heredocs.txt (renamed from test/yarp/snapshots/whitequark/slash_newline_in_heredocs.txt)0
-rw-r--r--test/prism/snapshots/whitequark/space_args_arg.txt (renamed from test/yarp/snapshots/whitequark/space_args_arg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/space_args_arg_block.txt (renamed from test/yarp/snapshots/whitequark/space_args_arg_block.txt)0
-rw-r--r--test/prism/snapshots/whitequark/space_args_arg_call.txt (renamed from test/yarp/snapshots/whitequark/space_args_arg_call.txt)0
-rw-r--r--test/prism/snapshots/whitequark/space_args_arg_newline.txt (renamed from test/yarp/snapshots/whitequark/space_args_arg_newline.txt)0
-rw-r--r--test/prism/snapshots/whitequark/space_args_block.txt (renamed from test/yarp/snapshots/whitequark/space_args_block.txt)0
-rw-r--r--test/prism/snapshots/whitequark/space_args_cmd.txt (renamed from test/yarp/snapshots/whitequark/space_args_cmd.txt)0
-rw-r--r--test/prism/snapshots/whitequark/string___FILE__.txt (renamed from test/yarp/snapshots/whitequark/string___FILE__.txt)0
-rw-r--r--test/prism/snapshots/whitequark/string_concat.txt (renamed from test/yarp/snapshots/whitequark/string_concat.txt)0
-rw-r--r--test/prism/snapshots/whitequark/string_dvar.txt (renamed from test/yarp/snapshots/whitequark/string_dvar.txt)0
-rw-r--r--test/prism/snapshots/whitequark/string_interp.txt (renamed from test/yarp/snapshots/whitequark/string_interp.txt)0
-rw-r--r--test/prism/snapshots/whitequark/string_plain.txt (renamed from test/yarp/snapshots/whitequark/string_plain.txt)0
-rw-r--r--test/prism/snapshots/whitequark/super.txt (renamed from test/yarp/snapshots/whitequark/super.txt)0
-rw-r--r--test/prism/snapshots/whitequark/super_block.txt (renamed from test/yarp/snapshots/whitequark/super_block.txt)0
-rw-r--r--test/prism/snapshots/whitequark/symbol_interp.txt (renamed from test/yarp/snapshots/whitequark/symbol_interp.txt)0
-rw-r--r--test/prism/snapshots/whitequark/symbol_plain.txt (renamed from test/yarp/snapshots/whitequark/symbol_plain.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ternary.txt (renamed from test/yarp/snapshots/whitequark/ternary.txt)0
-rw-r--r--test/prism/snapshots/whitequark/ternary_ambiguous_symbol.txt (renamed from test/yarp/snapshots/whitequark/ternary_ambiguous_symbol.txt)0
-rw-r--r--test/prism/snapshots/whitequark/trailing_forward_arg.txt (renamed from test/yarp/snapshots/whitequark/trailing_forward_arg.txt)0
-rw-r--r--test/prism/snapshots/whitequark/true.txt (renamed from test/yarp/snapshots/whitequark/true.txt)0
-rw-r--r--test/prism/snapshots/whitequark/unary_num_pow_precedence.txt (renamed from test/yarp/snapshots/whitequark/unary_num_pow_precedence.txt)0
-rw-r--r--test/prism/snapshots/whitequark/undef.txt (renamed from test/yarp/snapshots/whitequark/undef.txt)0
-rw-r--r--test/prism/snapshots/whitequark/unless.txt (renamed from test/yarp/snapshots/whitequark/unless.txt)0
-rw-r--r--test/prism/snapshots/whitequark/unless_else.txt (renamed from test/yarp/snapshots/whitequark/unless_else.txt)0
-rw-r--r--test/prism/snapshots/whitequark/unless_mod.txt (renamed from test/yarp/snapshots/whitequark/unless_mod.txt)0
-rw-r--r--test/prism/snapshots/whitequark/until.txt (renamed from test/yarp/snapshots/whitequark/until.txt)0
-rw-r--r--test/prism/snapshots/whitequark/until_mod.txt (renamed from test/yarp/snapshots/whitequark/until_mod.txt)0
-rw-r--r--test/prism/snapshots/whitequark/until_post.txt (renamed from test/yarp/snapshots/whitequark/until_post.txt)0
-rw-r--r--test/prism/snapshots/whitequark/var_and_asgn.txt (renamed from test/yarp/snapshots/whitequark/var_and_asgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/var_op_asgn.txt (renamed from test/yarp/snapshots/whitequark/var_op_asgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/var_op_asgn_cmd.txt (renamed from test/yarp/snapshots/whitequark/var_op_asgn_cmd.txt)0
-rw-r--r--test/prism/snapshots/whitequark/var_or_asgn.txt (renamed from test/yarp/snapshots/whitequark/var_or_asgn.txt)0
-rw-r--r--test/prism/snapshots/whitequark/when_multi.txt (renamed from test/yarp/snapshots/whitequark/when_multi.txt)0
-rw-r--r--test/prism/snapshots/whitequark/when_splat.txt (renamed from test/yarp/snapshots/whitequark/when_splat.txt)0
-rw-r--r--test/prism/snapshots/whitequark/when_then.txt (renamed from test/yarp/snapshots/whitequark/when_then.txt)0
-rw-r--r--test/prism/snapshots/whitequark/while.txt (renamed from test/yarp/snapshots/whitequark/while.txt)0
-rw-r--r--test/prism/snapshots/whitequark/while_mod.txt (renamed from test/yarp/snapshots/whitequark/while_mod.txt)0
-rw-r--r--test/prism/snapshots/whitequark/while_post.txt (renamed from test/yarp/snapshots/whitequark/while_post.txt)0
-rw-r--r--test/prism/snapshots/whitequark/xstring_interp.txt (renamed from test/yarp/snapshots/whitequark/xstring_interp.txt)0
-rw-r--r--test/prism/snapshots/whitequark/xstring_plain.txt (renamed from test/yarp/snapshots/whitequark/xstring_plain.txt)0
-rw-r--r--test/prism/snapshots/whitequark/yield.txt (renamed from test/yarp/snapshots/whitequark/yield.txt)0
-rw-r--r--test/prism/snapshots/whitequark/zsuper.txt (renamed from test/yarp/snapshots/whitequark/zsuper.txt)0
-rw-r--r--test/prism/snapshots/xstring.txt (renamed from test/yarp/snapshots/xstring.txt)0
-rw-r--r--test/prism/snapshots/yield.txt (renamed from test/yarp/snapshots/yield.txt)0
-rw-r--r--test/prism/test_helper.rb (renamed from test/yarp/test_helper.rb)0
-rw-r--r--test/prism/unescape_test.rb (renamed from test/yarp/unescape_test.rb)0
-rw-r--r--test/prism/version_test.rb (renamed from test/yarp/version_test.rb)0
-rwxr-xr-xtool/sync_default_gems.rb42
1930 files changed, 35 insertions, 35 deletions
diff --git a/.gitignore b/.gitignore
index fe303330b1..1ef1e76edd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -255,17 +255,17 @@ lcov*.info
# /wasm/
/wasm/tests/*.wasm
-# YARP
-/lib/yarp/compiler.rb
-/lib/yarp/dispatcher.rb
-/lib/yarp/dsl.rb
-/lib/yarp/mutation_compiler.rb
-/lib/yarp/node.rb
-/lib/yarp/serialize.rb
-/lib/yarp/visitor.rb
-/yarp/api_node.c
-/yarp/ast.h
-/yarp/node.c
-/yarp/prettyprint.c
-/yarp/serialize.c
-/yarp/token_type.c
+# prism
+/lib/prism/compiler.rb
+/lib/prism/dispatcher.rb
+/lib/prism/dsl.rb
+/lib/prism/mutation_compiler.rb
+/lib/prism/node.rb
+/lib/prism/serialize.rb
+/lib/prism/visitor.rb
+/prism/api_node.c
+/prism/ast.h
+/prism/node.c
+/prism/prettyprint.c
+/prism/serialize.c
+/prism/token_type.c
diff --git a/lib/yarp.rb b/lib/prism.rb
index 4d111b072f..4d111b072f 100644
--- a/lib/yarp.rb
+++ b/lib/prism.rb
diff --git a/lib/yarp/debug.rb b/lib/prism/debug.rb
index 39df1e838c..39df1e838c 100644
--- a/lib/yarp/debug.rb
+++ b/lib/prism/debug.rb
diff --git a/lib/yarp/desugar_compiler.rb b/lib/prism/desugar_compiler.rb
index b86e8518c6..b86e8518c6 100644
--- a/lib/yarp/desugar_compiler.rb
+++ b/lib/prism/desugar_compiler.rb
diff --git a/lib/yarp/ffi.rb b/lib/prism/ffi.rb
index 82643be808..82643be808 100644
--- a/lib/yarp/ffi.rb
+++ b/lib/prism/ffi.rb
diff --git a/lib/yarp/language_server.rb b/lib/prism/language_server.rb
index 5a10d484a1..5a10d484a1 100644
--- a/lib/yarp/language_server.rb
+++ b/lib/prism/language_server.rb
diff --git a/lib/yarp/lex_compat.rb b/lib/prism/lex_compat.rb
index 720ac2b59b..720ac2b59b 100644
--- a/lib/yarp/lex_compat.rb
+++ b/lib/prism/lex_compat.rb
diff --git a/lib/yarp/node_ext.rb b/lib/prism/node_ext.rb
index 760b3d75df..760b3d75df 100644
--- a/lib/yarp/node_ext.rb
+++ b/lib/prism/node_ext.rb
diff --git a/lib/yarp/node_inspector.rb b/lib/prism/node_inspector.rb
index c09840a471..c09840a471 100644
--- a/lib/yarp/node_inspector.rb
+++ b/lib/prism/node_inspector.rb
diff --git a/lib/yarp/pack.rb b/lib/prism/pack.rb
index 83f5569923..83f5569923 100644
--- a/lib/yarp/pack.rb
+++ b/lib/prism/pack.rb
diff --git a/lib/yarp/parse_result.rb b/lib/prism/parse_result.rb
index 2d9d855b86..2d9d855b86 100644
--- a/lib/yarp/parse_result.rb
+++ b/lib/prism/parse_result.rb
diff --git a/lib/yarp/parse_result/comments.rb b/lib/prism/parse_result/comments.rb
index 88240609b1..88240609b1 100644
--- a/lib/yarp/parse_result/comments.rb
+++ b/lib/prism/parse_result/comments.rb
diff --git a/lib/yarp/parse_result/newlines.rb b/lib/prism/parse_result/newlines.rb
index d16600afd0..d16600afd0 100644
--- a/lib/yarp/parse_result/newlines.rb
+++ b/lib/prism/parse_result/newlines.rb
diff --git a/lib/yarp/pattern.rb b/lib/prism/pattern.rb
index f7519137e4..f7519137e4 100644
--- a/lib/yarp/pattern.rb
+++ b/lib/prism/pattern.rb
diff --git a/lib/yarp/yarp.gemspec b/lib/prism/prism.gemspec
index d1a7bbbbcf..d1a7bbbbcf 100644
--- a/lib/yarp/yarp.gemspec
+++ b/lib/prism/prism.gemspec
diff --git a/lib/yarp/ripper_compat.rb b/lib/prism/ripper_compat.rb
index c76f3fd07a..c76f3fd07a 100644
--- a/lib/yarp/ripper_compat.rb
+++ b/lib/prism/ripper_compat.rb
diff --git a/lib/yarp/version.rb b/lib/prism/version.rb
index e450bfb526..e450bfb526 100644
--- a/lib/yarp/version.rb
+++ b/lib/prism/version.rb
diff --git a/yarp/api_pack.c b/prism/api_pack.c
index 7f0440970e..7f0440970e 100644
--- a/yarp/api_pack.c
+++ b/prism/api_pack.c
diff --git a/yarp/config.yml b/prism/config.yml
index b78cf06ee5..b78cf06ee5 100644
--- a/yarp/config.yml
+++ b/prism/config.yml
diff --git a/yarp/defines.h b/prism/defines.h
index 24d33b5e09..24d33b5e09 100644
--- a/yarp/defines.h
+++ b/prism/defines.h
diff --git a/yarp/diagnostic.c b/prism/diagnostic.c
index 60a80ece17..60a80ece17 100644
--- a/yarp/diagnostic.c
+++ b/prism/diagnostic.c
diff --git a/yarp/diagnostic.h b/prism/diagnostic.h
index 39ae9e7157..39ae9e7157 100644
--- a/yarp/diagnostic.h
+++ b/prism/diagnostic.h
diff --git a/yarp/enc/yp_big5.c b/prism/enc/pm_big5.c
index a7c879cd0a..a7c879cd0a 100644
--- a/yarp/enc/yp_big5.c
+++ b/prism/enc/pm_big5.c
diff --git a/yarp/enc/yp_encoding.h b/prism/enc/pm_encoding.h
index d8563bd54a..d8563bd54a 100644
--- a/yarp/enc/yp_encoding.h
+++ b/prism/enc/pm_encoding.h
diff --git a/yarp/enc/yp_euc_jp.c b/prism/enc/pm_euc_jp.c
index f6f80d528b..f6f80d528b 100644
--- a/yarp/enc/yp_euc_jp.c
+++ b/prism/enc/pm_euc_jp.c
diff --git a/yarp/enc/yp_gbk.c b/prism/enc/pm_gbk.c
index 71de318612..71de318612 100644
--- a/yarp/enc/yp_gbk.c
+++ b/prism/enc/pm_gbk.c
diff --git a/yarp/enc/yp_shift_jis.c b/prism/enc/pm_shift_jis.c
index e6ca10d1fd..e6ca10d1fd 100644
--- a/yarp/enc/yp_shift_jis.c
+++ b/prism/enc/pm_shift_jis.c
diff --git a/yarp/enc/yp_tables.c b/prism/enc/pm_tables.c
index 5504cd5419..5504cd5419 100644
--- a/yarp/enc/yp_tables.c
+++ b/prism/enc/pm_tables.c
diff --git a/yarp/enc/yp_unicode.c b/prism/enc/pm_unicode.c
index 196955d483..196955d483 100644
--- a/yarp/enc/yp_unicode.c
+++ b/prism/enc/pm_unicode.c
diff --git a/yarp/enc/yp_windows_31j.c b/prism/enc/pm_windows_31j.c
index 0d34639535..0d34639535 100644
--- a/yarp/enc/yp_windows_31j.c
+++ b/prism/enc/pm_windows_31j.c
diff --git a/yarp/extension.c b/prism/extension.c
index b5fe43b353..b5fe43b353 100644
--- a/yarp/extension.c
+++ b/prism/extension.c
diff --git a/yarp/extension.h b/prism/extension.h
index ab84a72f64..ab84a72f64 100644
--- a/yarp/extension.h
+++ b/prism/extension.h
diff --git a/yarp/node.h b/prism/node.h
index 1b546f086f..1b546f086f 100644
--- a/yarp/node.h
+++ b/prism/node.h
diff --git a/yarp/pack.c b/prism/pack.c
index 48bba4ea49..48bba4ea49 100644
--- a/yarp/pack.c
+++ b/prism/pack.c
diff --git a/yarp/pack.h b/prism/pack.h
index 9d6204bf7b..9d6204bf7b 100644
--- a/yarp/pack.h
+++ b/prism/pack.h
diff --git a/yarp/parser.h b/prism/parser.h
index 89b0f2744b..89b0f2744b 100644
--- a/yarp/parser.h
+++ b/prism/parser.h
diff --git a/yarp/yarp.c b/prism/prism.c
index 715708a4d3..715708a4d3 100644
--- a/yarp/yarp.c
+++ b/prism/prism.c
diff --git a/yarp/yarp.h b/prism/prism.h
index 378efe0c93..378efe0c93 100644
--- a/yarp/yarp.h
+++ b/prism/prism.h
diff --git a/yarp/yarp_compiler.c b/prism/prism_compiler.c
index 4b3e6ec11b..4b3e6ec11b 100644
--- a/yarp/yarp_compiler.c
+++ b/prism/prism_compiler.c
diff --git a/yarp/yarp_init.c b/prism/prism_init.c
index 4684e99db6..4684e99db6 100644
--- a/yarp/yarp_init.c
+++ b/prism/prism_init.c
diff --git a/yarp/regexp.c b/prism/regexp.c
index 2aeadc1bfc..2aeadc1bfc 100644
--- a/yarp/regexp.c
+++ b/prism/regexp.c
diff --git a/yarp/regexp.h b/prism/regexp.h
index 6807c58398..6807c58398 100644
--- a/yarp/regexp.h
+++ b/prism/regexp.h
diff --git a/yarp/templates/ext/yarp/api_node.c.erb b/prism/templates/ext/prism/api_node.c.erb
index d05e0f9b83..d05e0f9b83 100644
--- a/yarp/templates/ext/yarp/api_node.c.erb
+++ b/prism/templates/ext/prism/api_node.c.erb
diff --git a/yarp/templates/include/yarp/ast.h.erb b/prism/templates/include/prism/ast.h.erb
index c35c6640e1..c35c6640e1 100644
--- a/yarp/templates/include/yarp/ast.h.erb
+++ b/prism/templates/include/prism/ast.h.erb
diff --git a/yarp/templates/lib/yarp/compiler.rb.erb b/prism/templates/lib/prism/compiler.rb.erb
index b9ddb4daee..b9ddb4daee 100644
--- a/yarp/templates/lib/yarp/compiler.rb.erb
+++ b/prism/templates/lib/prism/compiler.rb.erb
diff --git a/yarp/templates/lib/yarp/dispatcher.rb.erb b/prism/templates/lib/prism/dispatcher.rb.erb
index 40d66ff6f1..40d66ff6f1 100644
--- a/yarp/templates/lib/yarp/dispatcher.rb.erb
+++ b/prism/templates/lib/prism/dispatcher.rb.erb
diff --git a/yarp/templates/lib/yarp/dsl.rb.erb b/prism/templates/lib/prism/dsl.rb.erb
index cc96d15e6c..cc96d15e6c 100644
--- a/yarp/templates/lib/yarp/dsl.rb.erb
+++ b/prism/templates/lib/prism/dsl.rb.erb
diff --git a/yarp/templates/lib/yarp/mutation_compiler.rb.erb b/prism/templates/lib/prism/mutation_compiler.rb.erb
index a99721f53b..a99721f53b 100644
--- a/yarp/templates/lib/yarp/mutation_compiler.rb.erb
+++ b/prism/templates/lib/prism/mutation_compiler.rb.erb
diff --git a/yarp/templates/lib/yarp/node.rb.erb b/prism/templates/lib/prism/node.rb.erb
index c654572f5e..c654572f5e 100644
--- a/yarp/templates/lib/yarp/node.rb.erb
+++ b/prism/templates/lib/prism/node.rb.erb
diff --git a/yarp/templates/lib/yarp/serialize.rb.erb b/prism/templates/lib/prism/serialize.rb.erb
index 84d284db16..84d284db16 100644
--- a/yarp/templates/lib/yarp/serialize.rb.erb
+++ b/prism/templates/lib/prism/serialize.rb.erb
diff --git a/yarp/templates/lib/yarp/visitor.rb.erb b/prism/templates/lib/prism/visitor.rb.erb
index 0bef47b997..0bef47b997 100644
--- a/yarp/templates/lib/yarp/visitor.rb.erb
+++ b/prism/templates/lib/prism/visitor.rb.erb
diff --git a/yarp/templates/src/node.c.erb b/prism/templates/src/node.c.erb
index f21144f169..f21144f169 100644
--- a/yarp/templates/src/node.c.erb
+++ b/prism/templates/src/node.c.erb
diff --git a/yarp/templates/src/prettyprint.c.erb b/prism/templates/src/prettyprint.c.erb
index 796d8ccafb..796d8ccafb 100644
--- a/yarp/templates/src/prettyprint.c.erb
+++ b/prism/templates/src/prettyprint.c.erb
diff --git a/yarp/templates/src/serialize.c.erb b/prism/templates/src/serialize.c.erb
index 9b3811106e..9b3811106e 100644
--- a/yarp/templates/src/serialize.c.erb
+++ b/prism/templates/src/serialize.c.erb
diff --git a/yarp/templates/src/token_type.c.erb b/prism/templates/src/token_type.c.erb
index d861352eec..d861352eec 100644
--- a/yarp/templates/src/token_type.c.erb
+++ b/prism/templates/src/token_type.c.erb
diff --git a/yarp/templates/template.rb b/prism/templates/template.rb
index f24c756438..f24c756438 100755
--- a/yarp/templates/template.rb
+++ b/prism/templates/template.rb
diff --git a/yarp/unescape.c b/prism/unescape.c
index 6ecb8f49c4..6ecb8f49c4 100644
--- a/yarp/unescape.c
+++ b/prism/unescape.c
diff --git a/yarp/unescape.h b/prism/unescape.h
index bb0ef315a9..bb0ef315a9 100644
--- a/yarp/unescape.h
+++ b/prism/unescape.h
diff --git a/yarp/util/yp_buffer.c b/prism/util/pm_buffer.c
index 15cdef74f8..15cdef74f8 100644
--- a/yarp/util/yp_buffer.c
+++ b/prism/util/pm_buffer.c
diff --git a/yarp/util/yp_buffer.h b/prism/util/pm_buffer.h
index c388e8d5ce..c388e8d5ce 100644
--- a/yarp/util/yp_buffer.h
+++ b/prism/util/pm_buffer.h
diff --git a/yarp/util/yp_char.c b/prism/util/pm_char.c
index 42c3896626..42c3896626 100644
--- a/yarp/util/yp_char.c
+++ b/prism/util/pm_char.c
diff --git a/yarp/util/yp_char.h b/prism/util/pm_char.h
index f08d6a8c9d..f08d6a8c9d 100644
--- a/yarp/util/yp_char.h
+++ b/prism/util/pm_char.h
diff --git a/yarp/util/yp_constant_pool.c b/prism/util/pm_constant_pool.c
index 18376dce82..18376dce82 100644
--- a/yarp/util/yp_constant_pool.c
+++ b/prism/util/pm_constant_pool.c
diff --git a/yarp/util/yp_constant_pool.h b/prism/util/pm_constant_pool.h
index c07cd0b7d8..c07cd0b7d8 100644
--- a/yarp/util/yp_constant_pool.h
+++ b/prism/util/pm_constant_pool.h
diff --git a/yarp/util/yp_list.c b/prism/util/pm_list.c
index e03dd79d8d..e03dd79d8d 100644
--- a/yarp/util/yp_list.c
+++ b/prism/util/pm_list.c
diff --git a/yarp/util/yp_list.h b/prism/util/pm_list.h
index 205a5a7eab..205a5a7eab 100644
--- a/yarp/util/yp_list.h
+++ b/prism/util/pm_list.h
diff --git a/yarp/util/yp_memchr.c b/prism/util/pm_memchr.c
index af9c14397e..af9c14397e 100644
--- a/yarp/util/yp_memchr.c
+++ b/prism/util/pm_memchr.c
diff --git a/yarp/util/yp_memchr.h b/prism/util/pm_memchr.h
index 97f4b15a83..97f4b15a83 100644
--- a/yarp/util/yp_memchr.h
+++ b/prism/util/pm_memchr.h
diff --git a/yarp/util/yp_newline_list.c b/prism/util/pm_newline_list.c
index 969b884560..969b884560 100644
--- a/yarp/util/yp_newline_list.c
+++ b/prism/util/pm_newline_list.c
diff --git a/yarp/util/yp_newline_list.h b/prism/util/pm_newline_list.h
index 9231305008..9231305008 100644
--- a/yarp/util/yp_newline_list.h
+++ b/prism/util/pm_newline_list.h
diff --git a/yarp/util/yp_state_stack.c b/prism/util/pm_state_stack.c
index 7ff95bd611..7ff95bd611 100644
--- a/yarp/util/yp_state_stack.c
+++ b/prism/util/pm_state_stack.c
diff --git a/yarp/util/yp_state_stack.h b/prism/util/pm_state_stack.h
index 69d8d7d54b..69d8d7d54b 100644
--- a/yarp/util/yp_state_stack.h
+++ b/prism/util/pm_state_stack.h
diff --git a/yarp/util/yp_string.c b/prism/util/pm_string.c
index 9ee25155a3..9ee25155a3 100644
--- a/yarp/util/yp_string.c
+++ b/prism/util/pm_string.c
diff --git a/yarp/util/yp_string.h b/prism/util/pm_string.h
index bcdf8b66d9..bcdf8b66d9 100644
--- a/yarp/util/yp_string.h
+++ b/prism/util/pm_string.h
diff --git a/yarp/util/yp_string_list.c b/prism/util/pm_string_list.c
index 3b2b4381c5..3b2b4381c5 100644
--- a/yarp/util/yp_string_list.c
+++ b/prism/util/pm_string_list.c
diff --git a/yarp/util/yp_string_list.h b/prism/util/pm_string_list.h
index 0009a27a60..0009a27a60 100644
--- a/yarp/util/yp_string_list.h
+++ b/prism/util/pm_string_list.h
diff --git a/yarp/util/yp_strncasecmp.c b/prism/util/pm_strncasecmp.c
index 1cbaf904f4..1cbaf904f4 100644
--- a/yarp/util/yp_strncasecmp.c
+++ b/prism/util/pm_strncasecmp.c
diff --git a/yarp/util/yp_strpbrk.c b/prism/util/pm_strpbrk.c
index 7c0015d289..7c0015d289 100644
--- a/yarp/util/yp_strpbrk.c
+++ b/prism/util/pm_strpbrk.c
diff --git a/yarp/util/yp_strpbrk.h b/prism/util/pm_strpbrk.h
index d0bdd5bec0..d0bdd5bec0 100644
--- a/yarp/util/yp_strpbrk.h
+++ b/prism/util/pm_strpbrk.h
diff --git a/yarp/version.h b/prism/version.h
index 6dc8efd1c7..6dc8efd1c7 100644
--- a/yarp/version.h
+++ b/prism/version.h
diff --git a/test/yarp/bom_test.rb b/test/prism/bom_test.rb
index 3a4e04a900..3a4e04a900 100644
--- a/test/yarp/bom_test.rb
+++ b/test/prism/bom_test.rb
diff --git a/test/yarp/comments_test.rb b/test/prism/comments_test.rb
index b7aadc0768..b7aadc0768 100644
--- a/test/yarp/comments_test.rb
+++ b/test/prism/comments_test.rb
diff --git a/test/yarp/compiler_test.rb b/test/prism/compiler_test.rb
index 141e183469..141e183469 100644
--- a/test/yarp/compiler_test.rb
+++ b/test/prism/compiler_test.rb
diff --git a/test/yarp/desugar_compiler_test.rb b/test/prism/desugar_compiler_test.rb
index 8d2b207fed..8d2b207fed 100644
--- a/test/yarp/desugar_compiler_test.rb
+++ b/test/prism/desugar_compiler_test.rb
diff --git a/test/yarp/dispatcher_test.rb b/test/prism/dispatcher_test.rb
index e67562e2da..e67562e2da 100644
--- a/test/yarp/dispatcher_test.rb
+++ b/test/prism/dispatcher_test.rb
diff --git a/test/yarp/encoding_test.rb b/test/prism/encoding_test.rb
index 8427bddcbe..8427bddcbe 100644
--- a/test/yarp/encoding_test.rb
+++ b/test/prism/encoding_test.rb
diff --git a/test/yarp/errors_test.rb b/test/prism/errors_test.rb
index 2b3c8f5c89..2b3c8f5c89 100644
--- a/test/yarp/errors_test.rb
+++ b/test/prism/errors_test.rb
diff --git a/test/yarp/fixtures/alias.txt b/test/prism/fixtures/alias.txt
index 376dacd7cc..376dacd7cc 100644
--- a/test/yarp/fixtures/alias.txt
+++ b/test/prism/fixtures/alias.txt
diff --git a/test/yarp/fixtures/arithmetic.txt b/test/prism/fixtures/arithmetic.txt
index b1e1267b95..b1e1267b95 100644
--- a/test/yarp/fixtures/arithmetic.txt
+++ b/test/prism/fixtures/arithmetic.txt
diff --git a/test/yarp/fixtures/arrays.txt b/test/prism/fixtures/arrays.txt
index 057a73abf6..057a73abf6 100644
--- a/test/yarp/fixtures/arrays.txt
+++ b/test/prism/fixtures/arrays.txt
diff --git a/test/yarp/fixtures/begin_ensure.txt b/test/prism/fixtures/begin_ensure.txt
index 6cfb627453..6cfb627453 100644
--- a/test/yarp/fixtures/begin_ensure.txt
+++ b/test/prism/fixtures/begin_ensure.txt
diff --git a/test/yarp/fixtures/begin_rescue.txt b/test/prism/fixtures/begin_rescue.txt
index 0a56fbef9f..0a56fbef9f 100644
--- a/test/yarp/fixtures/begin_rescue.txt
+++ b/test/prism/fixtures/begin_rescue.txt
diff --git a/test/yarp/fixtures/blocks.txt b/test/prism/fixtures/blocks.txt
index e33d95c150..e33d95c150 100644
--- a/test/yarp/fixtures/blocks.txt
+++ b/test/prism/fixtures/blocks.txt
diff --git a/test/yarp/fixtures/boolean_operators.txt b/test/prism/fixtures/boolean_operators.txt
index dd0b9c9f01..dd0b9c9f01 100644
--- a/test/yarp/fixtures/boolean_operators.txt
+++ b/test/prism/fixtures/boolean_operators.txt
diff --git a/test/yarp/fixtures/booleans.txt b/test/prism/fixtures/booleans.txt
index d9417254b6..d9417254b6 100644
--- a/test/yarp/fixtures/booleans.txt
+++ b/test/prism/fixtures/booleans.txt
diff --git a/test/yarp/fixtures/break.txt b/test/prism/fixtures/break.txt
index 61859d8a8a..61859d8a8a 100644
--- a/test/yarp/fixtures/break.txt
+++ b/test/prism/fixtures/break.txt
diff --git a/test/yarp/fixtures/case.txt b/test/prism/fixtures/case.txt
index 1b720bc5ac..1b720bc5ac 100644
--- a/test/yarp/fixtures/case.txt
+++ b/test/prism/fixtures/case.txt
diff --git a/test/yarp/fixtures/classes.txt b/test/prism/fixtures/classes.txt
index 056cb00e82..056cb00e82 100644
--- a/test/yarp/fixtures/classes.txt
+++ b/test/prism/fixtures/classes.txt
diff --git a/test/yarp/fixtures/comments.txt b/test/prism/fixtures/comments.txt
index 9bd853e927..9bd853e927 100644
--- a/test/yarp/fixtures/comments.txt
+++ b/test/prism/fixtures/comments.txt
diff --git a/test/yarp/fixtures/constants.txt b/test/prism/fixtures/constants.txt
index d86f8d3402..d86f8d3402 100644
--- a/test/yarp/fixtures/constants.txt
+++ b/test/prism/fixtures/constants.txt
diff --git a/test/yarp/fixtures/dash_heredocs.txt b/test/prism/fixtures/dash_heredocs.txt
index 3e663fae63..3e663fae63 100644
--- a/test/yarp/fixtures/dash_heredocs.txt
+++ b/test/prism/fixtures/dash_heredocs.txt
diff --git a/test/yarp/fixtures/defined.txt b/test/prism/fixtures/defined.txt
index 9cf153a853..9cf153a853 100644
--- a/test/yarp/fixtures/defined.txt
+++ b/test/prism/fixtures/defined.txt
diff --git a/test/yarp/fixtures/dos_endings.txt b/test/prism/fixtures/dos_endings.txt
index c105522fa1..c105522fa1 100644
--- a/test/yarp/fixtures/dos_endings.txt
+++ b/test/prism/fixtures/dos_endings.txt
diff --git a/test/yarp/fixtures/embdoc_no_newline_at_end.txt b/test/prism/fixtures/embdoc_no_newline_at_end.txt
index 7dc2e32d73..7dc2e32d73 100644
--- a/test/yarp/fixtures/embdoc_no_newline_at_end.txt
+++ b/test/prism/fixtures/embdoc_no_newline_at_end.txt
diff --git a/test/yarp/fixtures/endless_methods.txt b/test/prism/fixtures/endless_methods.txt
index 8c2f2a30cc..8c2f2a30cc 100644
--- a/test/yarp/fixtures/endless_methods.txt
+++ b/test/prism/fixtures/endless_methods.txt
diff --git a/test/yarp/fixtures/endless_range_in_conditional.txt b/test/prism/fixtures/endless_range_in_conditional.txt
index 6048008584..6048008584 100644
--- a/test/yarp/fixtures/endless_range_in_conditional.txt
+++ b/test/prism/fixtures/endless_range_in_conditional.txt
diff --git a/test/yarp/fixtures/for.txt b/test/prism/fixtures/for.txt
index b6eb2cb24f..b6eb2cb24f 100644
--- a/test/yarp/fixtures/for.txt
+++ b/test/prism/fixtures/for.txt
diff --git a/test/yarp/fixtures/global_variables.txt b/test/prism/fixtures/global_variables.txt
index 3dc52722a0..3dc52722a0 100644
--- a/test/yarp/fixtures/global_variables.txt
+++ b/test/prism/fixtures/global_variables.txt
diff --git a/test/yarp/fixtures/hashes.txt b/test/prism/fixtures/hashes.txt
index 443b2359c6..443b2359c6 100644
--- a/test/yarp/fixtures/hashes.txt
+++ b/test/prism/fixtures/hashes.txt
diff --git a/test/yarp/fixtures/heredoc_with_escaped_newline_at_start.txt b/test/prism/fixtures/heredoc_with_escaped_newline_at_start.txt
index 81f314e0b3..81f314e0b3 100644
--- a/test/yarp/fixtures/heredoc_with_escaped_newline_at_start.txt
+++ b/test/prism/fixtures/heredoc_with_escaped_newline_at_start.txt
diff --git a/test/yarp/fixtures/heredoc_with_trailing_newline.txt b/test/prism/fixtures/heredoc_with_trailing_newline.txt
index 13771bf3ac..13771bf3ac 100644
--- a/test/yarp/fixtures/heredoc_with_trailing_newline.txt
+++ b/test/prism/fixtures/heredoc_with_trailing_newline.txt
diff --git a/test/yarp/fixtures/heredocs_nested.txt b/test/prism/fixtures/heredocs_nested.txt
index eef7206d69..eef7206d69 100644
--- a/test/yarp/fixtures/heredocs_nested.txt
+++ b/test/prism/fixtures/heredocs_nested.txt
diff --git a/test/yarp/fixtures/heredocs_with_ignored_newlines.txt b/test/prism/fixtures/heredocs_with_ignored_newlines.txt
index 8e12546ec7..8e12546ec7 100644
--- a/test/yarp/fixtures/heredocs_with_ignored_newlines.txt
+++ b/test/prism/fixtures/heredocs_with_ignored_newlines.txt
diff --git a/test/yarp/fixtures/heredocs_with_ignored_newlines_and_non_empty.txt b/test/prism/fixtures/heredocs_with_ignored_newlines_and_non_empty.txt
index aeacbd8126..aeacbd8126 100644
--- a/test/yarp/fixtures/heredocs_with_ignored_newlines_and_non_empty.txt
+++ b/test/prism/fixtures/heredocs_with_ignored_newlines_and_non_empty.txt
diff --git a/test/yarp/fixtures/if.txt b/test/prism/fixtures/if.txt
index c5281a6693..c5281a6693 100644
--- a/test/yarp/fixtures/if.txt
+++ b/test/prism/fixtures/if.txt
diff --git a/test/yarp/fixtures/indented_file_end.txt b/test/prism/fixtures/indented_file_end.txt
index 5a96dcacf7..5a96dcacf7 100644
--- a/test/yarp/fixtures/indented_file_end.txt
+++ b/test/prism/fixtures/indented_file_end.txt
diff --git a/test/yarp/fixtures/integer_operations.txt b/test/prism/fixtures/integer_operations.txt
index 37163acf30..37163acf30 100644
--- a/test/yarp/fixtures/integer_operations.txt
+++ b/test/prism/fixtures/integer_operations.txt
diff --git a/test/yarp/fixtures/keyword_method_names.txt b/test/prism/fixtures/keyword_method_names.txt
index 9154469441..9154469441 100644
--- a/test/yarp/fixtures/keyword_method_names.txt
+++ b/test/prism/fixtures/keyword_method_names.txt
diff --git a/test/yarp/fixtures/keywords.txt b/test/prism/fixtures/keywords.txt
index 90cdfb41c7..90cdfb41c7 100644
--- a/test/yarp/fixtures/keywords.txt
+++ b/test/prism/fixtures/keywords.txt
diff --git a/test/yarp/fixtures/lambda.txt b/test/prism/fixtures/lambda.txt
index 5c21eafb24..5c21eafb24 100644
--- a/test/yarp/fixtures/lambda.txt
+++ b/test/prism/fixtures/lambda.txt
diff --git a/test/yarp/fixtures/method_calls.txt b/test/prism/fixtures/method_calls.txt
index 5d82abef2e..5d82abef2e 100644
--- a/test/yarp/fixtures/method_calls.txt
+++ b/test/prism/fixtures/method_calls.txt
diff --git a/test/yarp/fixtures/methods.txt b/test/prism/fixtures/methods.txt
index ac561363f8..ac561363f8 100644
--- a/test/yarp/fixtures/methods.txt
+++ b/test/prism/fixtures/methods.txt
diff --git a/test/yarp/fixtures/modules.txt b/test/prism/fixtures/modules.txt
index 76bd9bea43..76bd9bea43 100644
--- a/test/yarp/fixtures/modules.txt
+++ b/test/prism/fixtures/modules.txt
diff --git a/test/yarp/fixtures/newline_terminated.txt b/test/prism/fixtures/newline_terminated.txt
index 12f3bda229..12f3bda229 100644
--- a/test/yarp/fixtures/newline_terminated.txt
+++ b/test/prism/fixtures/newline_terminated.txt
Binary files differ
diff --git a/test/yarp/fixtures/next.txt b/test/prism/fixtures/next.txt
index 476f17ffe3..476f17ffe3 100644
--- a/test/yarp/fixtures/next.txt
+++ b/test/prism/fixtures/next.txt
diff --git a/test/yarp/fixtures/nils.txt b/test/prism/fixtures/nils.txt
index 8084db2534..8084db2534 100644
--- a/test/yarp/fixtures/nils.txt
+++ b/test/prism/fixtures/nils.txt
diff --git a/test/yarp/fixtures/non_alphanumeric_methods.txt b/test/prism/fixtures/non_alphanumeric_methods.txt
index 1da3fd852b..1da3fd852b 100644
--- a/test/yarp/fixtures/non_alphanumeric_methods.txt
+++ b/test/prism/fixtures/non_alphanumeric_methods.txt
diff --git a/test/yarp/fixtures/not.txt b/test/prism/fixtures/not.txt
index 520b34fa37..520b34fa37 100644
--- a/test/yarp/fixtures/not.txt
+++ b/test/prism/fixtures/not.txt
diff --git a/test/yarp/fixtures/numbers.txt b/test/prism/fixtures/numbers.txt
index 3c8bf07805..3c8bf07805 100644
--- a/test/yarp/fixtures/numbers.txt
+++ b/test/prism/fixtures/numbers.txt
diff --git a/test/yarp/fixtures/patterns.txt b/test/prism/fixtures/patterns.txt
index e0c5f303cb..e0c5f303cb 100644
--- a/test/yarp/fixtures/patterns.txt
+++ b/test/prism/fixtures/patterns.txt
diff --git a/test/yarp/fixtures/procs.txt b/test/prism/fixtures/procs.txt
index 7ffb11e78a..7ffb11e78a 100644
--- a/test/yarp/fixtures/procs.txt
+++ b/test/prism/fixtures/procs.txt
diff --git a/test/yarp/fixtures/range_begin_open_exclusive.txt b/test/prism/fixtures/range_begin_open_exclusive.txt
index 3b12672b4f..3b12672b4f 100644
--- a/test/yarp/fixtures/range_begin_open_exclusive.txt
+++ b/test/prism/fixtures/range_begin_open_exclusive.txt
diff --git a/test/yarp/fixtures/range_begin_open_inclusive.txt b/test/prism/fixtures/range_begin_open_inclusive.txt
index 052f45900b..052f45900b 100644
--- a/test/yarp/fixtures/range_begin_open_inclusive.txt
+++ b/test/prism/fixtures/range_begin_open_inclusive.txt
diff --git a/test/yarp/fixtures/range_end_open_exclusive.txt b/test/prism/fixtures/range_end_open_exclusive.txt
index 2ffd68afdb..2ffd68afdb 100644
--- a/test/yarp/fixtures/range_end_open_exclusive.txt
+++ b/test/prism/fixtures/range_end_open_exclusive.txt
diff --git a/test/yarp/fixtures/range_end_open_inclusive.txt b/test/prism/fixtures/range_end_open_inclusive.txt
index 48445391f6..48445391f6 100644
--- a/test/yarp/fixtures/range_end_open_inclusive.txt
+++ b/test/prism/fixtures/range_end_open_inclusive.txt
diff --git a/test/yarp/fixtures/ranges.txt b/test/prism/fixtures/ranges.txt
index 55c0ade965..55c0ade965 100644
--- a/test/yarp/fixtures/ranges.txt
+++ b/test/prism/fixtures/ranges.txt
diff --git a/test/yarp/fixtures/regex.txt b/test/prism/fixtures/regex.txt
index 1e917e7de7..1e917e7de7 100644
--- a/test/yarp/fixtures/regex.txt
+++ b/test/prism/fixtures/regex.txt
diff --git a/test/yarp/fixtures/rescue.txt b/test/prism/fixtures/rescue.txt
index 0d26fd2523..0d26fd2523 100644
--- a/test/yarp/fixtures/rescue.txt
+++ b/test/prism/fixtures/rescue.txt
diff --git a/test/yarp/fixtures/return.txt b/test/prism/fixtures/return.txt
index a8b5b95fab..a8b5b95fab 100644
--- a/test/yarp/fixtures/return.txt
+++ b/test/prism/fixtures/return.txt
diff --git a/test/yarp/fixtures/seattlerb/BEGIN.txt b/test/prism/fixtures/seattlerb/BEGIN.txt
index bed5755901..bed5755901 100644
--- a/test/yarp/fixtures/seattlerb/BEGIN.txt
+++ b/test/prism/fixtures/seattlerb/BEGIN.txt
diff --git a/test/yarp/fixtures/seattlerb/README.rdoc b/test/prism/fixtures/seattlerb/README.rdoc
index 649e4e4c2f..649e4e4c2f 100644
--- a/test/yarp/fixtures/seattlerb/README.rdoc
+++ b/test/prism/fixtures/seattlerb/README.rdoc
diff --git a/test/yarp/fixtures/seattlerb/TestRubyParserShared.txt b/test/prism/fixtures/seattlerb/TestRubyParserShared.txt
index c55b3e1f70..c55b3e1f70 100644
--- a/test/yarp/fixtures/seattlerb/TestRubyParserShared.txt
+++ b/test/prism/fixtures/seattlerb/TestRubyParserShared.txt
diff --git a/test/yarp/fixtures/seattlerb/__ENCODING__.txt b/test/prism/fixtures/seattlerb/__ENCODING__.txt
index d6debf2f92..d6debf2f92 100644
--- a/test/yarp/fixtures/seattlerb/__ENCODING__.txt
+++ b/test/prism/fixtures/seattlerb/__ENCODING__.txt
diff --git a/test/yarp/fixtures/seattlerb/alias_gvar_backref.txt b/test/prism/fixtures/seattlerb/alias_gvar_backref.txt
index 016bd94fe0..016bd94fe0 100644
--- a/test/yarp/fixtures/seattlerb/alias_gvar_backref.txt
+++ b/test/prism/fixtures/seattlerb/alias_gvar_backref.txt
diff --git a/test/yarp/fixtures/seattlerb/alias_resword.txt b/test/prism/fixtures/seattlerb/alias_resword.txt
index 63e782614b..63e782614b 100644
--- a/test/yarp/fixtures/seattlerb/alias_resword.txt
+++ b/test/prism/fixtures/seattlerb/alias_resword.txt
diff --git a/test/yarp/fixtures/seattlerb/and_multi.txt b/test/prism/fixtures/seattlerb/and_multi.txt
index 8902086cac..8902086cac 100644
--- a/test/yarp/fixtures/seattlerb/and_multi.txt
+++ b/test/prism/fixtures/seattlerb/and_multi.txt
diff --git a/test/yarp/fixtures/seattlerb/aref_args_assocs.txt b/test/prism/fixtures/seattlerb/aref_args_assocs.txt
index 3244eebafc..3244eebafc 100644
--- a/test/yarp/fixtures/seattlerb/aref_args_assocs.txt
+++ b/test/prism/fixtures/seattlerb/aref_args_assocs.txt
diff --git a/test/yarp/fixtures/seattlerb/aref_args_lit_assocs.txt b/test/prism/fixtures/seattlerb/aref_args_lit_assocs.txt
index 0b6ffa7e2c..0b6ffa7e2c 100644
--- a/test/yarp/fixtures/seattlerb/aref_args_lit_assocs.txt
+++ b/test/prism/fixtures/seattlerb/aref_args_lit_assocs.txt
diff --git a/test/yarp/fixtures/seattlerb/args_kw_block.txt b/test/prism/fixtures/seattlerb/args_kw_block.txt
index cb6ab39852..cb6ab39852 100644
--- a/test/yarp/fixtures/seattlerb/args_kw_block.txt
+++ b/test/prism/fixtures/seattlerb/args_kw_block.txt
diff --git a/test/yarp/fixtures/seattlerb/array_line_breaks.txt b/test/prism/fixtures/seattlerb/array_line_breaks.txt
index be9f2d9cb8..be9f2d9cb8 100644
--- a/test/yarp/fixtures/seattlerb/array_line_breaks.txt
+++ b/test/prism/fixtures/seattlerb/array_line_breaks.txt
diff --git a/test/yarp/fixtures/seattlerb/array_lits_trailing_calls.txt b/test/prism/fixtures/seattlerb/array_lits_trailing_calls.txt
index 868384a407..868384a407 100644
--- a/test/yarp/fixtures/seattlerb/array_lits_trailing_calls.txt
+++ b/test/prism/fixtures/seattlerb/array_lits_trailing_calls.txt
diff --git a/test/yarp/fixtures/seattlerb/assoc__bare.txt b/test/prism/fixtures/seattlerb/assoc__bare.txt
index 96c2940f31..96c2940f31 100644
--- a/test/yarp/fixtures/seattlerb/assoc__bare.txt
+++ b/test/prism/fixtures/seattlerb/assoc__bare.txt
diff --git a/test/yarp/fixtures/seattlerb/assoc_label.txt b/test/prism/fixtures/seattlerb/assoc_label.txt
index 372dc75031..372dc75031 100644
--- a/test/yarp/fixtures/seattlerb/assoc_label.txt
+++ b/test/prism/fixtures/seattlerb/assoc_label.txt
diff --git a/test/yarp/fixtures/seattlerb/attr_asgn_colon_id.txt b/test/prism/fixtures/seattlerb/attr_asgn_colon_id.txt
index f63c2f5dcb..f63c2f5dcb 100644
--- a/test/yarp/fixtures/seattlerb/attr_asgn_colon_id.txt
+++ b/test/prism/fixtures/seattlerb/attr_asgn_colon_id.txt
diff --git a/test/yarp/fixtures/seattlerb/attrasgn_array_arg.txt b/test/prism/fixtures/seattlerb/attrasgn_array_arg.txt
index db9e2db063..db9e2db063 100644
--- a/test/yarp/fixtures/seattlerb/attrasgn_array_arg.txt
+++ b/test/prism/fixtures/seattlerb/attrasgn_array_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/attrasgn_array_lhs.txt b/test/prism/fixtures/seattlerb/attrasgn_array_lhs.txt
index 0b8e31632d..0b8e31632d 100644
--- a/test/yarp/fixtures/seattlerb/attrasgn_array_lhs.txt
+++ b/test/prism/fixtures/seattlerb/attrasgn_array_lhs.txt
diff --git a/test/yarp/fixtures/seattlerb/attrasgn_primary_dot_constant.txt b/test/prism/fixtures/seattlerb/attrasgn_primary_dot_constant.txt
index 380a718963..380a718963 100644
--- a/test/yarp/fixtures/seattlerb/attrasgn_primary_dot_constant.txt
+++ b/test/prism/fixtures/seattlerb/attrasgn_primary_dot_constant.txt
diff --git a/test/yarp/fixtures/seattlerb/backticks_interpolation_line.txt b/test/prism/fixtures/seattlerb/backticks_interpolation_line.txt
index b3ba31c72a..b3ba31c72a 100644
--- a/test/yarp/fixtures/seattlerb/backticks_interpolation_line.txt
+++ b/test/prism/fixtures/seattlerb/backticks_interpolation_line.txt
diff --git a/test/yarp/fixtures/seattlerb/bang_eq.txt b/test/prism/fixtures/seattlerb/bang_eq.txt
index 0283460e46..0283460e46 100644
--- a/test/yarp/fixtures/seattlerb/bang_eq.txt
+++ b/test/prism/fixtures/seattlerb/bang_eq.txt
diff --git a/test/yarp/fixtures/seattlerb/bdot2.txt b/test/prism/fixtures/seattlerb/bdot2.txt
index 4fb2692299..4fb2692299 100644
--- a/test/yarp/fixtures/seattlerb/bdot2.txt
+++ b/test/prism/fixtures/seattlerb/bdot2.txt
diff --git a/test/yarp/fixtures/seattlerb/bdot3.txt b/test/prism/fixtures/seattlerb/bdot3.txt
index 8079cf9872..8079cf9872 100644
--- a/test/yarp/fixtures/seattlerb/bdot3.txt
+++ b/test/prism/fixtures/seattlerb/bdot3.txt
diff --git a/test/yarp/fixtures/seattlerb/begin_ensure_no_bodies.txt b/test/prism/fixtures/seattlerb/begin_ensure_no_bodies.txt
index 51dde02ea3..51dde02ea3 100644
--- a/test/yarp/fixtures/seattlerb/begin_ensure_no_bodies.txt
+++ b/test/prism/fixtures/seattlerb/begin_ensure_no_bodies.txt
diff --git a/test/yarp/fixtures/seattlerb/begin_rescue_else_ensure_bodies.txt b/test/prism/fixtures/seattlerb/begin_rescue_else_ensure_bodies.txt
index ae6e2c3636..ae6e2c3636 100644
--- a/test/yarp/fixtures/seattlerb/begin_rescue_else_ensure_bodies.txt
+++ b/test/prism/fixtures/seattlerb/begin_rescue_else_ensure_bodies.txt
diff --git a/test/yarp/fixtures/seattlerb/begin_rescue_else_ensure_no_bodies.txt b/test/prism/fixtures/seattlerb/begin_rescue_else_ensure_no_bodies.txt
index 456d9a5d6e..456d9a5d6e 100644
--- a/test/yarp/fixtures/seattlerb/begin_rescue_else_ensure_no_bodies.txt
+++ b/test/prism/fixtures/seattlerb/begin_rescue_else_ensure_no_bodies.txt
diff --git a/test/yarp/fixtures/seattlerb/begin_rescue_ensure_no_bodies.txt b/test/prism/fixtures/seattlerb/begin_rescue_ensure_no_bodies.txt
index 896e3c030a..896e3c030a 100644
--- a/test/yarp/fixtures/seattlerb/begin_rescue_ensure_no_bodies.txt
+++ b/test/prism/fixtures/seattlerb/begin_rescue_ensure_no_bodies.txt
diff --git a/test/yarp/fixtures/seattlerb/block_arg__bare.txt b/test/prism/fixtures/seattlerb/block_arg__bare.txt
index 6454b00345..6454b00345 100644
--- a/test/yarp/fixtures/seattlerb/block_arg__bare.txt
+++ b/test/prism/fixtures/seattlerb/block_arg__bare.txt
diff --git a/test/yarp/fixtures/seattlerb/block_arg_kwsplat.txt b/test/prism/fixtures/seattlerb/block_arg_kwsplat.txt
index a9c255cc66..a9c255cc66 100644
--- a/test/yarp/fixtures/seattlerb/block_arg_kwsplat.txt
+++ b/test/prism/fixtures/seattlerb/block_arg_kwsplat.txt
diff --git a/test/yarp/fixtures/seattlerb/block_arg_opt_arg_block.txt b/test/prism/fixtures/seattlerb/block_arg_opt_arg_block.txt
index 14cb02c68e..14cb02c68e 100644
--- a/test/yarp/fixtures/seattlerb/block_arg_opt_arg_block.txt
+++ b/test/prism/fixtures/seattlerb/block_arg_opt_arg_block.txt
diff --git a/test/yarp/fixtures/seattlerb/block_arg_opt_splat.txt b/test/prism/fixtures/seattlerb/block_arg_opt_splat.txt
index a077ae1f34..a077ae1f34 100644
--- a/test/yarp/fixtures/seattlerb/block_arg_opt_splat.txt
+++ b/test/prism/fixtures/seattlerb/block_arg_opt_splat.txt
diff --git a/test/yarp/fixtures/seattlerb/block_arg_opt_splat_arg_block_omfg.txt b/test/prism/fixtures/seattlerb/block_arg_opt_splat_arg_block_omfg.txt
index 5016a7c6b9..5016a7c6b9 100644
--- a/test/yarp/fixtures/seattlerb/block_arg_opt_splat_arg_block_omfg.txt
+++ b/test/prism/fixtures/seattlerb/block_arg_opt_splat_arg_block_omfg.txt
diff --git a/test/yarp/fixtures/seattlerb/block_arg_optional.txt b/test/prism/fixtures/seattlerb/block_arg_optional.txt
index 966afc5640..966afc5640 100644
--- a/test/yarp/fixtures/seattlerb/block_arg_optional.txt
+++ b/test/prism/fixtures/seattlerb/block_arg_optional.txt
diff --git a/test/yarp/fixtures/seattlerb/block_arg_scope.txt b/test/prism/fixtures/seattlerb/block_arg_scope.txt
index 2362e08559..2362e08559 100644
--- a/test/yarp/fixtures/seattlerb/block_arg_scope.txt
+++ b/test/prism/fixtures/seattlerb/block_arg_scope.txt
diff --git a/test/yarp/fixtures/seattlerb/block_arg_scope2.txt b/test/prism/fixtures/seattlerb/block_arg_scope2.txt
index f7222dc7b1..f7222dc7b1 100644
--- a/test/yarp/fixtures/seattlerb/block_arg_scope2.txt
+++ b/test/prism/fixtures/seattlerb/block_arg_scope2.txt
diff --git a/test/yarp/fixtures/seattlerb/block_arg_splat_arg.txt b/test/prism/fixtures/seattlerb/block_arg_splat_arg.txt
index d7c31aae6b..d7c31aae6b 100644
--- a/test/yarp/fixtures/seattlerb/block_arg_splat_arg.txt
+++ b/test/prism/fixtures/seattlerb/block_arg_splat_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/block_args_kwargs.txt b/test/prism/fixtures/seattlerb/block_args_kwargs.txt
index 467b577a7e..467b577a7e 100644
--- a/test/yarp/fixtures/seattlerb/block_args_kwargs.txt
+++ b/test/prism/fixtures/seattlerb/block_args_kwargs.txt
diff --git a/test/yarp/fixtures/seattlerb/block_args_no_kwargs.txt b/test/prism/fixtures/seattlerb/block_args_no_kwargs.txt
index 5c9bfa3a62..5c9bfa3a62 100644
--- a/test/yarp/fixtures/seattlerb/block_args_no_kwargs.txt
+++ b/test/prism/fixtures/seattlerb/block_args_no_kwargs.txt
diff --git a/test/yarp/fixtures/seattlerb/block_args_opt1.txt b/test/prism/fixtures/seattlerb/block_args_opt1.txt
index 372689e36a..372689e36a 100644
--- a/test/yarp/fixtures/seattlerb/block_args_opt1.txt
+++ b/test/prism/fixtures/seattlerb/block_args_opt1.txt
diff --git a/test/yarp/fixtures/seattlerb/block_args_opt2.txt b/test/prism/fixtures/seattlerb/block_args_opt2.txt
index 10d0746646..10d0746646 100644
--- a/test/yarp/fixtures/seattlerb/block_args_opt2.txt
+++ b/test/prism/fixtures/seattlerb/block_args_opt2.txt
diff --git a/test/yarp/fixtures/seattlerb/block_args_opt2_2.txt b/test/prism/fixtures/seattlerb/block_args_opt2_2.txt
index 563a9bf915..563a9bf915 100644
--- a/test/yarp/fixtures/seattlerb/block_args_opt2_2.txt
+++ b/test/prism/fixtures/seattlerb/block_args_opt2_2.txt
diff --git a/test/yarp/fixtures/seattlerb/block_args_opt3.txt b/test/prism/fixtures/seattlerb/block_args_opt3.txt
index bb5a7c8458..bb5a7c8458 100644
--- a/test/yarp/fixtures/seattlerb/block_args_opt3.txt
+++ b/test/prism/fixtures/seattlerb/block_args_opt3.txt
diff --git a/test/yarp/fixtures/seattlerb/block_break.txt b/test/prism/fixtures/seattlerb/block_break.txt
index 35eabee187..35eabee187 100644
--- a/test/yarp/fixtures/seattlerb/block_break.txt
+++ b/test/prism/fixtures/seattlerb/block_break.txt
diff --git a/test/yarp/fixtures/seattlerb/block_call_defn_call_block_call.txt b/test/prism/fixtures/seattlerb/block_call_defn_call_block_call.txt
index ff1b3a4c9f..ff1b3a4c9f 100644
--- a/test/yarp/fixtures/seattlerb/block_call_defn_call_block_call.txt
+++ b/test/prism/fixtures/seattlerb/block_call_defn_call_block_call.txt
diff --git a/test/yarp/fixtures/seattlerb/block_call_dot_op2_brace_block.txt b/test/prism/fixtures/seattlerb/block_call_dot_op2_brace_block.txt
index 63da9ee7af..63da9ee7af 100644
--- a/test/yarp/fixtures/seattlerb/block_call_dot_op2_brace_block.txt
+++ b/test/prism/fixtures/seattlerb/block_call_dot_op2_brace_block.txt
diff --git a/test/yarp/fixtures/seattlerb/block_call_dot_op2_cmd_args_do_block.txt b/test/prism/fixtures/seattlerb/block_call_dot_op2_cmd_args_do_block.txt
index 24e7d0f1f1..24e7d0f1f1 100644
--- a/test/yarp/fixtures/seattlerb/block_call_dot_op2_cmd_args_do_block.txt
+++ b/test/prism/fixtures/seattlerb/block_call_dot_op2_cmd_args_do_block.txt
diff --git a/test/yarp/fixtures/seattlerb/block_call_operation_colon.txt b/test/prism/fixtures/seattlerb/block_call_operation_colon.txt
index 593b9e1bc0..593b9e1bc0 100644
--- a/test/yarp/fixtures/seattlerb/block_call_operation_colon.txt
+++ b/test/prism/fixtures/seattlerb/block_call_operation_colon.txt
diff --git a/test/yarp/fixtures/seattlerb/block_call_operation_dot.txt b/test/prism/fixtures/seattlerb/block_call_operation_dot.txt
index 20b8e4fcb8..20b8e4fcb8 100644
--- a/test/yarp/fixtures/seattlerb/block_call_operation_dot.txt
+++ b/test/prism/fixtures/seattlerb/block_call_operation_dot.txt
diff --git a/test/yarp/fixtures/seattlerb/block_call_paren_call_block_call.txt b/test/prism/fixtures/seattlerb/block_call_paren_call_block_call.txt
index 7f8be95100..7f8be95100 100644
--- a/test/yarp/fixtures/seattlerb/block_call_paren_call_block_call.txt
+++ b/test/prism/fixtures/seattlerb/block_call_paren_call_block_call.txt
diff --git a/test/yarp/fixtures/seattlerb/block_command_operation_colon.txt b/test/prism/fixtures/seattlerb/block_command_operation_colon.txt
index db221ad496..db221ad496 100644
--- a/test/yarp/fixtures/seattlerb/block_command_operation_colon.txt
+++ b/test/prism/fixtures/seattlerb/block_command_operation_colon.txt
diff --git a/test/yarp/fixtures/seattlerb/block_command_operation_dot.txt b/test/prism/fixtures/seattlerb/block_command_operation_dot.txt
index 56b71677e8..56b71677e8 100644
--- a/test/yarp/fixtures/seattlerb/block_command_operation_dot.txt
+++ b/test/prism/fixtures/seattlerb/block_command_operation_dot.txt
diff --git a/test/yarp/fixtures/seattlerb/block_decomp_anon_splat_arg.txt b/test/prism/fixtures/seattlerb/block_decomp_anon_splat_arg.txt
index 96f5d5d2ec..96f5d5d2ec 100644
--- a/test/yarp/fixtures/seattlerb/block_decomp_anon_splat_arg.txt
+++ b/test/prism/fixtures/seattlerb/block_decomp_anon_splat_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/block_decomp_arg_splat.txt b/test/prism/fixtures/seattlerb/block_decomp_arg_splat.txt
index f8db3874de..f8db3874de 100644
--- a/test/yarp/fixtures/seattlerb/block_decomp_arg_splat.txt
+++ b/test/prism/fixtures/seattlerb/block_decomp_arg_splat.txt
diff --git a/test/yarp/fixtures/seattlerb/block_decomp_arg_splat_arg.txt b/test/prism/fixtures/seattlerb/block_decomp_arg_splat_arg.txt
index e64f4e8c3d..e64f4e8c3d 100644
--- a/test/yarp/fixtures/seattlerb/block_decomp_arg_splat_arg.txt
+++ b/test/prism/fixtures/seattlerb/block_decomp_arg_splat_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/block_decomp_splat.txt b/test/prism/fixtures/seattlerb/block_decomp_splat.txt
index 970f00a626..970f00a626 100644
--- a/test/yarp/fixtures/seattlerb/block_decomp_splat.txt
+++ b/test/prism/fixtures/seattlerb/block_decomp_splat.txt
diff --git a/test/yarp/fixtures/seattlerb/block_kw.txt b/test/prism/fixtures/seattlerb/block_kw.txt
index bacfd32e80..bacfd32e80 100644
--- a/test/yarp/fixtures/seattlerb/block_kw.txt
+++ b/test/prism/fixtures/seattlerb/block_kw.txt
diff --git a/test/yarp/fixtures/seattlerb/block_kw__required.txt b/test/prism/fixtures/seattlerb/block_kw__required.txt
index b84ab97037..b84ab97037 100644
--- a/test/yarp/fixtures/seattlerb/block_kw__required.txt
+++ b/test/prism/fixtures/seattlerb/block_kw__required.txt
diff --git a/test/yarp/fixtures/seattlerb/block_kwarg_lvar.txt b/test/prism/fixtures/seattlerb/block_kwarg_lvar.txt
index 390b9195e0..390b9195e0 100644
--- a/test/yarp/fixtures/seattlerb/block_kwarg_lvar.txt
+++ b/test/prism/fixtures/seattlerb/block_kwarg_lvar.txt
diff --git a/test/yarp/fixtures/seattlerb/block_kwarg_lvar_multiple.txt b/test/prism/fixtures/seattlerb/block_kwarg_lvar_multiple.txt
index df3e4afde8..df3e4afde8 100644
--- a/test/yarp/fixtures/seattlerb/block_kwarg_lvar_multiple.txt
+++ b/test/prism/fixtures/seattlerb/block_kwarg_lvar_multiple.txt
diff --git a/test/yarp/fixtures/seattlerb/block_next.txt b/test/prism/fixtures/seattlerb/block_next.txt
index 760fcbf809..760fcbf809 100644
--- a/test/yarp/fixtures/seattlerb/block_next.txt
+++ b/test/prism/fixtures/seattlerb/block_next.txt
diff --git a/test/yarp/fixtures/seattlerb/block_opt_arg.txt b/test/prism/fixtures/seattlerb/block_opt_arg.txt
index 5e312fdf41..5e312fdf41 100644
--- a/test/yarp/fixtures/seattlerb/block_opt_arg.txt
+++ b/test/prism/fixtures/seattlerb/block_opt_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/block_opt_splat.txt b/test/prism/fixtures/seattlerb/block_opt_splat.txt
index 772a3fc412..772a3fc412 100644
--- a/test/yarp/fixtures/seattlerb/block_opt_splat.txt
+++ b/test/prism/fixtures/seattlerb/block_opt_splat.txt
diff --git a/test/yarp/fixtures/seattlerb/block_opt_splat_arg_block_omfg.txt b/test/prism/fixtures/seattlerb/block_opt_splat_arg_block_omfg.txt
index 76466f9d54..76466f9d54 100644
--- a/test/yarp/fixtures/seattlerb/block_opt_splat_arg_block_omfg.txt
+++ b/test/prism/fixtures/seattlerb/block_opt_splat_arg_block_omfg.txt
diff --git a/test/yarp/fixtures/seattlerb/block_optarg.txt b/test/prism/fixtures/seattlerb/block_optarg.txt
index a471554da1..a471554da1 100644
--- a/test/yarp/fixtures/seattlerb/block_optarg.txt
+++ b/test/prism/fixtures/seattlerb/block_optarg.txt
diff --git a/test/yarp/fixtures/seattlerb/block_paren_splat.txt b/test/prism/fixtures/seattlerb/block_paren_splat.txt
index 3dd4bba1ed..3dd4bba1ed 100644
--- a/test/yarp/fixtures/seattlerb/block_paren_splat.txt
+++ b/test/prism/fixtures/seattlerb/block_paren_splat.txt
diff --git a/test/yarp/fixtures/seattlerb/block_reg_optarg.txt b/test/prism/fixtures/seattlerb/block_reg_optarg.txt
index c024651f78..c024651f78 100644
--- a/test/yarp/fixtures/seattlerb/block_reg_optarg.txt
+++ b/test/prism/fixtures/seattlerb/block_reg_optarg.txt
diff --git a/test/yarp/fixtures/seattlerb/block_return.txt b/test/prism/fixtures/seattlerb/block_return.txt
index f30ba71d8f..f30ba71d8f 100644
--- a/test/yarp/fixtures/seattlerb/block_return.txt
+++ b/test/prism/fixtures/seattlerb/block_return.txt
diff --git a/test/yarp/fixtures/seattlerb/block_scope.txt b/test/prism/fixtures/seattlerb/block_scope.txt
index 7a83d8ab87..7a83d8ab87 100644
--- a/test/yarp/fixtures/seattlerb/block_scope.txt
+++ b/test/prism/fixtures/seattlerb/block_scope.txt
diff --git a/test/yarp/fixtures/seattlerb/block_splat_reg.txt b/test/prism/fixtures/seattlerb/block_splat_reg.txt
index 58f0619e5d..58f0619e5d 100644
--- a/test/yarp/fixtures/seattlerb/block_splat_reg.txt
+++ b/test/prism/fixtures/seattlerb/block_splat_reg.txt
diff --git a/test/yarp/fixtures/seattlerb/bug169.txt b/test/prism/fixtures/seattlerb/bug169.txt
index db2e5ace5e..db2e5ace5e 100644
--- a/test/yarp/fixtures/seattlerb/bug169.txt
+++ b/test/prism/fixtures/seattlerb/bug169.txt
diff --git a/test/yarp/fixtures/seattlerb/bug179.txt b/test/prism/fixtures/seattlerb/bug179.txt
index 02ae07a3be..02ae07a3be 100644
--- a/test/yarp/fixtures/seattlerb/bug179.txt
+++ b/test/prism/fixtures/seattlerb/bug179.txt
diff --git a/test/yarp/fixtures/seattlerb/bug190.txt b/test/prism/fixtures/seattlerb/bug190.txt
index 861b2d305f..861b2d305f 100644
--- a/test/yarp/fixtures/seattlerb/bug190.txt
+++ b/test/prism/fixtures/seattlerb/bug190.txt
diff --git a/test/yarp/fixtures/seattlerb/bug191.txt b/test/prism/fixtures/seattlerb/bug191.txt
index 03f7fd1228..03f7fd1228 100644
--- a/test/yarp/fixtures/seattlerb/bug191.txt
+++ b/test/prism/fixtures/seattlerb/bug191.txt
diff --git a/test/yarp/fixtures/seattlerb/bug202.txt b/test/prism/fixtures/seattlerb/bug202.txt
index a3b06ffdfc..a3b06ffdfc 100644
--- a/test/yarp/fixtures/seattlerb/bug202.txt
+++ b/test/prism/fixtures/seattlerb/bug202.txt
diff --git a/test/yarp/fixtures/seattlerb/bug236.txt b/test/prism/fixtures/seattlerb/bug236.txt
index cefe1eb058..cefe1eb058 100644
--- a/test/yarp/fixtures/seattlerb/bug236.txt
+++ b/test/prism/fixtures/seattlerb/bug236.txt
diff --git a/test/yarp/fixtures/seattlerb/bug290.txt b/test/prism/fixtures/seattlerb/bug290.txt
index dbcd28cd48..dbcd28cd48 100644
--- a/test/yarp/fixtures/seattlerb/bug290.txt
+++ b/test/prism/fixtures/seattlerb/bug290.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_187.txt b/test/prism/fixtures/seattlerb/bug_187.txt
index 1e1ecd8202..1e1ecd8202 100644
--- a/test/yarp/fixtures/seattlerb/bug_187.txt
+++ b/test/prism/fixtures/seattlerb/bug_187.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_215.txt b/test/prism/fixtures/seattlerb/bug_215.txt
index f0d09ba5ff..f0d09ba5ff 100644
--- a/test/yarp/fixtures/seattlerb/bug_215.txt
+++ b/test/prism/fixtures/seattlerb/bug_215.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_249.txt b/test/prism/fixtures/seattlerb/bug_249.txt
index ccccdf5326..ccccdf5326 100644
--- a/test/yarp/fixtures/seattlerb/bug_249.txt
+++ b/test/prism/fixtures/seattlerb/bug_249.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_and.txt b/test/prism/fixtures/seattlerb/bug_and.txt
index 6243359a9e..6243359a9e 100644
--- a/test/yarp/fixtures/seattlerb/bug_and.txt
+++ b/test/prism/fixtures/seattlerb/bug_and.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_args__19.txt b/test/prism/fixtures/seattlerb/bug_args__19.txt
index 08466554fd..08466554fd 100644
--- a/test/yarp/fixtures/seattlerb/bug_args__19.txt
+++ b/test/prism/fixtures/seattlerb/bug_args__19.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_args_masgn.txt b/test/prism/fixtures/seattlerb/bug_args_masgn.txt
index e0a71e9197..e0a71e9197 100644
--- a/test/yarp/fixtures/seattlerb/bug_args_masgn.txt
+++ b/test/prism/fixtures/seattlerb/bug_args_masgn.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_args_masgn2.txt b/test/prism/fixtures/seattlerb/bug_args_masgn2.txt
index 2f12756bfe..2f12756bfe 100644
--- a/test/yarp/fixtures/seattlerb/bug_args_masgn2.txt
+++ b/test/prism/fixtures/seattlerb/bug_args_masgn2.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_args_masgn_outer_parens__19.txt b/test/prism/fixtures/seattlerb/bug_args_masgn_outer_parens__19.txt
index a2b0178676..a2b0178676 100644
--- a/test/yarp/fixtures/seattlerb/bug_args_masgn_outer_parens__19.txt
+++ b/test/prism/fixtures/seattlerb/bug_args_masgn_outer_parens__19.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_call_arglist_parens.txt b/test/prism/fixtures/seattlerb/bug_call_arglist_parens.txt
index 4f04368802..4f04368802 100644
--- a/test/yarp/fixtures/seattlerb/bug_call_arglist_parens.txt
+++ b/test/prism/fixtures/seattlerb/bug_call_arglist_parens.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_case_when_regexp.txt b/test/prism/fixtures/seattlerb/bug_case_when_regexp.txt
index 2536696a42..2536696a42 100644
--- a/test/yarp/fixtures/seattlerb/bug_case_when_regexp.txt
+++ b/test/prism/fixtures/seattlerb/bug_case_when_regexp.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_comma.txt b/test/prism/fixtures/seattlerb/bug_comma.txt
index d86f1ea9dd..d86f1ea9dd 100644
--- a/test/yarp/fixtures/seattlerb/bug_comma.txt
+++ b/test/prism/fixtures/seattlerb/bug_comma.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_cond_pct.txt b/test/prism/fixtures/seattlerb/bug_cond_pct.txt
index 1b4f90058e..1b4f90058e 100644
--- a/test/yarp/fixtures/seattlerb/bug_cond_pct.txt
+++ b/test/prism/fixtures/seattlerb/bug_cond_pct.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_hash_args.txt b/test/prism/fixtures/seattlerb/bug_hash_args.txt
index b815f8a666..b815f8a666 100644
--- a/test/yarp/fixtures/seattlerb/bug_hash_args.txt
+++ b/test/prism/fixtures/seattlerb/bug_hash_args.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_hash_args_trailing_comma.txt b/test/prism/fixtures/seattlerb/bug_hash_args_trailing_comma.txt
index 6057b245a5..6057b245a5 100644
--- a/test/yarp/fixtures/seattlerb/bug_hash_args_trailing_comma.txt
+++ b/test/prism/fixtures/seattlerb/bug_hash_args_trailing_comma.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_hash_interp_array.txt b/test/prism/fixtures/seattlerb/bug_hash_interp_array.txt
index 01fe238056..01fe238056 100644
--- a/test/yarp/fixtures/seattlerb/bug_hash_interp_array.txt
+++ b/test/prism/fixtures/seattlerb/bug_hash_interp_array.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_masgn_right.txt b/test/prism/fixtures/seattlerb/bug_masgn_right.txt
index 12ea7b8d62..12ea7b8d62 100644
--- a/test/yarp/fixtures/seattlerb/bug_masgn_right.txt
+++ b/test/prism/fixtures/seattlerb/bug_masgn_right.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_not_parens.txt b/test/prism/fixtures/seattlerb/bug_not_parens.txt
index 8847b7bec6..8847b7bec6 100644
--- a/test/yarp/fixtures/seattlerb/bug_not_parens.txt
+++ b/test/prism/fixtures/seattlerb/bug_not_parens.txt
diff --git a/test/yarp/fixtures/seattlerb/bug_op_asgn_rescue.txt b/test/prism/fixtures/seattlerb/bug_op_asgn_rescue.txt
index 6a0b25cbdc..6a0b25cbdc 100644
--- a/test/yarp/fixtures/seattlerb/bug_op_asgn_rescue.txt
+++ b/test/prism/fixtures/seattlerb/bug_op_asgn_rescue.txt
diff --git a/test/yarp/fixtures/seattlerb/call_and.txt b/test/prism/fixtures/seattlerb/call_and.txt
index c17be8f356..c17be8f356 100644
--- a/test/yarp/fixtures/seattlerb/call_and.txt
+++ b/test/prism/fixtures/seattlerb/call_and.txt
diff --git a/test/yarp/fixtures/seattlerb/call_arg_assoc.txt b/test/prism/fixtures/seattlerb/call_arg_assoc.txt
index 376c299be5..376c299be5 100644
--- a/test/yarp/fixtures/seattlerb/call_arg_assoc.txt
+++ b/test/prism/fixtures/seattlerb/call_arg_assoc.txt
diff --git a/test/yarp/fixtures/seattlerb/call_arg_assoc_kwsplat.txt b/test/prism/fixtures/seattlerb/call_arg_assoc_kwsplat.txt
index a4be0fb62c..a4be0fb62c 100644
--- a/test/yarp/fixtures/seattlerb/call_arg_assoc_kwsplat.txt
+++ b/test/prism/fixtures/seattlerb/call_arg_assoc_kwsplat.txt
diff --git a/test/yarp/fixtures/seattlerb/call_arg_kwsplat.txt b/test/prism/fixtures/seattlerb/call_arg_kwsplat.txt
index 4848fd9e8d..4848fd9e8d 100644
--- a/test/yarp/fixtures/seattlerb/call_arg_kwsplat.txt
+++ b/test/prism/fixtures/seattlerb/call_arg_kwsplat.txt
diff --git a/test/yarp/fixtures/seattlerb/call_args_assoc_quoted.txt b/test/prism/fixtures/seattlerb/call_args_assoc_quoted.txt
index 0af2259577..0af2259577 100644
--- a/test/yarp/fixtures/seattlerb/call_args_assoc_quoted.txt
+++ b/test/prism/fixtures/seattlerb/call_args_assoc_quoted.txt
diff --git a/test/yarp/fixtures/seattlerb/call_args_assoc_trailing_comma.txt b/test/prism/fixtures/seattlerb/call_args_assoc_trailing_comma.txt
index 6ad08f3238..6ad08f3238 100644
--- a/test/yarp/fixtures/seattlerb/call_args_assoc_trailing_comma.txt
+++ b/test/prism/fixtures/seattlerb/call_args_assoc_trailing_comma.txt
diff --git a/test/yarp/fixtures/seattlerb/call_args_command.txt b/test/prism/fixtures/seattlerb/call_args_command.txt
index dd6df29c7b..dd6df29c7b 100644
--- a/test/yarp/fixtures/seattlerb/call_args_command.txt
+++ b/test/prism/fixtures/seattlerb/call_args_command.txt
diff --git a/test/yarp/fixtures/seattlerb/call_array_arg.txt b/test/prism/fixtures/seattlerb/call_array_arg.txt
index 5c724fa328..5c724fa328 100644
--- a/test/yarp/fixtures/seattlerb/call_array_arg.txt
+++ b/test/prism/fixtures/seattlerb/call_array_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/call_array_block_call.txt b/test/prism/fixtures/seattlerb/call_array_block_call.txt
index 6d4c1b276e..6d4c1b276e 100644
--- a/test/yarp/fixtures/seattlerb/call_array_block_call.txt
+++ b/test/prism/fixtures/seattlerb/call_array_block_call.txt
diff --git a/test/yarp/fixtures/seattlerb/call_array_lambda_block_call.txt b/test/prism/fixtures/seattlerb/call_array_lambda_block_call.txt
index dc5b5807b2..dc5b5807b2 100644
--- a/test/yarp/fixtures/seattlerb/call_array_lambda_block_call.txt
+++ b/test/prism/fixtures/seattlerb/call_array_lambda_block_call.txt
diff --git a/test/yarp/fixtures/seattlerb/call_array_lit_inline_hash.txt b/test/prism/fixtures/seattlerb/call_array_lit_inline_hash.txt
index daba00947e..daba00947e 100644
--- a/test/yarp/fixtures/seattlerb/call_array_lit_inline_hash.txt
+++ b/test/prism/fixtures/seattlerb/call_array_lit_inline_hash.txt
diff --git a/test/yarp/fixtures/seattlerb/call_assoc.txt b/test/prism/fixtures/seattlerb/call_assoc.txt
index 2adc1eee1c..2adc1eee1c 100644
--- a/test/yarp/fixtures/seattlerb/call_assoc.txt
+++ b/test/prism/fixtures/seattlerb/call_assoc.txt
diff --git a/test/yarp/fixtures/seattlerb/call_assoc_new.txt b/test/prism/fixtures/seattlerb/call_assoc_new.txt
index b8457bfdfc..b8457bfdfc 100644
--- a/test/yarp/fixtures/seattlerb/call_assoc_new.txt
+++ b/test/prism/fixtures/seattlerb/call_assoc_new.txt
diff --git a/test/yarp/fixtures/seattlerb/call_assoc_new_if_multiline.txt b/test/prism/fixtures/seattlerb/call_assoc_new_if_multiline.txt
index fe0a37dabb..fe0a37dabb 100644
--- a/test/yarp/fixtures/seattlerb/call_assoc_new_if_multiline.txt
+++ b/test/prism/fixtures/seattlerb/call_assoc_new_if_multiline.txt
diff --git a/test/yarp/fixtures/seattlerb/call_assoc_trailing_comma.txt b/test/prism/fixtures/seattlerb/call_assoc_trailing_comma.txt
index 4d86a4541d..4d86a4541d 100644
--- a/test/yarp/fixtures/seattlerb/call_assoc_trailing_comma.txt
+++ b/test/prism/fixtures/seattlerb/call_assoc_trailing_comma.txt
diff --git a/test/yarp/fixtures/seattlerb/call_bang_command_call.txt b/test/prism/fixtures/seattlerb/call_bang_command_call.txt
index 4f3ba4b93c..4f3ba4b93c 100644
--- a/test/yarp/fixtures/seattlerb/call_bang_command_call.txt
+++ b/test/prism/fixtures/seattlerb/call_bang_command_call.txt
diff --git a/test/yarp/fixtures/seattlerb/call_bang_squiggle.txt b/test/prism/fixtures/seattlerb/call_bang_squiggle.txt
index d7039f910a..d7039f910a 100644
--- a/test/yarp/fixtures/seattlerb/call_bang_squiggle.txt
+++ b/test/prism/fixtures/seattlerb/call_bang_squiggle.txt
diff --git a/test/yarp/fixtures/seattlerb/call_begin_call_block_call.txt b/test/prism/fixtures/seattlerb/call_begin_call_block_call.txt
index e9b43491fe..e9b43491fe 100644
--- a/test/yarp/fixtures/seattlerb/call_begin_call_block_call.txt
+++ b/test/prism/fixtures/seattlerb/call_begin_call_block_call.txt
diff --git a/test/yarp/fixtures/seattlerb/call_block_arg_named.txt b/test/prism/fixtures/seattlerb/call_block_arg_named.txt
index 08fea89d11..08fea89d11 100644
--- a/test/yarp/fixtures/seattlerb/call_block_arg_named.txt
+++ b/test/prism/fixtures/seattlerb/call_block_arg_named.txt
diff --git a/test/yarp/fixtures/seattlerb/call_carat.txt b/test/prism/fixtures/seattlerb/call_carat.txt
index 3e88c09837..3e88c09837 100644
--- a/test/yarp/fixtures/seattlerb/call_carat.txt
+++ b/test/prism/fixtures/seattlerb/call_carat.txt
diff --git a/test/yarp/fixtures/seattlerb/call_colon2.txt b/test/prism/fixtures/seattlerb/call_colon2.txt
index 47aab7e637..47aab7e637 100644
--- a/test/yarp/fixtures/seattlerb/call_colon2.txt
+++ b/test/prism/fixtures/seattlerb/call_colon2.txt
diff --git a/test/yarp/fixtures/seattlerb/call_colon_parens.txt b/test/prism/fixtures/seattlerb/call_colon_parens.txt
index 51ed4df11b..51ed4df11b 100644
--- a/test/yarp/fixtures/seattlerb/call_colon_parens.txt
+++ b/test/prism/fixtures/seattlerb/call_colon_parens.txt
diff --git a/test/yarp/fixtures/seattlerb/call_div.txt b/test/prism/fixtures/seattlerb/call_div.txt
index 85b4d7b0b0..85b4d7b0b0 100644
--- a/test/yarp/fixtures/seattlerb/call_div.txt
+++ b/test/prism/fixtures/seattlerb/call_div.txt
diff --git a/test/yarp/fixtures/seattlerb/call_dot_parens.txt b/test/prism/fixtures/seattlerb/call_dot_parens.txt
index 0270596a07..0270596a07 100644
--- a/test/yarp/fixtures/seattlerb/call_dot_parens.txt
+++ b/test/prism/fixtures/seattlerb/call_dot_parens.txt
diff --git a/test/yarp/fixtures/seattlerb/call_env.txt b/test/prism/fixtures/seattlerb/call_env.txt
index dadc0d3861..dadc0d3861 100644
--- a/test/yarp/fixtures/seattlerb/call_env.txt
+++ b/test/prism/fixtures/seattlerb/call_env.txt
diff --git a/test/yarp/fixtures/seattlerb/call_eq3.txt b/test/prism/fixtures/seattlerb/call_eq3.txt
index 6a2fb465cb..6a2fb465cb 100644
--- a/test/yarp/fixtures/seattlerb/call_eq3.txt
+++ b/test/prism/fixtures/seattlerb/call_eq3.txt
diff --git a/test/yarp/fixtures/seattlerb/call_gt.txt b/test/prism/fixtures/seattlerb/call_gt.txt
index 9d0a1caa90..9d0a1caa90 100644
--- a/test/yarp/fixtures/seattlerb/call_gt.txt
+++ b/test/prism/fixtures/seattlerb/call_gt.txt
diff --git a/test/yarp/fixtures/seattlerb/call_kwsplat.txt b/test/prism/fixtures/seattlerb/call_kwsplat.txt
index eda700c3e1..eda700c3e1 100644
--- a/test/yarp/fixtures/seattlerb/call_kwsplat.txt
+++ b/test/prism/fixtures/seattlerb/call_kwsplat.txt
diff --git a/test/yarp/fixtures/seattlerb/call_leading_dots.txt b/test/prism/fixtures/seattlerb/call_leading_dots.txt
index 1e7b2e5179..1e7b2e5179 100644
--- a/test/yarp/fixtures/seattlerb/call_leading_dots.txt
+++ b/test/prism/fixtures/seattlerb/call_leading_dots.txt
diff --git a/test/yarp/fixtures/seattlerb/call_leading_dots_comment.txt b/test/prism/fixtures/seattlerb/call_leading_dots_comment.txt
index c5deec5642..c5deec5642 100644
--- a/test/yarp/fixtures/seattlerb/call_leading_dots_comment.txt
+++ b/test/prism/fixtures/seattlerb/call_leading_dots_comment.txt
diff --git a/test/yarp/fixtures/seattlerb/call_lt.txt b/test/prism/fixtures/seattlerb/call_lt.txt
index 17e69c79b5..17e69c79b5 100644
--- a/test/yarp/fixtures/seattlerb/call_lt.txt
+++ b/test/prism/fixtures/seattlerb/call_lt.txt
diff --git a/test/yarp/fixtures/seattlerb/call_lte.txt b/test/prism/fixtures/seattlerb/call_lte.txt
index 7574027634..7574027634 100644
--- a/test/yarp/fixtures/seattlerb/call_lte.txt
+++ b/test/prism/fixtures/seattlerb/call_lte.txt
diff --git a/test/yarp/fixtures/seattlerb/call_not.txt b/test/prism/fixtures/seattlerb/call_not.txt
index 51e4742f55..51e4742f55 100644
--- a/test/yarp/fixtures/seattlerb/call_not.txt
+++ b/test/prism/fixtures/seattlerb/call_not.txt
diff --git a/test/yarp/fixtures/seattlerb/call_pipe.txt b/test/prism/fixtures/seattlerb/call_pipe.txt
index 1555910665..1555910665 100644
--- a/test/yarp/fixtures/seattlerb/call_pipe.txt
+++ b/test/prism/fixtures/seattlerb/call_pipe.txt
diff --git a/test/yarp/fixtures/seattlerb/call_rshift.txt b/test/prism/fixtures/seattlerb/call_rshift.txt
index 9ff1def4e0..9ff1def4e0 100644
--- a/test/yarp/fixtures/seattlerb/call_rshift.txt
+++ b/test/prism/fixtures/seattlerb/call_rshift.txt
diff --git a/test/yarp/fixtures/seattlerb/call_self_brackets.txt b/test/prism/fixtures/seattlerb/call_self_brackets.txt
index 6533df2ce0..6533df2ce0 100644
--- a/test/yarp/fixtures/seattlerb/call_self_brackets.txt
+++ b/test/prism/fixtures/seattlerb/call_self_brackets.txt
diff --git a/test/yarp/fixtures/seattlerb/call_spaceship.txt b/test/prism/fixtures/seattlerb/call_spaceship.txt
index 905c3a1c46..905c3a1c46 100644
--- a/test/yarp/fixtures/seattlerb/call_spaceship.txt
+++ b/test/prism/fixtures/seattlerb/call_spaceship.txt
diff --git a/test/yarp/fixtures/seattlerb/call_stabby_do_end_with_block.txt b/test/prism/fixtures/seattlerb/call_stabby_do_end_with_block.txt
index 2d1afdad28..2d1afdad28 100644
--- a/test/yarp/fixtures/seattlerb/call_stabby_do_end_with_block.txt
+++ b/test/prism/fixtures/seattlerb/call_stabby_do_end_with_block.txt
diff --git a/test/yarp/fixtures/seattlerb/call_stabby_with_braces_block.txt b/test/prism/fixtures/seattlerb/call_stabby_with_braces_block.txt
index 0d995a04d1..0d995a04d1 100644
--- a/test/yarp/fixtures/seattlerb/call_stabby_with_braces_block.txt
+++ b/test/prism/fixtures/seattlerb/call_stabby_with_braces_block.txt
diff --git a/test/yarp/fixtures/seattlerb/call_star.txt b/test/prism/fixtures/seattlerb/call_star.txt
index 096ec022d4..096ec022d4 100644
--- a/test/yarp/fixtures/seattlerb/call_star.txt
+++ b/test/prism/fixtures/seattlerb/call_star.txt
diff --git a/test/yarp/fixtures/seattlerb/call_star2.txt b/test/prism/fixtures/seattlerb/call_star2.txt
index bef4719d3c..bef4719d3c 100644
--- a/test/yarp/fixtures/seattlerb/call_star2.txt
+++ b/test/prism/fixtures/seattlerb/call_star2.txt
diff --git a/test/yarp/fixtures/seattlerb/call_trailing_comma.txt b/test/prism/fixtures/seattlerb/call_trailing_comma.txt
index e9a3ca35be..e9a3ca35be 100644
--- a/test/yarp/fixtures/seattlerb/call_trailing_comma.txt
+++ b/test/prism/fixtures/seattlerb/call_trailing_comma.txt
diff --git a/test/yarp/fixtures/seattlerb/call_trailing_dots.txt b/test/prism/fixtures/seattlerb/call_trailing_dots.txt
index 960cdbb45f..960cdbb45f 100644
--- a/test/yarp/fixtures/seattlerb/call_trailing_dots.txt
+++ b/test/prism/fixtures/seattlerb/call_trailing_dots.txt
diff --git a/test/yarp/fixtures/seattlerb/call_unary_bang.txt b/test/prism/fixtures/seattlerb/call_unary_bang.txt
index 91f702d4a9..91f702d4a9 100644
--- a/test/yarp/fixtures/seattlerb/call_unary_bang.txt
+++ b/test/prism/fixtures/seattlerb/call_unary_bang.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in.txt b/test/prism/fixtures/seattlerb/case_in.txt
index 0835da0956..0835da0956 100644
--- a/test/yarp/fixtures/seattlerb/case_in.txt
+++ b/test/prism/fixtures/seattlerb/case_in.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_31.txt b/test/prism/fixtures/seattlerb/case_in_31.txt
index b9bf25b132..b9bf25b132 100644
--- a/test/yarp/fixtures/seattlerb/case_in_31.txt
+++ b/test/prism/fixtures/seattlerb/case_in_31.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_37.txt b/test/prism/fixtures/seattlerb/case_in_37.txt
index 25b6fb9261..25b6fb9261 100644
--- a/test/yarp/fixtures/seattlerb/case_in_37.txt
+++ b/test/prism/fixtures/seattlerb/case_in_37.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_42.txt b/test/prism/fixtures/seattlerb/case_in_42.txt
index bc6a2233f5..bc6a2233f5 100644
--- a/test/yarp/fixtures/seattlerb/case_in_42.txt
+++ b/test/prism/fixtures/seattlerb/case_in_42.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_42_2.txt b/test/prism/fixtures/seattlerb/case_in_42_2.txt
index ce4b65a5d0..ce4b65a5d0 100644
--- a/test/yarp/fixtures/seattlerb/case_in_42_2.txt
+++ b/test/prism/fixtures/seattlerb/case_in_42_2.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_47.txt b/test/prism/fixtures/seattlerb/case_in_47.txt
index 60f17ed7ce..60f17ed7ce 100644
--- a/test/yarp/fixtures/seattlerb/case_in_47.txt
+++ b/test/prism/fixtures/seattlerb/case_in_47.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_67.txt b/test/prism/fixtures/seattlerb/case_in_67.txt
index c1c55e68c7..c1c55e68c7 100644
--- a/test/yarp/fixtures/seattlerb/case_in_67.txt
+++ b/test/prism/fixtures/seattlerb/case_in_67.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_86.txt b/test/prism/fixtures/seattlerb/case_in_86.txt
index 63ba92e533..63ba92e533 100644
--- a/test/yarp/fixtures/seattlerb/case_in_86.txt
+++ b/test/prism/fixtures/seattlerb/case_in_86.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_86_2.txt b/test/prism/fixtures/seattlerb/case_in_86_2.txt
index 4ad16c451a..4ad16c451a 100644
--- a/test/yarp/fixtures/seattlerb/case_in_86_2.txt
+++ b/test/prism/fixtures/seattlerb/case_in_86_2.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_array_pat_const.txt b/test/prism/fixtures/seattlerb/case_in_array_pat_const.txt
index 8551e48e2c..8551e48e2c 100644
--- a/test/yarp/fixtures/seattlerb/case_in_array_pat_const.txt
+++ b/test/prism/fixtures/seattlerb/case_in_array_pat_const.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_array_pat_const2.txt b/test/prism/fixtures/seattlerb/case_in_array_pat_const2.txt
index fca423ea61..fca423ea61 100644
--- a/test/yarp/fixtures/seattlerb/case_in_array_pat_const2.txt
+++ b/test/prism/fixtures/seattlerb/case_in_array_pat_const2.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_array_pat_paren_assign.txt b/test/prism/fixtures/seattlerb/case_in_array_pat_paren_assign.txt
index c56f728337..c56f728337 100644
--- a/test/yarp/fixtures/seattlerb/case_in_array_pat_paren_assign.txt
+++ b/test/prism/fixtures/seattlerb/case_in_array_pat_paren_assign.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_const.txt b/test/prism/fixtures/seattlerb/case_in_const.txt
index 5b0dcc18e2..5b0dcc18e2 100644
--- a/test/yarp/fixtures/seattlerb/case_in_const.txt
+++ b/test/prism/fixtures/seattlerb/case_in_const.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_else.txt b/test/prism/fixtures/seattlerb/case_in_else.txt
index 6f096862c5..6f096862c5 100644
--- a/test/yarp/fixtures/seattlerb/case_in_else.txt
+++ b/test/prism/fixtures/seattlerb/case_in_else.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_find.txt b/test/prism/fixtures/seattlerb/case_in_find.txt
index 476fcabe11..476fcabe11 100644
--- a/test/yarp/fixtures/seattlerb/case_in_find.txt
+++ b/test/prism/fixtures/seattlerb/case_in_find.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_find_array.txt b/test/prism/fixtures/seattlerb/case_in_find_array.txt
index 5eb4010b7f..5eb4010b7f 100644
--- a/test/yarp/fixtures/seattlerb/case_in_find_array.txt
+++ b/test/prism/fixtures/seattlerb/case_in_find_array.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_hash_pat.txt b/test/prism/fixtures/seattlerb/case_in_hash_pat.txt
index cb012e8d99..cb012e8d99 100644
--- a/test/yarp/fixtures/seattlerb/case_in_hash_pat.txt
+++ b/test/prism/fixtures/seattlerb/case_in_hash_pat.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_hash_pat_assign.txt b/test/prism/fixtures/seattlerb/case_in_hash_pat_assign.txt
index 58fd59ff9c..58fd59ff9c 100644
--- a/test/yarp/fixtures/seattlerb/case_in_hash_pat_assign.txt
+++ b/test/prism/fixtures/seattlerb/case_in_hash_pat_assign.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_hash_pat_paren_assign.txt b/test/prism/fixtures/seattlerb/case_in_hash_pat_paren_assign.txt
index de3a10740c..de3a10740c 100644
--- a/test/yarp/fixtures/seattlerb/case_in_hash_pat_paren_assign.txt
+++ b/test/prism/fixtures/seattlerb/case_in_hash_pat_paren_assign.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_hash_pat_paren_true.txt b/test/prism/fixtures/seattlerb/case_in_hash_pat_paren_true.txt
index 449fd0d4d4..449fd0d4d4 100644
--- a/test/yarp/fixtures/seattlerb/case_in_hash_pat_paren_true.txt
+++ b/test/prism/fixtures/seattlerb/case_in_hash_pat_paren_true.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_hash_pat_rest.txt b/test/prism/fixtures/seattlerb/case_in_hash_pat_rest.txt
index 6f67cb1d10..6f67cb1d10 100644
--- a/test/yarp/fixtures/seattlerb/case_in_hash_pat_rest.txt
+++ b/test/prism/fixtures/seattlerb/case_in_hash_pat_rest.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_hash_pat_rest_solo.txt b/test/prism/fixtures/seattlerb/case_in_hash_pat_rest_solo.txt
index 91d0592412..91d0592412 100644
--- a/test/yarp/fixtures/seattlerb/case_in_hash_pat_rest_solo.txt
+++ b/test/prism/fixtures/seattlerb/case_in_hash_pat_rest_solo.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_if_unless_post_mod.txt b/test/prism/fixtures/seattlerb/case_in_if_unless_post_mod.txt
index dbe24a5c8a..dbe24a5c8a 100644
--- a/test/yarp/fixtures/seattlerb/case_in_if_unless_post_mod.txt
+++ b/test/prism/fixtures/seattlerb/case_in_if_unless_post_mod.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_multiple.txt b/test/prism/fixtures/seattlerb/case_in_multiple.txt
index 1b6dd06cfe..1b6dd06cfe 100644
--- a/test/yarp/fixtures/seattlerb/case_in_multiple.txt
+++ b/test/prism/fixtures/seattlerb/case_in_multiple.txt
diff --git a/test/yarp/fixtures/seattlerb/case_in_or.txt b/test/prism/fixtures/seattlerb/case_in_or.txt
index 875e37749f..875e37749f 100644
--- a/test/yarp/fixtures/seattlerb/case_in_or.txt
+++ b/test/prism/fixtures/seattlerb/case_in_or.txt
diff --git a/test/yarp/fixtures/seattlerb/class_comments.txt b/test/prism/fixtures/seattlerb/class_comments.txt
index 9701eca7e5..9701eca7e5 100644
--- a/test/yarp/fixtures/seattlerb/class_comments.txt
+++ b/test/prism/fixtures/seattlerb/class_comments.txt
diff --git a/test/yarp/fixtures/seattlerb/cond_unary_minus.txt b/test/prism/fixtures/seattlerb/cond_unary_minus.txt
index 80293115da..80293115da 100644
--- a/test/yarp/fixtures/seattlerb/cond_unary_minus.txt
+++ b/test/prism/fixtures/seattlerb/cond_unary_minus.txt
diff --git a/test/yarp/fixtures/seattlerb/const_2_op_asgn_or2.txt b/test/prism/fixtures/seattlerb/const_2_op_asgn_or2.txt
index 6912c2d76b..6912c2d76b 100644
--- a/test/yarp/fixtures/seattlerb/const_2_op_asgn_or2.txt
+++ b/test/prism/fixtures/seattlerb/const_2_op_asgn_or2.txt
diff --git a/test/yarp/fixtures/seattlerb/const_3_op_asgn_or.txt b/test/prism/fixtures/seattlerb/const_3_op_asgn_or.txt
index bbcd25a369..bbcd25a369 100644
--- a/test/yarp/fixtures/seattlerb/const_3_op_asgn_or.txt
+++ b/test/prism/fixtures/seattlerb/const_3_op_asgn_or.txt
diff --git a/test/yarp/fixtures/seattlerb/const_op_asgn_and1.txt b/test/prism/fixtures/seattlerb/const_op_asgn_and1.txt
index 3964df0ead..3964df0ead 100644
--- a/test/yarp/fixtures/seattlerb/const_op_asgn_and1.txt
+++ b/test/prism/fixtures/seattlerb/const_op_asgn_and1.txt
diff --git a/test/yarp/fixtures/seattlerb/const_op_asgn_and2.txt b/test/prism/fixtures/seattlerb/const_op_asgn_and2.txt
index 1bef4b4154..1bef4b4154 100644
--- a/test/yarp/fixtures/seattlerb/const_op_asgn_and2.txt
+++ b/test/prism/fixtures/seattlerb/const_op_asgn_and2.txt
diff --git a/test/yarp/fixtures/seattlerb/const_op_asgn_or.txt b/test/prism/fixtures/seattlerb/const_op_asgn_or.txt
index 729e425262..729e425262 100644
--- a/test/yarp/fixtures/seattlerb/const_op_asgn_or.txt
+++ b/test/prism/fixtures/seattlerb/const_op_asgn_or.txt
diff --git a/test/yarp/fixtures/seattlerb/dasgn_icky2.txt b/test/prism/fixtures/seattlerb/dasgn_icky2.txt
index 2f50d32304..2f50d32304 100644
--- a/test/yarp/fixtures/seattlerb/dasgn_icky2.txt
+++ b/test/prism/fixtures/seattlerb/dasgn_icky2.txt
diff --git a/test/yarp/fixtures/seattlerb/defined_eh_parens.txt b/test/prism/fixtures/seattlerb/defined_eh_parens.txt
index 5ca5d9f4c4..5ca5d9f4c4 100644
--- a/test/yarp/fixtures/seattlerb/defined_eh_parens.txt
+++ b/test/prism/fixtures/seattlerb/defined_eh_parens.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_arg_asplat_arg.txt b/test/prism/fixtures/seattlerb/defn_arg_asplat_arg.txt
index f629a5de60..f629a5de60 100644
--- a/test/yarp/fixtures/seattlerb/defn_arg_asplat_arg.txt
+++ b/test/prism/fixtures/seattlerb/defn_arg_asplat_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_arg_forward_args.txt b/test/prism/fixtures/seattlerb/defn_arg_forward_args.txt
index 500e2e1fe0..500e2e1fe0 100644
--- a/test/yarp/fixtures/seattlerb/defn_arg_forward_args.txt
+++ b/test/prism/fixtures/seattlerb/defn_arg_forward_args.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_args_forward_args.txt b/test/prism/fixtures/seattlerb/defn_args_forward_args.txt
index fc1ee138de..fc1ee138de 100644
--- a/test/yarp/fixtures/seattlerb/defn_args_forward_args.txt
+++ b/test/prism/fixtures/seattlerb/defn_args_forward_args.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_comments.txt b/test/prism/fixtures/seattlerb/defn_comments.txt
index 04c7ea1a10..04c7ea1a10 100644
--- a/test/yarp/fixtures/seattlerb/defn_comments.txt
+++ b/test/prism/fixtures/seattlerb/defn_comments.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_endless_command.txt b/test/prism/fixtures/seattlerb/defn_endless_command.txt
index 172de2ca6c..172de2ca6c 100644
--- a/test/yarp/fixtures/seattlerb/defn_endless_command.txt
+++ b/test/prism/fixtures/seattlerb/defn_endless_command.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_endless_command_rescue.txt b/test/prism/fixtures/seattlerb/defn_endless_command_rescue.txt
index 05ed392e38..05ed392e38 100644
--- a/test/yarp/fixtures/seattlerb/defn_endless_command_rescue.txt
+++ b/test/prism/fixtures/seattlerb/defn_endless_command_rescue.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_forward_args.txt b/test/prism/fixtures/seattlerb/defn_forward_args.txt
index 46ed199875..46ed199875 100644
--- a/test/yarp/fixtures/seattlerb/defn_forward_args.txt
+++ b/test/prism/fixtures/seattlerb/defn_forward_args.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_forward_args__no_parens.txt b/test/prism/fixtures/seattlerb/defn_forward_args__no_parens.txt
index 2d34077c93..2d34077c93 100644
--- a/test/yarp/fixtures/seattlerb/defn_forward_args__no_parens.txt
+++ b/test/prism/fixtures/seattlerb/defn_forward_args__no_parens.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_kwarg_env.txt b/test/prism/fixtures/seattlerb/defn_kwarg_env.txt
index b512677195..b512677195 100644
--- a/test/yarp/fixtures/seattlerb/defn_kwarg_env.txt
+++ b/test/prism/fixtures/seattlerb/defn_kwarg_env.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_kwarg_kwarg.txt b/test/prism/fixtures/seattlerb/defn_kwarg_kwarg.txt
index 3962d2645c..3962d2645c 100644
--- a/test/yarp/fixtures/seattlerb/defn_kwarg_kwarg.txt
+++ b/test/prism/fixtures/seattlerb/defn_kwarg_kwarg.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_kwarg_kwsplat.txt b/test/prism/fixtures/seattlerb/defn_kwarg_kwsplat.txt
index bd39819482..bd39819482 100644
--- a/test/yarp/fixtures/seattlerb/defn_kwarg_kwsplat.txt
+++ b/test/prism/fixtures/seattlerb/defn_kwarg_kwsplat.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_kwarg_kwsplat_anon.txt b/test/prism/fixtures/seattlerb/defn_kwarg_kwsplat_anon.txt
index aba71cba07..aba71cba07 100644
--- a/test/yarp/fixtures/seattlerb/defn_kwarg_kwsplat_anon.txt
+++ b/test/prism/fixtures/seattlerb/defn_kwarg_kwsplat_anon.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_kwarg_lvar.txt b/test/prism/fixtures/seattlerb/defn_kwarg_lvar.txt
index 9eac108cca..9eac108cca 100644
--- a/test/yarp/fixtures/seattlerb/defn_kwarg_lvar.txt
+++ b/test/prism/fixtures/seattlerb/defn_kwarg_lvar.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_kwarg_no_parens.txt b/test/prism/fixtures/seattlerb/defn_kwarg_no_parens.txt
index 481457bf0e..481457bf0e 100644
--- a/test/yarp/fixtures/seattlerb/defn_kwarg_no_parens.txt
+++ b/test/prism/fixtures/seattlerb/defn_kwarg_no_parens.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_kwarg_val.txt b/test/prism/fixtures/seattlerb/defn_kwarg_val.txt
index 1a2803926f..1a2803926f 100644
--- a/test/yarp/fixtures/seattlerb/defn_kwarg_val.txt
+++ b/test/prism/fixtures/seattlerb/defn_kwarg_val.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_no_kwargs.txt b/test/prism/fixtures/seattlerb/defn_no_kwargs.txt
index 857ec8debb..857ec8debb 100644
--- a/test/yarp/fixtures/seattlerb/defn_no_kwargs.txt
+++ b/test/prism/fixtures/seattlerb/defn_no_kwargs.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_oneliner.txt b/test/prism/fixtures/seattlerb/defn_oneliner.txt
index 4aef08ce46..4aef08ce46 100644
--- a/test/yarp/fixtures/seattlerb/defn_oneliner.txt
+++ b/test/prism/fixtures/seattlerb/defn_oneliner.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_oneliner_eq2.txt b/test/prism/fixtures/seattlerb/defn_oneliner_eq2.txt
index 1b1ce27a15..1b1ce27a15 100644
--- a/test/yarp/fixtures/seattlerb/defn_oneliner_eq2.txt
+++ b/test/prism/fixtures/seattlerb/defn_oneliner_eq2.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_oneliner_noargs.txt b/test/prism/fixtures/seattlerb/defn_oneliner_noargs.txt
index cb4f76d244..cb4f76d244 100644
--- a/test/yarp/fixtures/seattlerb/defn_oneliner_noargs.txt
+++ b/test/prism/fixtures/seattlerb/defn_oneliner_noargs.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_oneliner_noargs_parentheses.txt b/test/prism/fixtures/seattlerb/defn_oneliner_noargs_parentheses.txt
index c582e896c1..c582e896c1 100644
--- a/test/yarp/fixtures/seattlerb/defn_oneliner_noargs_parentheses.txt
+++ b/test/prism/fixtures/seattlerb/defn_oneliner_noargs_parentheses.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_oneliner_rescue.txt b/test/prism/fixtures/seattlerb/defn_oneliner_rescue.txt
index ffe2228c9d..ffe2228c9d 100644
--- a/test/yarp/fixtures/seattlerb/defn_oneliner_rescue.txt
+++ b/test/prism/fixtures/seattlerb/defn_oneliner_rescue.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_opt_last_arg.txt b/test/prism/fixtures/seattlerb/defn_opt_last_arg.txt
index 91500bf137..91500bf137 100644
--- a/test/yarp/fixtures/seattlerb/defn_opt_last_arg.txt
+++ b/test/prism/fixtures/seattlerb/defn_opt_last_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_opt_reg.txt b/test/prism/fixtures/seattlerb/defn_opt_reg.txt
index c665674bc4..c665674bc4 100644
--- a/test/yarp/fixtures/seattlerb/defn_opt_reg.txt
+++ b/test/prism/fixtures/seattlerb/defn_opt_reg.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_opt_splat_arg.txt b/test/prism/fixtures/seattlerb/defn_opt_splat_arg.txt
index 876398b478..876398b478 100644
--- a/test/yarp/fixtures/seattlerb/defn_opt_splat_arg.txt
+++ b/test/prism/fixtures/seattlerb/defn_opt_splat_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_powarg.txt b/test/prism/fixtures/seattlerb/defn_powarg.txt
index 73415f0db9..73415f0db9 100644
--- a/test/yarp/fixtures/seattlerb/defn_powarg.txt
+++ b/test/prism/fixtures/seattlerb/defn_powarg.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_reg_opt_reg.txt b/test/prism/fixtures/seattlerb/defn_reg_opt_reg.txt
index 69f501a38e..69f501a38e 100644
--- a/test/yarp/fixtures/seattlerb/defn_reg_opt_reg.txt
+++ b/test/prism/fixtures/seattlerb/defn_reg_opt_reg.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_splat_arg.txt b/test/prism/fixtures/seattlerb/defn_splat_arg.txt
index a2a84bed30..a2a84bed30 100644
--- a/test/yarp/fixtures/seattlerb/defn_splat_arg.txt
+++ b/test/prism/fixtures/seattlerb/defn_splat_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/defn_unary_not.txt b/test/prism/fixtures/seattlerb/defn_unary_not.txt
index fb83c84a13..fb83c84a13 100644
--- a/test/yarp/fixtures/seattlerb/defn_unary_not.txt
+++ b/test/prism/fixtures/seattlerb/defn_unary_not.txt
diff --git a/test/yarp/fixtures/seattlerb/defns_reserved.txt b/test/prism/fixtures/seattlerb/defns_reserved.txt
index 7de9322f0d..7de9322f0d 100644
--- a/test/yarp/fixtures/seattlerb/defns_reserved.txt
+++ b/test/prism/fixtures/seattlerb/defns_reserved.txt
diff --git a/test/yarp/fixtures/seattlerb/defs_as_arg_with_do_block_inside.txt b/test/prism/fixtures/seattlerb/defs_as_arg_with_do_block_inside.txt
index 4d493d73dd..4d493d73dd 100644
--- a/test/yarp/fixtures/seattlerb/defs_as_arg_with_do_block_inside.txt
+++ b/test/prism/fixtures/seattlerb/defs_as_arg_with_do_block_inside.txt
diff --git a/test/yarp/fixtures/seattlerb/defs_comments.txt b/test/prism/fixtures/seattlerb/defs_comments.txt
index 52b9b4a6b3..52b9b4a6b3 100644
--- a/test/yarp/fixtures/seattlerb/defs_comments.txt
+++ b/test/prism/fixtures/seattlerb/defs_comments.txt
diff --git a/test/yarp/fixtures/seattlerb/defs_endless_command.txt b/test/prism/fixtures/seattlerb/defs_endless_command.txt
index 3b605657de..3b605657de 100644
--- a/test/yarp/fixtures/seattlerb/defs_endless_command.txt
+++ b/test/prism/fixtures/seattlerb/defs_endless_command.txt
diff --git a/test/yarp/fixtures/seattlerb/defs_endless_command_rescue.txt b/test/prism/fixtures/seattlerb/defs_endless_command_rescue.txt
index 6ece366db0..6ece366db0 100644
--- a/test/yarp/fixtures/seattlerb/defs_endless_command_rescue.txt
+++ b/test/prism/fixtures/seattlerb/defs_endless_command_rescue.txt
diff --git a/test/yarp/fixtures/seattlerb/defs_kwarg.txt b/test/prism/fixtures/seattlerb/defs_kwarg.txt
index 59970a371e..59970a371e 100644
--- a/test/yarp/fixtures/seattlerb/defs_kwarg.txt
+++ b/test/prism/fixtures/seattlerb/defs_kwarg.txt
diff --git a/test/yarp/fixtures/seattlerb/defs_oneliner.txt b/test/prism/fixtures/seattlerb/defs_oneliner.txt
index 1867edcfbf..1867edcfbf 100644
--- a/test/yarp/fixtures/seattlerb/defs_oneliner.txt
+++ b/test/prism/fixtures/seattlerb/defs_oneliner.txt
diff --git a/test/yarp/fixtures/seattlerb/defs_oneliner_eq2.txt b/test/prism/fixtures/seattlerb/defs_oneliner_eq2.txt
index 1e55f68bf3..1e55f68bf3 100644
--- a/test/yarp/fixtures/seattlerb/defs_oneliner_eq2.txt
+++ b/test/prism/fixtures/seattlerb/defs_oneliner_eq2.txt
diff --git a/test/yarp/fixtures/seattlerb/defs_oneliner_rescue.txt b/test/prism/fixtures/seattlerb/defs_oneliner_rescue.txt
index 7a04012b8f..7a04012b8f 100644
--- a/test/yarp/fixtures/seattlerb/defs_oneliner_rescue.txt
+++ b/test/prism/fixtures/seattlerb/defs_oneliner_rescue.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult0_.txt b/test/prism/fixtures/seattlerb/difficult0_.txt
index 5c73907cae..5c73907cae 100644
--- a/test/yarp/fixtures/seattlerb/difficult0_.txt
+++ b/test/prism/fixtures/seattlerb/difficult0_.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult1_line_numbers.txt b/test/prism/fixtures/seattlerb/difficult1_line_numbers.txt
index 8008127dc9..8008127dc9 100644
--- a/test/yarp/fixtures/seattlerb/difficult1_line_numbers.txt
+++ b/test/prism/fixtures/seattlerb/difficult1_line_numbers.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult1_line_numbers2.txt b/test/prism/fixtures/seattlerb/difficult1_line_numbers2.txt
index 1964562416..1964562416 100644
--- a/test/yarp/fixtures/seattlerb/difficult1_line_numbers2.txt
+++ b/test/prism/fixtures/seattlerb/difficult1_line_numbers2.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult2_.txt b/test/prism/fixtures/seattlerb/difficult2_.txt
index 3259097492..3259097492 100644
--- a/test/yarp/fixtures/seattlerb/difficult2_.txt
+++ b/test/prism/fixtures/seattlerb/difficult2_.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult3_.txt b/test/prism/fixtures/seattlerb/difficult3_.txt
index 9f95860b82..9f95860b82 100644
--- a/test/yarp/fixtures/seattlerb/difficult3_.txt
+++ b/test/prism/fixtures/seattlerb/difficult3_.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult3_2.txt b/test/prism/fixtures/seattlerb/difficult3_2.txt
index 8abfe3f634..8abfe3f634 100644
--- a/test/yarp/fixtures/seattlerb/difficult3_2.txt
+++ b/test/prism/fixtures/seattlerb/difficult3_2.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult3_3.txt b/test/prism/fixtures/seattlerb/difficult3_3.txt
index 6f43ab7b1d..6f43ab7b1d 100644
--- a/test/yarp/fixtures/seattlerb/difficult3_3.txt
+++ b/test/prism/fixtures/seattlerb/difficult3_3.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult3_4.txt b/test/prism/fixtures/seattlerb/difficult3_4.txt
index 7070e1e964..7070e1e964 100644
--- a/test/yarp/fixtures/seattlerb/difficult3_4.txt
+++ b/test/prism/fixtures/seattlerb/difficult3_4.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult3_5.txt b/test/prism/fixtures/seattlerb/difficult3_5.txt
index 6d52692481..6d52692481 100644
--- a/test/yarp/fixtures/seattlerb/difficult3_5.txt
+++ b/test/prism/fixtures/seattlerb/difficult3_5.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult3__10.txt b/test/prism/fixtures/seattlerb/difficult3__10.txt
index 89974f5114..89974f5114 100644
--- a/test/yarp/fixtures/seattlerb/difficult3__10.txt
+++ b/test/prism/fixtures/seattlerb/difficult3__10.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult3__11.txt b/test/prism/fixtures/seattlerb/difficult3__11.txt
index 911d037961..911d037961 100644
--- a/test/yarp/fixtures/seattlerb/difficult3__11.txt
+++ b/test/prism/fixtures/seattlerb/difficult3__11.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult3__12.txt b/test/prism/fixtures/seattlerb/difficult3__12.txt
index 2405a80ec1..2405a80ec1 100644
--- a/test/yarp/fixtures/seattlerb/difficult3__12.txt
+++ b/test/prism/fixtures/seattlerb/difficult3__12.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult3__6.txt b/test/prism/fixtures/seattlerb/difficult3__6.txt
index 3a45ae86fb..3a45ae86fb 100644
--- a/test/yarp/fixtures/seattlerb/difficult3__6.txt
+++ b/test/prism/fixtures/seattlerb/difficult3__6.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult3__7.txt b/test/prism/fixtures/seattlerb/difficult3__7.txt
index 55272a1fc4..55272a1fc4 100644
--- a/test/yarp/fixtures/seattlerb/difficult3__7.txt
+++ b/test/prism/fixtures/seattlerb/difficult3__7.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult3__8.txt b/test/prism/fixtures/seattlerb/difficult3__8.txt
index 76740db4ff..76740db4ff 100644
--- a/test/yarp/fixtures/seattlerb/difficult3__8.txt
+++ b/test/prism/fixtures/seattlerb/difficult3__8.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult3__9.txt b/test/prism/fixtures/seattlerb/difficult3__9.txt
index b65f7fd052..b65f7fd052 100644
--- a/test/yarp/fixtures/seattlerb/difficult3__9.txt
+++ b/test/prism/fixtures/seattlerb/difficult3__9.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult4__leading_dots.txt b/test/prism/fixtures/seattlerb/difficult4__leading_dots.txt
index 332dc8225c..332dc8225c 100644
--- a/test/yarp/fixtures/seattlerb/difficult4__leading_dots.txt
+++ b/test/prism/fixtures/seattlerb/difficult4__leading_dots.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult4__leading_dots2.txt b/test/prism/fixtures/seattlerb/difficult4__leading_dots2.txt
index fe73f641fe..fe73f641fe 100644
--- a/test/yarp/fixtures/seattlerb/difficult4__leading_dots2.txt
+++ b/test/prism/fixtures/seattlerb/difficult4__leading_dots2.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult6_.txt b/test/prism/fixtures/seattlerb/difficult6_.txt
index 7396a9a76f..7396a9a76f 100644
--- a/test/yarp/fixtures/seattlerb/difficult6_.txt
+++ b/test/prism/fixtures/seattlerb/difficult6_.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult6__7.txt b/test/prism/fixtures/seattlerb/difficult6__7.txt
index 048358bbdc..048358bbdc 100644
--- a/test/yarp/fixtures/seattlerb/difficult6__7.txt
+++ b/test/prism/fixtures/seattlerb/difficult6__7.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult6__8.txt b/test/prism/fixtures/seattlerb/difficult6__8.txt
index ba1cbc235d..ba1cbc235d 100644
--- a/test/yarp/fixtures/seattlerb/difficult6__8.txt
+++ b/test/prism/fixtures/seattlerb/difficult6__8.txt
diff --git a/test/yarp/fixtures/seattlerb/difficult7_.txt b/test/prism/fixtures/seattlerb/difficult7_.txt
index 112b75c5f2..112b75c5f2 100644
--- a/test/yarp/fixtures/seattlerb/difficult7_.txt
+++ b/test/prism/fixtures/seattlerb/difficult7_.txt
diff --git a/test/yarp/fixtures/seattlerb/do_bug.txt b/test/prism/fixtures/seattlerb/do_bug.txt
index a274e72baf..a274e72baf 100644
--- a/test/yarp/fixtures/seattlerb/do_bug.txt
+++ b/test/prism/fixtures/seattlerb/do_bug.txt
diff --git a/test/yarp/fixtures/seattlerb/do_lambda.txt b/test/prism/fixtures/seattlerb/do_lambda.txt
index 06d2a38d30..06d2a38d30 100644
--- a/test/yarp/fixtures/seattlerb/do_lambda.txt
+++ b/test/prism/fixtures/seattlerb/do_lambda.txt
diff --git a/test/yarp/fixtures/seattlerb/dot2_nil__26.txt b/test/prism/fixtures/seattlerb/dot2_nil__26.txt
index cc070eb69f..cc070eb69f 100644
--- a/test/yarp/fixtures/seattlerb/dot2_nil__26.txt
+++ b/test/prism/fixtures/seattlerb/dot2_nil__26.txt
diff --git a/test/yarp/fixtures/seattlerb/dot3_nil__26.txt b/test/prism/fixtures/seattlerb/dot3_nil__26.txt
index 7f4aef7af7..7f4aef7af7 100644
--- a/test/yarp/fixtures/seattlerb/dot3_nil__26.txt
+++ b/test/prism/fixtures/seattlerb/dot3_nil__26.txt
diff --git a/test/yarp/fixtures/seattlerb/dstr_evstr.txt b/test/prism/fixtures/seattlerb/dstr_evstr.txt
index 5fe4a858c1..5fe4a858c1 100644
--- a/test/yarp/fixtures/seattlerb/dstr_evstr.txt
+++ b/test/prism/fixtures/seattlerb/dstr_evstr.txt
diff --git a/test/yarp/fixtures/seattlerb/dstr_evstr_empty_end.txt b/test/prism/fixtures/seattlerb/dstr_evstr_empty_end.txt
index 7a55030fa8..7a55030fa8 100644
--- a/test/yarp/fixtures/seattlerb/dstr_evstr_empty_end.txt
+++ b/test/prism/fixtures/seattlerb/dstr_evstr_empty_end.txt
diff --git a/test/yarp/fixtures/seattlerb/dstr_lex_state.txt b/test/prism/fixtures/seattlerb/dstr_lex_state.txt
index 6cac1d8e95..6cac1d8e95 100644
--- a/test/yarp/fixtures/seattlerb/dstr_lex_state.txt
+++ b/test/prism/fixtures/seattlerb/dstr_lex_state.txt
diff --git a/test/yarp/fixtures/seattlerb/dstr_str.txt b/test/prism/fixtures/seattlerb/dstr_str.txt
index 226ce2b191..226ce2b191 100644
--- a/test/yarp/fixtures/seattlerb/dstr_str.txt
+++ b/test/prism/fixtures/seattlerb/dstr_str.txt
diff --git a/test/yarp/fixtures/seattlerb/dsym_esc_to_sym.txt b/test/prism/fixtures/seattlerb/dsym_esc_to_sym.txt
index e5781453c1..e5781453c1 100644
--- a/test/yarp/fixtures/seattlerb/dsym_esc_to_sym.txt
+++ b/test/prism/fixtures/seattlerb/dsym_esc_to_sym.txt
diff --git a/test/yarp/fixtures/seattlerb/dsym_to_sym.txt b/test/prism/fixtures/seattlerb/dsym_to_sym.txt
index 813c90342c..813c90342c 100644
--- a/test/yarp/fixtures/seattlerb/dsym_to_sym.txt
+++ b/test/prism/fixtures/seattlerb/dsym_to_sym.txt
diff --git a/test/yarp/fixtures/seattlerb/eq_begin_line_numbers.txt b/test/prism/fixtures/seattlerb/eq_begin_line_numbers.txt
index aae82e1207..aae82e1207 100644
--- a/test/yarp/fixtures/seattlerb/eq_begin_line_numbers.txt
+++ b/test/prism/fixtures/seattlerb/eq_begin_line_numbers.txt
diff --git a/test/yarp/fixtures/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt b/test/prism/fixtures/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt
index 88ff599e91..88ff599e91 100644
--- a/test/yarp/fixtures/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt
+++ b/test/prism/fixtures/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt
diff --git a/test/yarp/fixtures/seattlerb/evstr_evstr.txt b/test/prism/fixtures/seattlerb/evstr_evstr.txt
index cf0b5ee873..cf0b5ee873 100644
--- a/test/yarp/fixtures/seattlerb/evstr_evstr.txt
+++ b/test/prism/fixtures/seattlerb/evstr_evstr.txt
diff --git a/test/yarp/fixtures/seattlerb/evstr_str.txt b/test/prism/fixtures/seattlerb/evstr_str.txt
index 5746909b19..5746909b19 100644
--- a/test/yarp/fixtures/seattlerb/evstr_str.txt
+++ b/test/prism/fixtures/seattlerb/evstr_str.txt
diff --git a/test/yarp/fixtures/seattlerb/expr_not_bang.txt b/test/prism/fixtures/seattlerb/expr_not_bang.txt
index 6ed80c76d3..6ed80c76d3 100644
--- a/test/yarp/fixtures/seattlerb/expr_not_bang.txt
+++ b/test/prism/fixtures/seattlerb/expr_not_bang.txt
diff --git a/test/yarp/fixtures/seattlerb/f_kw.txt b/test/prism/fixtures/seattlerb/f_kw.txt
index 4dd42662b8..4dd42662b8 100644
--- a/test/yarp/fixtures/seattlerb/f_kw.txt
+++ b/test/prism/fixtures/seattlerb/f_kw.txt
diff --git a/test/yarp/fixtures/seattlerb/f_kw__required.txt b/test/prism/fixtures/seattlerb/f_kw__required.txt
index 2e1e258ff0..2e1e258ff0 100644
--- a/test/yarp/fixtures/seattlerb/f_kw__required.txt
+++ b/test/prism/fixtures/seattlerb/f_kw__required.txt
diff --git a/test/yarp/fixtures/seattlerb/flip2_env_lvar.txt b/test/prism/fixtures/seattlerb/flip2_env_lvar.txt
index 619b2c915e..619b2c915e 100644
--- a/test/yarp/fixtures/seattlerb/flip2_env_lvar.txt
+++ b/test/prism/fixtures/seattlerb/flip2_env_lvar.txt
diff --git a/test/yarp/fixtures/seattlerb/float_with_if_modifier.txt b/test/prism/fixtures/seattlerb/float_with_if_modifier.txt
index 6a62d4a308..6a62d4a308 100644
--- a/test/yarp/fixtures/seattlerb/float_with_if_modifier.txt
+++ b/test/prism/fixtures/seattlerb/float_with_if_modifier.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc__backslash_dos_format.txt b/test/prism/fixtures/seattlerb/heredoc__backslash_dos_format.txt
index cfbcb2a11d..cfbcb2a11d 100644
--- a/test/yarp/fixtures/seattlerb/heredoc__backslash_dos_format.txt
+++ b/test/prism/fixtures/seattlerb/heredoc__backslash_dos_format.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_backslash_nl.txt b/test/prism/fixtures/seattlerb/heredoc_backslash_nl.txt
index 0cc5b35fd5..0cc5b35fd5 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_backslash_nl.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_backslash_nl.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_bad_hex_escape.txt b/test/prism/fixtures/seattlerb/heredoc_bad_hex_escape.txt
index 2c386cc6a9..2c386cc6a9 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_bad_hex_escape.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_bad_hex_escape.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_bad_oct_escape.txt b/test/prism/fixtures/seattlerb/heredoc_bad_oct_escape.txt
index 235a041e90..235a041e90 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_bad_oct_escape.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_bad_oct_escape.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_comma_arg.txt b/test/prism/fixtures/seattlerb/heredoc_comma_arg.txt
index c230b12f65..c230b12f65 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_comma_arg.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_comma_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_lineno.txt b/test/prism/fixtures/seattlerb/heredoc_lineno.txt
index 73a2e3806b..73a2e3806b 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_lineno.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_lineno.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_nested.txt b/test/prism/fixtures/seattlerb/heredoc_nested.txt
index 508d6d3c05..508d6d3c05 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_nested.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_nested.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_squiggly.txt b/test/prism/fixtures/seattlerb/heredoc_squiggly.txt
index e630ff62b4..e630ff62b4 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_squiggly.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_squiggly.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt b/test/prism/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt
index 61b62157db..61b62157db 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_squiggly_blank_lines.txt b/test/prism/fixtures/seattlerb/heredoc_squiggly_blank_lines.txt
index 0d89134c87..0d89134c87 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_squiggly_blank_lines.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_squiggly_blank_lines.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_squiggly_empty.txt b/test/prism/fixtures/seattlerb/heredoc_squiggly_empty.txt
index 4602d757fb..4602d757fb 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_squiggly_empty.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_squiggly_empty.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_squiggly_interp.txt b/test/prism/fixtures/seattlerb/heredoc_squiggly_interp.txt
index 47ff3c9070..47ff3c9070 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_squiggly_interp.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_squiggly_interp.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_squiggly_no_indent.txt b/test/prism/fixtures/seattlerb/heredoc_squiggly_no_indent.txt
index 7076f6ef71..7076f6ef71 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_squiggly_no_indent.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_squiggly_no_indent.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_squiggly_tabs.txt b/test/prism/fixtures/seattlerb/heredoc_squiggly_tabs.txt
index b193f0473b..b193f0473b 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_squiggly_tabs.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_squiggly_tabs.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_squiggly_tabs_extra.txt b/test/prism/fixtures/seattlerb/heredoc_squiggly_tabs_extra.txt
index 5b75dd2b59..5b75dd2b59 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_squiggly_tabs_extra.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_squiggly_tabs_extra.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_squiggly_visually_blank_lines.txt b/test/prism/fixtures/seattlerb/heredoc_squiggly_visually_blank_lines.txt
index 3f9198296d..3f9198296d 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_squiggly_visually_blank_lines.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_squiggly_visually_blank_lines.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_trailing_slash_continued_call.txt b/test/prism/fixtures/seattlerb/heredoc_trailing_slash_continued_call.txt
index 12c8fac126..12c8fac126 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_trailing_slash_continued_call.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_trailing_slash_continued_call.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_unicode.txt b/test/prism/fixtures/seattlerb/heredoc_unicode.txt
index 216a5cfe24..216a5cfe24 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_unicode.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_unicode.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_with_carriage_return_escapes.txt b/test/prism/fixtures/seattlerb/heredoc_with_carriage_return_escapes.txt
index cb4967d154..cb4967d154 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_with_carriage_return_escapes.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_with_carriage_return_escapes.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_with_carriage_return_escapes_windows.txt b/test/prism/fixtures/seattlerb/heredoc_with_carriage_return_escapes_windows.txt
index 75ed936b5d..75ed936b5d 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_with_carriage_return_escapes_windows.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_with_carriage_return_escapes_windows.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt b/test/prism/fixtures/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt
index 1c58c05cc5..1c58c05cc5 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_returns.txt b/test/prism/fixtures/seattlerb/heredoc_with_extra_carriage_returns.txt
index 706cb0d5c0..706cb0d5c0 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_returns.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_with_extra_carriage_returns.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_returns_windows.txt b/test/prism/fixtures/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
index 8ed84799b1..8ed84799b1 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt b/test/prism/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt
index 250e606f45..250e606f45 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt b/test/prism/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt
index 12f97aff5e..12f97aff5e 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_with_not_global_interpolation.txt b/test/prism/fixtures/seattlerb/heredoc_with_not_global_interpolation.txt
index f94c2c9e27..f94c2c9e27 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_with_not_global_interpolation.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_with_not_global_interpolation.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_with_only_carriage_returns.txt b/test/prism/fixtures/seattlerb/heredoc_with_only_carriage_returns.txt
index 468ba85cf7..468ba85cf7 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_with_only_carriage_returns.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_with_only_carriage_returns.txt
diff --git a/test/yarp/fixtures/seattlerb/heredoc_with_only_carriage_returns_windows.txt b/test/prism/fixtures/seattlerb/heredoc_with_only_carriage_returns_windows.txt
index e973eff110..e973eff110 100644
--- a/test/yarp/fixtures/seattlerb/heredoc_with_only_carriage_returns_windows.txt
+++ b/test/prism/fixtures/seattlerb/heredoc_with_only_carriage_returns_windows.txt
diff --git a/test/yarp/fixtures/seattlerb/if_elsif.txt b/test/prism/fixtures/seattlerb/if_elsif.txt
index bc1c0a2b3d..bc1c0a2b3d 100644
--- a/test/yarp/fixtures/seattlerb/if_elsif.txt
+++ b/test/prism/fixtures/seattlerb/if_elsif.txt
diff --git a/test/yarp/fixtures/seattlerb/if_symbol.txt b/test/prism/fixtures/seattlerb/if_symbol.txt
index 8d6e958ede..8d6e958ede 100644
--- a/test/yarp/fixtures/seattlerb/if_symbol.txt
+++ b/test/prism/fixtures/seattlerb/if_symbol.txt
diff --git a/test/yarp/fixtures/seattlerb/in_expr_no_case.txt b/test/prism/fixtures/seattlerb/in_expr_no_case.txt
index 40db7f868b..40db7f868b 100644
--- a/test/yarp/fixtures/seattlerb/in_expr_no_case.txt
+++ b/test/prism/fixtures/seattlerb/in_expr_no_case.txt
diff --git a/test/yarp/fixtures/seattlerb/index_0.txt b/test/prism/fixtures/seattlerb/index_0.txt
index 050d4566ba..050d4566ba 100644
--- a/test/yarp/fixtures/seattlerb/index_0.txt
+++ b/test/prism/fixtures/seattlerb/index_0.txt
diff --git a/test/yarp/fixtures/seattlerb/index_0_opasgn.txt b/test/prism/fixtures/seattlerb/index_0_opasgn.txt
index 7189f0c3ea..7189f0c3ea 100644
--- a/test/yarp/fixtures/seattlerb/index_0_opasgn.txt
+++ b/test/prism/fixtures/seattlerb/index_0_opasgn.txt
diff --git a/test/yarp/fixtures/seattlerb/integer_with_if_modifier.txt b/test/prism/fixtures/seattlerb/integer_with_if_modifier.txt
index bf2f621e92..bf2f621e92 100644
--- a/test/yarp/fixtures/seattlerb/integer_with_if_modifier.txt
+++ b/test/prism/fixtures/seattlerb/integer_with_if_modifier.txt
diff --git a/test/yarp/fixtures/seattlerb/interpolated_symbol_array_line_breaks.txt b/test/prism/fixtures/seattlerb/interpolated_symbol_array_line_breaks.txt
index f4c7cb9662..f4c7cb9662 100644
--- a/test/yarp/fixtures/seattlerb/interpolated_symbol_array_line_breaks.txt
+++ b/test/prism/fixtures/seattlerb/interpolated_symbol_array_line_breaks.txt
diff --git a/test/yarp/fixtures/seattlerb/interpolated_word_array_line_breaks.txt b/test/prism/fixtures/seattlerb/interpolated_word_array_line_breaks.txt
index d52b4789cf..d52b4789cf 100644
--- a/test/yarp/fixtures/seattlerb/interpolated_word_array_line_breaks.txt
+++ b/test/prism/fixtures/seattlerb/interpolated_word_array_line_breaks.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_1.txt b/test/prism/fixtures/seattlerb/iter_args_1.txt
index c890ef62c3..c890ef62c3 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_1.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_1.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_10_1.txt b/test/prism/fixtures/seattlerb/iter_args_10_1.txt
index 3f558c5392..3f558c5392 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_10_1.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_10_1.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_10_2.txt b/test/prism/fixtures/seattlerb/iter_args_10_2.txt
index 4158e79d14..4158e79d14 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_10_2.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_10_2.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_11_1.txt b/test/prism/fixtures/seattlerb/iter_args_11_1.txt
index f86175c1a0..f86175c1a0 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_11_1.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_11_1.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_11_2.txt b/test/prism/fixtures/seattlerb/iter_args_11_2.txt
index e4b017e44a..e4b017e44a 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_11_2.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_11_2.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_2__19.txt b/test/prism/fixtures/seattlerb/iter_args_2__19.txt
index 84dd744243..84dd744243 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_2__19.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_2__19.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_3.txt b/test/prism/fixtures/seattlerb/iter_args_3.txt
index 261968ff13..261968ff13 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_3.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_3.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_4.txt b/test/prism/fixtures/seattlerb/iter_args_4.txt
index 7db4d43ad3..7db4d43ad3 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_4.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_4.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_5.txt b/test/prism/fixtures/seattlerb/iter_args_5.txt
index 088fcdfcc5..088fcdfcc5 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_5.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_5.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_6.txt b/test/prism/fixtures/seattlerb/iter_args_6.txt
index e980ec064b..e980ec064b 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_6.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_6.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_7_1.txt b/test/prism/fixtures/seattlerb/iter_args_7_1.txt
index e1dbf4b312..e1dbf4b312 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_7_1.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_7_1.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_7_2.txt b/test/prism/fixtures/seattlerb/iter_args_7_2.txt
index e46e78e00e..e46e78e00e 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_7_2.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_7_2.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_8_1.txt b/test/prism/fixtures/seattlerb/iter_args_8_1.txt
index a0ec82ea5b..a0ec82ea5b 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_8_1.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_8_1.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_8_2.txt b/test/prism/fixtures/seattlerb/iter_args_8_2.txt
index a1839fe706..a1839fe706 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_8_2.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_8_2.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_9_1.txt b/test/prism/fixtures/seattlerb/iter_args_9_1.txt
index 13e5b20fe7..13e5b20fe7 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_9_1.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_9_1.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_args_9_2.txt b/test/prism/fixtures/seattlerb/iter_args_9_2.txt
index 83f6e1e029..83f6e1e029 100644
--- a/test/yarp/fixtures/seattlerb/iter_args_9_2.txt
+++ b/test/prism/fixtures/seattlerb/iter_args_9_2.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_kwarg.txt b/test/prism/fixtures/seattlerb/iter_kwarg.txt
index d4296cad76..d4296cad76 100644
--- a/test/yarp/fixtures/seattlerb/iter_kwarg.txt
+++ b/test/prism/fixtures/seattlerb/iter_kwarg.txt
diff --git a/test/yarp/fixtures/seattlerb/iter_kwarg_kwsplat.txt b/test/prism/fixtures/seattlerb/iter_kwarg_kwsplat.txt
index dd0ea13a6f..dd0ea13a6f 100644
--- a/test/yarp/fixtures/seattlerb/iter_kwarg_kwsplat.txt
+++ b/test/prism/fixtures/seattlerb/iter_kwarg_kwsplat.txt
diff --git a/test/yarp/fixtures/seattlerb/label_vs_string.txt b/test/prism/fixtures/seattlerb/label_vs_string.txt
index 27ba8b64de..27ba8b64de 100644
--- a/test/yarp/fixtures/seattlerb/label_vs_string.txt
+++ b/test/prism/fixtures/seattlerb/label_vs_string.txt
diff --git a/test/yarp/fixtures/seattlerb/lambda_do_vs_brace.txt b/test/prism/fixtures/seattlerb/lambda_do_vs_brace.txt
index bbf663a46a..bbf663a46a 100644
--- a/test/yarp/fixtures/seattlerb/lambda_do_vs_brace.txt
+++ b/test/prism/fixtures/seattlerb/lambda_do_vs_brace.txt
diff --git a/test/yarp/fixtures/seattlerb/lasgn_arg_rescue_arg.txt b/test/prism/fixtures/seattlerb/lasgn_arg_rescue_arg.txt
index 0dad496c28..0dad496c28 100644
--- a/test/yarp/fixtures/seattlerb/lasgn_arg_rescue_arg.txt
+++ b/test/prism/fixtures/seattlerb/lasgn_arg_rescue_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/lasgn_call_bracket_rescue_arg.txt b/test/prism/fixtures/seattlerb/lasgn_call_bracket_rescue_arg.txt
index 3f63c0b748..3f63c0b748 100644
--- a/test/yarp/fixtures/seattlerb/lasgn_call_bracket_rescue_arg.txt
+++ b/test/prism/fixtures/seattlerb/lasgn_call_bracket_rescue_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/lasgn_call_nobracket_rescue_arg.txt b/test/prism/fixtures/seattlerb/lasgn_call_nobracket_rescue_arg.txt
index 0e86f1587d..0e86f1587d 100644
--- a/test/yarp/fixtures/seattlerb/lasgn_call_nobracket_rescue_arg.txt
+++ b/test/prism/fixtures/seattlerb/lasgn_call_nobracket_rescue_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/lasgn_command.txt b/test/prism/fixtures/seattlerb/lasgn_command.txt
index aca35b880c..aca35b880c 100644
--- a/test/yarp/fixtures/seattlerb/lasgn_command.txt
+++ b/test/prism/fixtures/seattlerb/lasgn_command.txt
diff --git a/test/yarp/fixtures/seattlerb/lasgn_env.txt b/test/prism/fixtures/seattlerb/lasgn_env.txt
index aec10273e5..aec10273e5 100644
--- a/test/yarp/fixtures/seattlerb/lasgn_env.txt
+++ b/test/prism/fixtures/seattlerb/lasgn_env.txt
diff --git a/test/yarp/fixtures/seattlerb/lasgn_ivar_env.txt b/test/prism/fixtures/seattlerb/lasgn_ivar_env.txt
index 2fa8471c01..2fa8471c01 100644
--- a/test/yarp/fixtures/seattlerb/lasgn_ivar_env.txt
+++ b/test/prism/fixtures/seattlerb/lasgn_ivar_env.txt
diff --git a/test/yarp/fixtures/seattlerb/lasgn_lasgn_command_call.txt b/test/prism/fixtures/seattlerb/lasgn_lasgn_command_call.txt
index 5147131852..5147131852 100644
--- a/test/yarp/fixtures/seattlerb/lasgn_lasgn_command_call.txt
+++ b/test/prism/fixtures/seattlerb/lasgn_lasgn_command_call.txt
diff --git a/test/yarp/fixtures/seattlerb/lasgn_middle_splat.txt b/test/prism/fixtures/seattlerb/lasgn_middle_splat.txt
index bb378ca680..bb378ca680 100644
--- a/test/yarp/fixtures/seattlerb/lasgn_middle_splat.txt
+++ b/test/prism/fixtures/seattlerb/lasgn_middle_splat.txt
diff --git a/test/yarp/fixtures/seattlerb/magic_encoding_comment.txt b/test/prism/fixtures/seattlerb/magic_encoding_comment.txt
index a02711ea05..a02711ea05 100644
--- a/test/yarp/fixtures/seattlerb/magic_encoding_comment.txt
+++ b/test/prism/fixtures/seattlerb/magic_encoding_comment.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_anon_splat_arg.txt b/test/prism/fixtures/seattlerb/masgn_anon_splat_arg.txt
index b796a742ed..b796a742ed 100644
--- a/test/yarp/fixtures/seattlerb/masgn_anon_splat_arg.txt
+++ b/test/prism/fixtures/seattlerb/masgn_anon_splat_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_arg_colon_arg.txt b/test/prism/fixtures/seattlerb/masgn_arg_colon_arg.txt
index e0919793d4..e0919793d4 100644
--- a/test/yarp/fixtures/seattlerb/masgn_arg_colon_arg.txt
+++ b/test/prism/fixtures/seattlerb/masgn_arg_colon_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_arg_ident.txt b/test/prism/fixtures/seattlerb/masgn_arg_ident.txt
index 45f248d854..45f248d854 100644
--- a/test/yarp/fixtures/seattlerb/masgn_arg_ident.txt
+++ b/test/prism/fixtures/seattlerb/masgn_arg_ident.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_arg_splat_arg.txt b/test/prism/fixtures/seattlerb/masgn_arg_splat_arg.txt
index 05fe7c4d5f..05fe7c4d5f 100644
--- a/test/yarp/fixtures/seattlerb/masgn_arg_splat_arg.txt
+++ b/test/prism/fixtures/seattlerb/masgn_arg_splat_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_colon2.txt b/test/prism/fixtures/seattlerb/masgn_colon2.txt
index 4e4f838d7d..4e4f838d7d 100644
--- a/test/yarp/fixtures/seattlerb/masgn_colon2.txt
+++ b/test/prism/fixtures/seattlerb/masgn_colon2.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_colon3.txt b/test/prism/fixtures/seattlerb/masgn_colon3.txt
index 46098ba8c5..46098ba8c5 100644
--- a/test/yarp/fixtures/seattlerb/masgn_colon3.txt
+++ b/test/prism/fixtures/seattlerb/masgn_colon3.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_command_call.txt b/test/prism/fixtures/seattlerb/masgn_command_call.txt
index 6da01e8a31..6da01e8a31 100644
--- a/test/yarp/fixtures/seattlerb/masgn_command_call.txt
+++ b/test/prism/fixtures/seattlerb/masgn_command_call.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_double_paren.txt b/test/prism/fixtures/seattlerb/masgn_double_paren.txt
index ffac0a85a3..ffac0a85a3 100644
--- a/test/yarp/fixtures/seattlerb/masgn_double_paren.txt
+++ b/test/prism/fixtures/seattlerb/masgn_double_paren.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_lhs_splat.txt b/test/prism/fixtures/seattlerb/masgn_lhs_splat.txt
index 2419ef1671..2419ef1671 100644
--- a/test/yarp/fixtures/seattlerb/masgn_lhs_splat.txt
+++ b/test/prism/fixtures/seattlerb/masgn_lhs_splat.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_paren.txt b/test/prism/fixtures/seattlerb/masgn_paren.txt
index 3889b9ff48..3889b9ff48 100644
--- a/test/yarp/fixtures/seattlerb/masgn_paren.txt
+++ b/test/prism/fixtures/seattlerb/masgn_paren.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_splat_arg.txt b/test/prism/fixtures/seattlerb/masgn_splat_arg.txt
index a7c91425b0..a7c91425b0 100644
--- a/test/yarp/fixtures/seattlerb/masgn_splat_arg.txt
+++ b/test/prism/fixtures/seattlerb/masgn_splat_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_splat_arg_arg.txt b/test/prism/fixtures/seattlerb/masgn_splat_arg_arg.txt
index 46196bd703..46196bd703 100644
--- a/test/yarp/fixtures/seattlerb/masgn_splat_arg_arg.txt
+++ b/test/prism/fixtures/seattlerb/masgn_splat_arg_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_star.txt b/test/prism/fixtures/seattlerb/masgn_star.txt
index c5eea37de2..c5eea37de2 100644
--- a/test/yarp/fixtures/seattlerb/masgn_star.txt
+++ b/test/prism/fixtures/seattlerb/masgn_star.txt
diff --git a/test/yarp/fixtures/seattlerb/masgn_var_star_var.txt b/test/prism/fixtures/seattlerb/masgn_var_star_var.txt
index 04089c36ac..04089c36ac 100644
--- a/test/yarp/fixtures/seattlerb/masgn_var_star_var.txt
+++ b/test/prism/fixtures/seattlerb/masgn_var_star_var.txt
diff --git a/test/yarp/fixtures/seattlerb/messy_op_asgn_lineno.txt b/test/prism/fixtures/seattlerb/messy_op_asgn_lineno.txt
index a7d1035ae3..a7d1035ae3 100644
--- a/test/yarp/fixtures/seattlerb/messy_op_asgn_lineno.txt
+++ b/test/prism/fixtures/seattlerb/messy_op_asgn_lineno.txt
diff --git a/test/yarp/fixtures/seattlerb/method_call_assoc_trailing_comma.txt b/test/prism/fixtures/seattlerb/method_call_assoc_trailing_comma.txt
index 86f0fbdfc9..86f0fbdfc9 100644
--- a/test/yarp/fixtures/seattlerb/method_call_assoc_trailing_comma.txt
+++ b/test/prism/fixtures/seattlerb/method_call_assoc_trailing_comma.txt
diff --git a/test/yarp/fixtures/seattlerb/method_call_trailing_comma.txt b/test/prism/fixtures/seattlerb/method_call_trailing_comma.txt
index 1a155fba12..1a155fba12 100644
--- a/test/yarp/fixtures/seattlerb/method_call_trailing_comma.txt
+++ b/test/prism/fixtures/seattlerb/method_call_trailing_comma.txt
diff --git a/test/yarp/fixtures/seattlerb/mlhs_back_anonsplat.txt b/test/prism/fixtures/seattlerb/mlhs_back_anonsplat.txt
index 7389b95563..7389b95563 100644
--- a/test/yarp/fixtures/seattlerb/mlhs_back_anonsplat.txt
+++ b/test/prism/fixtures/seattlerb/mlhs_back_anonsplat.txt
diff --git a/test/yarp/fixtures/seattlerb/mlhs_back_splat.txt b/test/prism/fixtures/seattlerb/mlhs_back_splat.txt
index ec5d23889a..ec5d23889a 100644
--- a/test/yarp/fixtures/seattlerb/mlhs_back_splat.txt
+++ b/test/prism/fixtures/seattlerb/mlhs_back_splat.txt
diff --git a/test/yarp/fixtures/seattlerb/mlhs_front_anonsplat.txt b/test/prism/fixtures/seattlerb/mlhs_front_anonsplat.txt
index 67e569438c..67e569438c 100644
--- a/test/yarp/fixtures/seattlerb/mlhs_front_anonsplat.txt
+++ b/test/prism/fixtures/seattlerb/mlhs_front_anonsplat.txt
diff --git a/test/yarp/fixtures/seattlerb/mlhs_front_splat.txt b/test/prism/fixtures/seattlerb/mlhs_front_splat.txt
index dabadc382d..dabadc382d 100644
--- a/test/yarp/fixtures/seattlerb/mlhs_front_splat.txt
+++ b/test/prism/fixtures/seattlerb/mlhs_front_splat.txt
diff --git a/test/yarp/fixtures/seattlerb/mlhs_keyword.txt b/test/prism/fixtures/seattlerb/mlhs_keyword.txt
index 899e7f8ed3..899e7f8ed3 100644
--- a/test/yarp/fixtures/seattlerb/mlhs_keyword.txt
+++ b/test/prism/fixtures/seattlerb/mlhs_keyword.txt
diff --git a/test/yarp/fixtures/seattlerb/mlhs_mid_anonsplat.txt b/test/prism/fixtures/seattlerb/mlhs_mid_anonsplat.txt
index a70a7e531b..a70a7e531b 100644
--- a/test/yarp/fixtures/seattlerb/mlhs_mid_anonsplat.txt
+++ b/test/prism/fixtures/seattlerb/mlhs_mid_anonsplat.txt
diff --git a/test/yarp/fixtures/seattlerb/mlhs_mid_splat.txt b/test/prism/fixtures/seattlerb/mlhs_mid_splat.txt
index 2d23fd3966..2d23fd3966 100644
--- a/test/yarp/fixtures/seattlerb/mlhs_mid_splat.txt
+++ b/test/prism/fixtures/seattlerb/mlhs_mid_splat.txt
diff --git a/test/yarp/fixtures/seattlerb/mlhs_rescue.txt b/test/prism/fixtures/seattlerb/mlhs_rescue.txt
index b4c79ae32e..b4c79ae32e 100644
--- a/test/yarp/fixtures/seattlerb/mlhs_rescue.txt
+++ b/test/prism/fixtures/seattlerb/mlhs_rescue.txt
diff --git a/test/yarp/fixtures/seattlerb/module_comments.txt b/test/prism/fixtures/seattlerb/module_comments.txt
index cecb717c5b..cecb717c5b 100644
--- a/test/yarp/fixtures/seattlerb/module_comments.txt
+++ b/test/prism/fixtures/seattlerb/module_comments.txt
diff --git a/test/yarp/fixtures/seattlerb/multiline_hash_declaration.txt b/test/prism/fixtures/seattlerb/multiline_hash_declaration.txt
index 21530307d2..21530307d2 100644
--- a/test/yarp/fixtures/seattlerb/multiline_hash_declaration.txt
+++ b/test/prism/fixtures/seattlerb/multiline_hash_declaration.txt
diff --git a/test/yarp/fixtures/seattlerb/non_interpolated_symbol_array_line_breaks.txt b/test/prism/fixtures/seattlerb/non_interpolated_symbol_array_line_breaks.txt
index 1e14673f4e..1e14673f4e 100644
--- a/test/yarp/fixtures/seattlerb/non_interpolated_symbol_array_line_breaks.txt
+++ b/test/prism/fixtures/seattlerb/non_interpolated_symbol_array_line_breaks.txt
diff --git a/test/yarp/fixtures/seattlerb/non_interpolated_word_array_line_breaks.txt b/test/prism/fixtures/seattlerb/non_interpolated_word_array_line_breaks.txt
index 79c1418770..79c1418770 100644
--- a/test/yarp/fixtures/seattlerb/non_interpolated_word_array_line_breaks.txt
+++ b/test/prism/fixtures/seattlerb/non_interpolated_word_array_line_breaks.txt
diff --git a/test/yarp/fixtures/seattlerb/op_asgn_command_call.txt b/test/prism/fixtures/seattlerb/op_asgn_command_call.txt
index 92c989cb0d..92c989cb0d 100644
--- a/test/yarp/fixtures/seattlerb/op_asgn_command_call.txt
+++ b/test/prism/fixtures/seattlerb/op_asgn_command_call.txt
diff --git a/test/yarp/fixtures/seattlerb/op_asgn_dot_ident_command_call.txt b/test/prism/fixtures/seattlerb/op_asgn_dot_ident_command_call.txt
index 89cfccda66..89cfccda66 100644
--- a/test/yarp/fixtures/seattlerb/op_asgn_dot_ident_command_call.txt
+++ b/test/prism/fixtures/seattlerb/op_asgn_dot_ident_command_call.txt
diff --git a/test/yarp/fixtures/seattlerb/op_asgn_index_command_call.txt b/test/prism/fixtures/seattlerb/op_asgn_index_command_call.txt
index 2bfced81fe..2bfced81fe 100644
--- a/test/yarp/fixtures/seattlerb/op_asgn_index_command_call.txt
+++ b/test/prism/fixtures/seattlerb/op_asgn_index_command_call.txt
diff --git a/test/yarp/fixtures/seattlerb/op_asgn_primary_colon_const_command_call.txt b/test/prism/fixtures/seattlerb/op_asgn_primary_colon_const_command_call.txt
index a567f60e83..a567f60e83 100644
--- a/test/yarp/fixtures/seattlerb/op_asgn_primary_colon_const_command_call.txt
+++ b/test/prism/fixtures/seattlerb/op_asgn_primary_colon_const_command_call.txt
diff --git a/test/yarp/fixtures/seattlerb/op_asgn_primary_colon_identifier1.txt b/test/prism/fixtures/seattlerb/op_asgn_primary_colon_identifier1.txt
index 0784b49167..0784b49167 100644
--- a/test/yarp/fixtures/seattlerb/op_asgn_primary_colon_identifier1.txt
+++ b/test/prism/fixtures/seattlerb/op_asgn_primary_colon_identifier1.txt
diff --git a/test/yarp/fixtures/seattlerb/op_asgn_primary_colon_identifier_command_call.txt b/test/prism/fixtures/seattlerb/op_asgn_primary_colon_identifier_command_call.txt
index c0f16eb3c1..c0f16eb3c1 100644
--- a/test/yarp/fixtures/seattlerb/op_asgn_primary_colon_identifier_command_call.txt
+++ b/test/prism/fixtures/seattlerb/op_asgn_primary_colon_identifier_command_call.txt
diff --git a/test/yarp/fixtures/seattlerb/op_asgn_val_dot_ident_command_call.txt b/test/prism/fixtures/seattlerb/op_asgn_val_dot_ident_command_call.txt
index 69057abf04..69057abf04 100644
--- a/test/yarp/fixtures/seattlerb/op_asgn_val_dot_ident_command_call.txt
+++ b/test/prism/fixtures/seattlerb/op_asgn_val_dot_ident_command_call.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_def_special_name.txt b/test/prism/fixtures/seattlerb/parse_def_special_name.txt
index 8d7d06c688..8d7d06c688 100644
--- a/test/yarp/fixtures/seattlerb/parse_def_special_name.txt
+++ b/test/prism/fixtures/seattlerb/parse_def_special_name.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_if_not_canonical.txt b/test/prism/fixtures/seattlerb/parse_if_not_canonical.txt
index 1fd9bb7327..1fd9bb7327 100644
--- a/test/yarp/fixtures/seattlerb/parse_if_not_canonical.txt
+++ b/test/prism/fixtures/seattlerb/parse_if_not_canonical.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_if_not_noncanonical.txt b/test/prism/fixtures/seattlerb/parse_if_not_noncanonical.txt
index 1fd9bb7327..1fd9bb7327 100644
--- a/test/yarp/fixtures/seattlerb/parse_if_not_noncanonical.txt
+++ b/test/prism/fixtures/seattlerb/parse_if_not_noncanonical.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_block.txt b/test/prism/fixtures/seattlerb/parse_line_block.txt
index 21664649db..21664649db 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_block.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_block.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_block_inline_comment.txt b/test/prism/fixtures/seattlerb/parse_line_block_inline_comment.txt
index f55ced714f..f55ced714f 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_block_inline_comment.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_block_inline_comment.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_block_inline_comment_leading_newlines.txt b/test/prism/fixtures/seattlerb/parse_line_block_inline_comment_leading_newlines.txt
index 6f1fee62a0..6f1fee62a0 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_block_inline_comment_leading_newlines.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_block_inline_comment_leading_newlines.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_block_inline_multiline_comment.txt b/test/prism/fixtures/seattlerb/parse_line_block_inline_multiline_comment.txt
index b00de34dc0..b00de34dc0 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_block_inline_multiline_comment.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_block_inline_multiline_comment.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt b/test/prism/fixtures/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt
index 73785eb794..73785eb794 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_call_ivar_line_break_paren.txt b/test/prism/fixtures/seattlerb/parse_line_call_ivar_line_break_paren.txt
index 6f136e6d6f..6f136e6d6f 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_call_ivar_line_break_paren.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_call_ivar_line_break_paren.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_call_no_args.txt b/test/prism/fixtures/seattlerb/parse_line_call_no_args.txt
index 7900afd4b8..7900afd4b8 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_call_no_args.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_call_no_args.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_defn_complex.txt b/test/prism/fixtures/seattlerb/parse_line_defn_complex.txt
index 244a8e862b..244a8e862b 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_defn_complex.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_defn_complex.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_defn_no_parens.txt b/test/prism/fixtures/seattlerb/parse_line_defn_no_parens.txt
index 373ca7fbec..373ca7fbec 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_defn_no_parens.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_defn_no_parens.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_defn_no_parens_args.txt b/test/prism/fixtures/seattlerb/parse_line_defn_no_parens_args.txt
index 10f004a149..10f004a149 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_defn_no_parens_args.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_defn_no_parens_args.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_dot2.txt b/test/prism/fixtures/seattlerb/parse_line_dot2.txt
index 61c7554221..61c7554221 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_dot2.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_dot2.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_dot2_open.txt b/test/prism/fixtures/seattlerb/parse_line_dot2_open.txt
index b3e1e5aaf9..b3e1e5aaf9 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_dot2_open.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_dot2_open.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_dot3.txt b/test/prism/fixtures/seattlerb/parse_line_dot3.txt
index d1866b41de..d1866b41de 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_dot3.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_dot3.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_dot3_open.txt b/test/prism/fixtures/seattlerb/parse_line_dot3_open.txt
index 38e7634b21..38e7634b21 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_dot3_open.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_dot3_open.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_dstr_escaped_newline.txt b/test/prism/fixtures/seattlerb/parse_line_dstr_escaped_newline.txt
index 29c1754915..29c1754915 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_dstr_escaped_newline.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_dstr_escaped_newline.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_dstr_soft_newline.txt b/test/prism/fixtures/seattlerb/parse_line_dstr_soft_newline.txt
index e4dbd7bcb2..e4dbd7bcb2 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_dstr_soft_newline.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_dstr_soft_newline.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_evstr_after_break.txt b/test/prism/fixtures/seattlerb/parse_line_evstr_after_break.txt
index c1d91a51c4..c1d91a51c4 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_evstr_after_break.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_evstr_after_break.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_hash_lit.txt b/test/prism/fixtures/seattlerb/parse_line_hash_lit.txt
index 25f8c90a06..25f8c90a06 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_hash_lit.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_hash_lit.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_heredoc.txt b/test/prism/fixtures/seattlerb/parse_line_heredoc.txt
index 201339534c..201339534c 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_heredoc.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_heredoc.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_heredoc_evstr.txt b/test/prism/fixtures/seattlerb/parse_line_heredoc_evstr.txt
index d50844db4b..d50844db4b 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_heredoc_evstr.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_heredoc_evstr.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt b/test/prism/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt
index 3fbf0f2c26..3fbf0f2c26 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_heredoc_regexp_chars.txt b/test/prism/fixtures/seattlerb/parse_line_heredoc_regexp_chars.txt
index 5dab9cf4e7..5dab9cf4e7 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_heredoc_regexp_chars.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_heredoc_regexp_chars.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_iter_call_no_parens.txt b/test/prism/fixtures/seattlerb/parse_line_iter_call_no_parens.txt
index bf1b33c8a2..bf1b33c8a2 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_iter_call_no_parens.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_iter_call_no_parens.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_iter_call_parens.txt b/test/prism/fixtures/seattlerb/parse_line_iter_call_parens.txt
index 25e9ea1c67..25e9ea1c67 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_iter_call_parens.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_iter_call_parens.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_multiline_str.txt b/test/prism/fixtures/seattlerb/parse_line_multiline_str.txt
index cdefb3c9b7..cdefb3c9b7 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_multiline_str.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_multiline_str.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_multiline_str_literal_n.txt b/test/prism/fixtures/seattlerb/parse_line_multiline_str_literal_n.txt
index a179ba8c9c..a179ba8c9c 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_multiline_str_literal_n.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_multiline_str_literal_n.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_newlines.txt b/test/prism/fixtures/seattlerb/parse_line_newlines.txt
index 28b0c286e8..28b0c286e8 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_newlines.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_newlines.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_op_asgn.txt b/test/prism/fixtures/seattlerb/parse_line_op_asgn.txt
index f2691c2ce4..f2691c2ce4 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_op_asgn.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_op_asgn.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_postexe.txt b/test/prism/fixtures/seattlerb/parse_line_postexe.txt
index fd8b318d19..fd8b318d19 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_postexe.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_postexe.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_preexe.txt b/test/prism/fixtures/seattlerb/parse_line_preexe.txt
index b3eda77ebc..b3eda77ebc 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_preexe.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_preexe.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_rescue.txt b/test/prism/fixtures/seattlerb/parse_line_rescue.txt
index a583160ce2..a583160ce2 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_rescue.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_rescue.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_return.txt b/test/prism/fixtures/seattlerb/parse_line_return.txt
index 81021c2644..81021c2644 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_return.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_return.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_str_with_newline_escape.txt b/test/prism/fixtures/seattlerb/parse_line_str_with_newline_escape.txt
index b2b6bb8234..b2b6bb8234 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_str_with_newline_escape.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_str_with_newline_escape.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_to_ary.txt b/test/prism/fixtures/seattlerb/parse_line_to_ary.txt
index 590d0abd14..590d0abd14 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_to_ary.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_to_ary.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_line_trailing_newlines.txt b/test/prism/fixtures/seattlerb/parse_line_trailing_newlines.txt
index afa826fb50..afa826fb50 100644
--- a/test/yarp/fixtures/seattlerb/parse_line_trailing_newlines.txt
+++ b/test/prism/fixtures/seattlerb/parse_line_trailing_newlines.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_opt_call_args_assocs_comma.txt b/test/prism/fixtures/seattlerb/parse_opt_call_args_assocs_comma.txt
index 649c109ea1..649c109ea1 100644
--- a/test/yarp/fixtures/seattlerb/parse_opt_call_args_assocs_comma.txt
+++ b/test/prism/fixtures/seattlerb/parse_opt_call_args_assocs_comma.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_opt_call_args_lit_comma.txt b/test/prism/fixtures/seattlerb/parse_opt_call_args_lit_comma.txt
index 741cd4ffd1..741cd4ffd1 100644
--- a/test/yarp/fixtures/seattlerb/parse_opt_call_args_lit_comma.txt
+++ b/test/prism/fixtures/seattlerb/parse_opt_call_args_lit_comma.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_pattern_019.txt b/test/prism/fixtures/seattlerb/parse_pattern_019.txt
index 1e8a75902d..1e8a75902d 100644
--- a/test/yarp/fixtures/seattlerb/parse_pattern_019.txt
+++ b/test/prism/fixtures/seattlerb/parse_pattern_019.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_pattern_044.txt b/test/prism/fixtures/seattlerb/parse_pattern_044.txt
index a6a0ac6c1c..a6a0ac6c1c 100644
--- a/test/yarp/fixtures/seattlerb/parse_pattern_044.txt
+++ b/test/prism/fixtures/seattlerb/parse_pattern_044.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_pattern_051.txt b/test/prism/fixtures/seattlerb/parse_pattern_051.txt
index b7cf769f50..b7cf769f50 100644
--- a/test/yarp/fixtures/seattlerb/parse_pattern_051.txt
+++ b/test/prism/fixtures/seattlerb/parse_pattern_051.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_pattern_058.txt b/test/prism/fixtures/seattlerb/parse_pattern_058.txt
index bd7537098e..bd7537098e 100644
--- a/test/yarp/fixtures/seattlerb/parse_pattern_058.txt
+++ b/test/prism/fixtures/seattlerb/parse_pattern_058.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_pattern_058_2.txt b/test/prism/fixtures/seattlerb/parse_pattern_058_2.txt
index eb1b3cd8ab..eb1b3cd8ab 100644
--- a/test/yarp/fixtures/seattlerb/parse_pattern_058_2.txt
+++ b/test/prism/fixtures/seattlerb/parse_pattern_058_2.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_pattern_069.txt b/test/prism/fixtures/seattlerb/parse_pattern_069.txt
index f43dff8959..f43dff8959 100644
--- a/test/yarp/fixtures/seattlerb/parse_pattern_069.txt
+++ b/test/prism/fixtures/seattlerb/parse_pattern_069.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_pattern_076.txt b/test/prism/fixtures/seattlerb/parse_pattern_076.txt
index bb947605b3..bb947605b3 100644
--- a/test/yarp/fixtures/seattlerb/parse_pattern_076.txt
+++ b/test/prism/fixtures/seattlerb/parse_pattern_076.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_until_not_canonical.txt b/test/prism/fixtures/seattlerb/parse_until_not_canonical.txt
index 4de38968dc..4de38968dc 100644
--- a/test/yarp/fixtures/seattlerb/parse_until_not_canonical.txt
+++ b/test/prism/fixtures/seattlerb/parse_until_not_canonical.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_until_not_noncanonical.txt b/test/prism/fixtures/seattlerb/parse_until_not_noncanonical.txt
index 4de38968dc..4de38968dc 100644
--- a/test/yarp/fixtures/seattlerb/parse_until_not_noncanonical.txt
+++ b/test/prism/fixtures/seattlerb/parse_until_not_noncanonical.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_while_not_canonical.txt b/test/prism/fixtures/seattlerb/parse_while_not_canonical.txt
index 5aa464167f..5aa464167f 100644
--- a/test/yarp/fixtures/seattlerb/parse_while_not_canonical.txt
+++ b/test/prism/fixtures/seattlerb/parse_while_not_canonical.txt
diff --git a/test/yarp/fixtures/seattlerb/parse_while_not_noncanonical.txt b/test/prism/fixtures/seattlerb/parse_while_not_noncanonical.txt
index 5aa464167f..5aa464167f 100644
--- a/test/yarp/fixtures/seattlerb/parse_while_not_noncanonical.txt
+++ b/test/prism/fixtures/seattlerb/parse_while_not_noncanonical.txt
diff --git a/test/yarp/fixtures/seattlerb/pctW_lineno.txt b/test/prism/fixtures/seattlerb/pctW_lineno.txt
index b222ff0174..b222ff0174 100644
--- a/test/yarp/fixtures/seattlerb/pctW_lineno.txt
+++ b/test/prism/fixtures/seattlerb/pctW_lineno.txt
diff --git a/test/yarp/fixtures/seattlerb/pct_Q_backslash_nl.txt b/test/prism/fixtures/seattlerb/pct_Q_backslash_nl.txt
index 4420560d2b..4420560d2b 100644
--- a/test/yarp/fixtures/seattlerb/pct_Q_backslash_nl.txt
+++ b/test/prism/fixtures/seattlerb/pct_Q_backslash_nl.txt
diff --git a/test/yarp/fixtures/seattlerb/pct_nl.txt b/test/prism/fixtures/seattlerb/pct_nl.txt
index 2cee1cdd44..2cee1cdd44 100644
--- a/test/yarp/fixtures/seattlerb/pct_nl.txt
+++ b/test/prism/fixtures/seattlerb/pct_nl.txt
diff --git a/test/yarp/fixtures/seattlerb/pct_w_heredoc_interp_nested.txt b/test/prism/fixtures/seattlerb/pct_w_heredoc_interp_nested.txt
index 4e084661bf..4e084661bf 100644
--- a/test/yarp/fixtures/seattlerb/pct_w_heredoc_interp_nested.txt
+++ b/test/prism/fixtures/seattlerb/pct_w_heredoc_interp_nested.txt
diff --git a/test/yarp/fixtures/seattlerb/pipe_semicolon.txt b/test/prism/fixtures/seattlerb/pipe_semicolon.txt
index e692cc434f..e692cc434f 100644
--- a/test/yarp/fixtures/seattlerb/pipe_semicolon.txt
+++ b/test/prism/fixtures/seattlerb/pipe_semicolon.txt
diff --git a/test/yarp/fixtures/seattlerb/pipe_space.txt b/test/prism/fixtures/seattlerb/pipe_space.txt
index 7f0df799b9..7f0df799b9 100644
--- a/test/yarp/fixtures/seattlerb/pipe_space.txt
+++ b/test/prism/fixtures/seattlerb/pipe_space.txt
diff --git a/test/yarp/fixtures/seattlerb/qWords_space.txt b/test/prism/fixtures/seattlerb/qWords_space.txt
index a8299ba3f8..a8299ba3f8 100644
--- a/test/yarp/fixtures/seattlerb/qWords_space.txt
+++ b/test/prism/fixtures/seattlerb/qWords_space.txt
diff --git a/test/yarp/fixtures/seattlerb/qsymbols.txt b/test/prism/fixtures/seattlerb/qsymbols.txt
index cb9ff09ae0..cb9ff09ae0 100644
--- a/test/yarp/fixtures/seattlerb/qsymbols.txt
+++ b/test/prism/fixtures/seattlerb/qsymbols.txt
diff --git a/test/yarp/fixtures/seattlerb/qsymbols_empty.txt b/test/prism/fixtures/seattlerb/qsymbols_empty.txt
index 10a3279907..10a3279907 100644
--- a/test/yarp/fixtures/seattlerb/qsymbols_empty.txt
+++ b/test/prism/fixtures/seattlerb/qsymbols_empty.txt
diff --git a/test/yarp/fixtures/seattlerb/qsymbols_empty_space.txt b/test/prism/fixtures/seattlerb/qsymbols_empty_space.txt
index 819f16ad06..819f16ad06 100644
--- a/test/yarp/fixtures/seattlerb/qsymbols_empty_space.txt
+++ b/test/prism/fixtures/seattlerb/qsymbols_empty_space.txt
diff --git a/test/yarp/fixtures/seattlerb/qsymbols_interp.txt b/test/prism/fixtures/seattlerb/qsymbols_interp.txt
index 2f34883867..2f34883867 100644
--- a/test/yarp/fixtures/seattlerb/qsymbols_interp.txt
+++ b/test/prism/fixtures/seattlerb/qsymbols_interp.txt
diff --git a/test/yarp/fixtures/seattlerb/quoted_symbol_hash_arg.txt b/test/prism/fixtures/seattlerb/quoted_symbol_hash_arg.txt
index 4f1295ef18..4f1295ef18 100644
--- a/test/yarp/fixtures/seattlerb/quoted_symbol_hash_arg.txt
+++ b/test/prism/fixtures/seattlerb/quoted_symbol_hash_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/quoted_symbol_keys.txt b/test/prism/fixtures/seattlerb/quoted_symbol_keys.txt
index c6a946723d..c6a946723d 100644
--- a/test/yarp/fixtures/seattlerb/quoted_symbol_keys.txt
+++ b/test/prism/fixtures/seattlerb/quoted_symbol_keys.txt
diff --git a/test/yarp/fixtures/seattlerb/qw_escape.txt b/test/prism/fixtures/seattlerb/qw_escape.txt
index a94a0e5dcb..a94a0e5dcb 100644
--- a/test/yarp/fixtures/seattlerb/qw_escape.txt
+++ b/test/prism/fixtures/seattlerb/qw_escape.txt
diff --git a/test/yarp/fixtures/seattlerb/qw_escape_term.txt b/test/prism/fixtures/seattlerb/qw_escape_term.txt
index 9734fc3421..9734fc3421 100644
--- a/test/yarp/fixtures/seattlerb/qw_escape_term.txt
+++ b/test/prism/fixtures/seattlerb/qw_escape_term.txt
diff --git a/test/yarp/fixtures/seattlerb/qwords_empty.txt b/test/prism/fixtures/seattlerb/qwords_empty.txt
index 69cc6679d6..69cc6679d6 100644
--- a/test/yarp/fixtures/seattlerb/qwords_empty.txt
+++ b/test/prism/fixtures/seattlerb/qwords_empty.txt
diff --git a/test/yarp/fixtures/seattlerb/read_escape_unicode_curlies.txt b/test/prism/fixtures/seattlerb/read_escape_unicode_curlies.txt
index 427b94cc4d..427b94cc4d 100644
--- a/test/yarp/fixtures/seattlerb/read_escape_unicode_curlies.txt
+++ b/test/prism/fixtures/seattlerb/read_escape_unicode_curlies.txt
diff --git a/test/yarp/fixtures/seattlerb/read_escape_unicode_h4.txt b/test/prism/fixtures/seattlerb/read_escape_unicode_h4.txt
index 71aa7a4347..71aa7a4347 100644
--- a/test/yarp/fixtures/seattlerb/read_escape_unicode_h4.txt
+++ b/test/prism/fixtures/seattlerb/read_escape_unicode_h4.txt
diff --git a/test/yarp/fixtures/seattlerb/regexp.txt b/test/prism/fixtures/seattlerb/regexp.txt
index bc06458c5c..bc06458c5c 100644
--- a/test/yarp/fixtures/seattlerb/regexp.txt
+++ b/test/prism/fixtures/seattlerb/regexp.txt
diff --git a/test/yarp/fixtures/seattlerb/regexp_esc_C_slash.txt b/test/prism/fixtures/seattlerb/regexp_esc_C_slash.txt
index 1fd9207c66..1fd9207c66 100644
--- a/test/yarp/fixtures/seattlerb/regexp_esc_C_slash.txt
+++ b/test/prism/fixtures/seattlerb/regexp_esc_C_slash.txt
diff --git a/test/yarp/fixtures/seattlerb/regexp_esc_u.txt b/test/prism/fixtures/seattlerb/regexp_esc_u.txt
index b91704fb0a..b91704fb0a 100644
--- a/test/yarp/fixtures/seattlerb/regexp_esc_u.txt
+++ b/test/prism/fixtures/seattlerb/regexp_esc_u.txt
diff --git a/test/yarp/fixtures/seattlerb/regexp_escape_extended.txt b/test/prism/fixtures/seattlerb/regexp_escape_extended.txt
index 73dcbab69c..73dcbab69c 100644
--- a/test/yarp/fixtures/seattlerb/regexp_escape_extended.txt
+++ b/test/prism/fixtures/seattlerb/regexp_escape_extended.txt
diff --git a/test/yarp/fixtures/seattlerb/regexp_unicode_curlies.txt b/test/prism/fixtures/seattlerb/regexp_unicode_curlies.txt
index 5a02bd92ca..5a02bd92ca 100644
--- a/test/yarp/fixtures/seattlerb/regexp_unicode_curlies.txt
+++ b/test/prism/fixtures/seattlerb/regexp_unicode_curlies.txt
diff --git a/test/yarp/fixtures/seattlerb/required_kwarg_no_value.txt b/test/prism/fixtures/seattlerb/required_kwarg_no_value.txt
index 453bcbb33b..453bcbb33b 100644
--- a/test/yarp/fixtures/seattlerb/required_kwarg_no_value.txt
+++ b/test/prism/fixtures/seattlerb/required_kwarg_no_value.txt
diff --git a/test/yarp/fixtures/seattlerb/rescue_do_end_ensure_result.txt b/test/prism/fixtures/seattlerb/rescue_do_end_ensure_result.txt
index 7049be66c5..7049be66c5 100644
--- a/test/yarp/fixtures/seattlerb/rescue_do_end_ensure_result.txt
+++ b/test/prism/fixtures/seattlerb/rescue_do_end_ensure_result.txt
diff --git a/test/yarp/fixtures/seattlerb/rescue_do_end_no_raise.txt b/test/prism/fixtures/seattlerb/rescue_do_end_no_raise.txt
index 5f16ec2f15..5f16ec2f15 100644
--- a/test/yarp/fixtures/seattlerb/rescue_do_end_no_raise.txt
+++ b/test/prism/fixtures/seattlerb/rescue_do_end_no_raise.txt
diff --git a/test/yarp/fixtures/seattlerb/rescue_do_end_raised.txt b/test/prism/fixtures/seattlerb/rescue_do_end_raised.txt
index d04215eb48..d04215eb48 100644
--- a/test/yarp/fixtures/seattlerb/rescue_do_end_raised.txt
+++ b/test/prism/fixtures/seattlerb/rescue_do_end_raised.txt
diff --git a/test/yarp/fixtures/seattlerb/rescue_do_end_rescued.txt b/test/prism/fixtures/seattlerb/rescue_do_end_rescued.txt
index 4b377511f0..4b377511f0 100644
--- a/test/yarp/fixtures/seattlerb/rescue_do_end_rescued.txt
+++ b/test/prism/fixtures/seattlerb/rescue_do_end_rescued.txt
diff --git a/test/yarp/fixtures/seattlerb/rescue_in_block.txt b/test/prism/fixtures/seattlerb/rescue_in_block.txt
index c6e834aa1e..c6e834aa1e 100644
--- a/test/yarp/fixtures/seattlerb/rescue_in_block.txt
+++ b/test/prism/fixtures/seattlerb/rescue_in_block.txt
diff --git a/test/yarp/fixtures/seattlerb/rescue_parens.txt b/test/prism/fixtures/seattlerb/rescue_parens.txt
index f0eb4db417..f0eb4db417 100644
--- a/test/yarp/fixtures/seattlerb/rescue_parens.txt
+++ b/test/prism/fixtures/seattlerb/rescue_parens.txt
diff --git a/test/yarp/fixtures/seattlerb/return_call_assocs.txt b/test/prism/fixtures/seattlerb/return_call_assocs.txt
index 34ea778f17..34ea778f17 100644
--- a/test/yarp/fixtures/seattlerb/return_call_assocs.txt
+++ b/test/prism/fixtures/seattlerb/return_call_assocs.txt
diff --git a/test/yarp/fixtures/seattlerb/rhs_asgn.txt b/test/prism/fixtures/seattlerb/rhs_asgn.txt
index ca581031e2..ca581031e2 100644
--- a/test/yarp/fixtures/seattlerb/rhs_asgn.txt
+++ b/test/prism/fixtures/seattlerb/rhs_asgn.txt
diff --git a/test/yarp/fixtures/seattlerb/ruby21_numbers.txt b/test/prism/fixtures/seattlerb/ruby21_numbers.txt
index 34ceb63a0c..34ceb63a0c 100644
--- a/test/yarp/fixtures/seattlerb/ruby21_numbers.txt
+++ b/test/prism/fixtures/seattlerb/ruby21_numbers.txt
diff --git a/test/yarp/fixtures/seattlerb/safe_attrasgn.txt b/test/prism/fixtures/seattlerb/safe_attrasgn.txt
index 1279e02cfc..1279e02cfc 100644
--- a/test/yarp/fixtures/seattlerb/safe_attrasgn.txt
+++ b/test/prism/fixtures/seattlerb/safe_attrasgn.txt
diff --git a/test/yarp/fixtures/seattlerb/safe_attrasgn_constant.txt b/test/prism/fixtures/seattlerb/safe_attrasgn_constant.txt
index 3a17ac6bcf..3a17ac6bcf 100644
--- a/test/yarp/fixtures/seattlerb/safe_attrasgn_constant.txt
+++ b/test/prism/fixtures/seattlerb/safe_attrasgn_constant.txt
diff --git a/test/yarp/fixtures/seattlerb/safe_call.txt b/test/prism/fixtures/seattlerb/safe_call.txt
index 8ecd27e0fe..8ecd27e0fe 100644
--- a/test/yarp/fixtures/seattlerb/safe_call.txt
+++ b/test/prism/fixtures/seattlerb/safe_call.txt
diff --git a/test/yarp/fixtures/seattlerb/safe_call_after_newline.txt b/test/prism/fixtures/seattlerb/safe_call_after_newline.txt
index 58e3fba554..58e3fba554 100644
--- a/test/yarp/fixtures/seattlerb/safe_call_after_newline.txt
+++ b/test/prism/fixtures/seattlerb/safe_call_after_newline.txt
diff --git a/test/yarp/fixtures/seattlerb/safe_call_dot_parens.txt b/test/prism/fixtures/seattlerb/safe_call_dot_parens.txt
index 5def076640..5def076640 100644
--- a/test/yarp/fixtures/seattlerb/safe_call_dot_parens.txt
+++ b/test/prism/fixtures/seattlerb/safe_call_dot_parens.txt
diff --git a/test/yarp/fixtures/seattlerb/safe_call_newline.txt b/test/prism/fixtures/seattlerb/safe_call_newline.txt
index 8778b46585..8778b46585 100644
--- a/test/yarp/fixtures/seattlerb/safe_call_newline.txt
+++ b/test/prism/fixtures/seattlerb/safe_call_newline.txt
diff --git a/test/yarp/fixtures/seattlerb/safe_call_operator.txt b/test/prism/fixtures/seattlerb/safe_call_operator.txt
index f3fe2b0392..f3fe2b0392 100644
--- a/test/yarp/fixtures/seattlerb/safe_call_operator.txt
+++ b/test/prism/fixtures/seattlerb/safe_call_operator.txt
diff --git a/test/yarp/fixtures/seattlerb/safe_call_rhs_newline.txt b/test/prism/fixtures/seattlerb/safe_call_rhs_newline.txt
index d3b07b77b2..d3b07b77b2 100644
--- a/test/yarp/fixtures/seattlerb/safe_call_rhs_newline.txt
+++ b/test/prism/fixtures/seattlerb/safe_call_rhs_newline.txt
diff --git a/test/yarp/fixtures/seattlerb/safe_calls.txt b/test/prism/fixtures/seattlerb/safe_calls.txt
index eafeace500..eafeace500 100644
--- a/test/yarp/fixtures/seattlerb/safe_calls.txt
+++ b/test/prism/fixtures/seattlerb/safe_calls.txt
diff --git a/test/yarp/fixtures/seattlerb/safe_op_asgn.txt b/test/prism/fixtures/seattlerb/safe_op_asgn.txt
index 8915a1cccf..8915a1cccf 100644
--- a/test/yarp/fixtures/seattlerb/safe_op_asgn.txt
+++ b/test/prism/fixtures/seattlerb/safe_op_asgn.txt
diff --git a/test/yarp/fixtures/seattlerb/safe_op_asgn2.txt b/test/prism/fixtures/seattlerb/safe_op_asgn2.txt
index 0960b2548b..0960b2548b 100644
--- a/test/yarp/fixtures/seattlerb/safe_op_asgn2.txt
+++ b/test/prism/fixtures/seattlerb/safe_op_asgn2.txt
diff --git a/test/yarp/fixtures/seattlerb/slashy_newlines_within_string.txt b/test/prism/fixtures/seattlerb/slashy_newlines_within_string.txt
index 421989c76f..421989c76f 100644
--- a/test/yarp/fixtures/seattlerb/slashy_newlines_within_string.txt
+++ b/test/prism/fixtures/seattlerb/slashy_newlines_within_string.txt
diff --git a/test/yarp/fixtures/seattlerb/stabby_arg_no_paren.txt b/test/prism/fixtures/seattlerb/stabby_arg_no_paren.txt
index f16bed4ccf..f16bed4ccf 100644
--- a/test/yarp/fixtures/seattlerb/stabby_arg_no_paren.txt
+++ b/test/prism/fixtures/seattlerb/stabby_arg_no_paren.txt
diff --git a/test/yarp/fixtures/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt b/test/prism/fixtures/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt
index 87a7c5dad3..87a7c5dad3 100644
--- a/test/yarp/fixtures/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt
+++ b/test/prism/fixtures/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt
diff --git a/test/yarp/fixtures/seattlerb/stabby_block_iter_call.txt b/test/prism/fixtures/seattlerb/stabby_block_iter_call.txt
index 5e9e3f5527..5e9e3f5527 100644
--- a/test/yarp/fixtures/seattlerb/stabby_block_iter_call.txt
+++ b/test/prism/fixtures/seattlerb/stabby_block_iter_call.txt
diff --git a/test/yarp/fixtures/seattlerb/stabby_block_iter_call_no_target_with_arg.txt b/test/prism/fixtures/seattlerb/stabby_block_iter_call_no_target_with_arg.txt
index 7235394751..7235394751 100644
--- a/test/yarp/fixtures/seattlerb/stabby_block_iter_call_no_target_with_arg.txt
+++ b/test/prism/fixtures/seattlerb/stabby_block_iter_call_no_target_with_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/stabby_block_kw.txt b/test/prism/fixtures/seattlerb/stabby_block_kw.txt
index 74d9e0a328..74d9e0a328 100644
--- a/test/yarp/fixtures/seattlerb/stabby_block_kw.txt
+++ b/test/prism/fixtures/seattlerb/stabby_block_kw.txt
diff --git a/test/yarp/fixtures/seattlerb/stabby_block_kw__required.txt b/test/prism/fixtures/seattlerb/stabby_block_kw__required.txt
index bd16ffa73c..bd16ffa73c 100644
--- a/test/yarp/fixtures/seattlerb/stabby_block_kw__required.txt
+++ b/test/prism/fixtures/seattlerb/stabby_block_kw__required.txt
diff --git a/test/yarp/fixtures/seattlerb/stabby_proc_scope.txt b/test/prism/fixtures/seattlerb/stabby_proc_scope.txt
index 1f7f9ff52b..1f7f9ff52b 100644
--- a/test/yarp/fixtures/seattlerb/stabby_proc_scope.txt
+++ b/test/prism/fixtures/seattlerb/stabby_proc_scope.txt
diff --git a/test/yarp/fixtures/seattlerb/str_backslashes.txt b/test/prism/fixtures/seattlerb/str_backslashes.txt
index 5fd6da361b..5fd6da361b 100644
--- a/test/yarp/fixtures/seattlerb/str_backslashes.txt
+++ b/test/prism/fixtures/seattlerb/str_backslashes.txt
diff --git a/test/yarp/fixtures/seattlerb/str_double_double_escaped_newline.txt b/test/prism/fixtures/seattlerb/str_double_double_escaped_newline.txt
index 2b022a55f6..2b022a55f6 100644
--- a/test/yarp/fixtures/seattlerb/str_double_double_escaped_newline.txt
+++ b/test/prism/fixtures/seattlerb/str_double_double_escaped_newline.txt
diff --git a/test/yarp/fixtures/seattlerb/str_double_escaped_newline.txt b/test/prism/fixtures/seattlerb/str_double_escaped_newline.txt
index e439225344..e439225344 100644
--- a/test/yarp/fixtures/seattlerb/str_double_escaped_newline.txt
+++ b/test/prism/fixtures/seattlerb/str_double_escaped_newline.txt
diff --git a/test/yarp/fixtures/seattlerb/str_double_newline.txt b/test/prism/fixtures/seattlerb/str_double_newline.txt
index 2d439506ca..2d439506ca 100644
--- a/test/yarp/fixtures/seattlerb/str_double_newline.txt
+++ b/test/prism/fixtures/seattlerb/str_double_newline.txt
diff --git a/test/yarp/fixtures/seattlerb/str_evstr.txt b/test/prism/fixtures/seattlerb/str_evstr.txt
index 86c6d1526d..86c6d1526d 100644
--- a/test/yarp/fixtures/seattlerb/str_evstr.txt
+++ b/test/prism/fixtures/seattlerb/str_evstr.txt
diff --git a/test/yarp/fixtures/seattlerb/str_evstr_escape.txt b/test/prism/fixtures/seattlerb/str_evstr_escape.txt
index 517dfd4778..517dfd4778 100644
--- a/test/yarp/fixtures/seattlerb/str_evstr_escape.txt
+++ b/test/prism/fixtures/seattlerb/str_evstr_escape.txt
diff --git a/test/yarp/fixtures/seattlerb/str_heredoc_interp.txt b/test/prism/fixtures/seattlerb/str_heredoc_interp.txt
index aa2613008c..aa2613008c 100644
--- a/test/yarp/fixtures/seattlerb/str_heredoc_interp.txt
+++ b/test/prism/fixtures/seattlerb/str_heredoc_interp.txt
diff --git a/test/yarp/fixtures/seattlerb/str_interp_ternary_or_label.txt b/test/prism/fixtures/seattlerb/str_interp_ternary_or_label.txt
index fe6637678f..fe6637678f 100644
--- a/test/yarp/fixtures/seattlerb/str_interp_ternary_or_label.txt
+++ b/test/prism/fixtures/seattlerb/str_interp_ternary_or_label.txt
diff --git a/test/yarp/fixtures/seattlerb/str_lit_concat_bad_encodings.txt b/test/prism/fixtures/seattlerb/str_lit_concat_bad_encodings.txt
index f4eb3971bb..f4eb3971bb 100644
--- a/test/yarp/fixtures/seattlerb/str_lit_concat_bad_encodings.txt
+++ b/test/prism/fixtures/seattlerb/str_lit_concat_bad_encodings.txt
diff --git a/test/yarp/fixtures/seattlerb/str_newline_hash_line_number.txt b/test/prism/fixtures/seattlerb/str_newline_hash_line_number.txt
index 9c8f702000..9c8f702000 100644
--- a/test/yarp/fixtures/seattlerb/str_newline_hash_line_number.txt
+++ b/test/prism/fixtures/seattlerb/str_newline_hash_line_number.txt
diff --git a/test/yarp/fixtures/seattlerb/str_pct_Q_nested.txt b/test/prism/fixtures/seattlerb/str_pct_Q_nested.txt
index 1f3d0613e5..1f3d0613e5 100644
--- a/test/yarp/fixtures/seattlerb/str_pct_Q_nested.txt
+++ b/test/prism/fixtures/seattlerb/str_pct_Q_nested.txt
diff --git a/test/yarp/fixtures/seattlerb/str_pct_nested_nested.txt b/test/prism/fixtures/seattlerb/str_pct_nested_nested.txt
index cb12415215..cb12415215 100644
--- a/test/yarp/fixtures/seattlerb/str_pct_nested_nested.txt
+++ b/test/prism/fixtures/seattlerb/str_pct_nested_nested.txt
diff --git a/test/yarp/fixtures/seattlerb/str_pct_q.txt b/test/prism/fixtures/seattlerb/str_pct_q.txt
index 65d71197c9..65d71197c9 100644
--- a/test/yarp/fixtures/seattlerb/str_pct_q.txt
+++ b/test/prism/fixtures/seattlerb/str_pct_q.txt
diff --git a/test/yarp/fixtures/seattlerb/str_single_double_escaped_newline.txt b/test/prism/fixtures/seattlerb/str_single_double_escaped_newline.txt
index 2ff0aec111..2ff0aec111 100644
--- a/test/yarp/fixtures/seattlerb/str_single_double_escaped_newline.txt
+++ b/test/prism/fixtures/seattlerb/str_single_double_escaped_newline.txt
diff --git a/test/yarp/fixtures/seattlerb/str_single_escaped_newline.txt b/test/prism/fixtures/seattlerb/str_single_escaped_newline.txt
index 5abb8d6334..5abb8d6334 100644
--- a/test/yarp/fixtures/seattlerb/str_single_escaped_newline.txt
+++ b/test/prism/fixtures/seattlerb/str_single_escaped_newline.txt
diff --git a/test/yarp/fixtures/seattlerb/str_single_newline.txt b/test/prism/fixtures/seattlerb/str_single_newline.txt
index 1033cc7e96..1033cc7e96 100644
--- a/test/yarp/fixtures/seattlerb/str_single_newline.txt
+++ b/test/prism/fixtures/seattlerb/str_single_newline.txt
diff --git a/test/yarp/fixtures/seattlerb/str_str.txt b/test/prism/fixtures/seattlerb/str_str.txt
index 388d777dc2..388d777dc2 100644
--- a/test/yarp/fixtures/seattlerb/str_str.txt
+++ b/test/prism/fixtures/seattlerb/str_str.txt
diff --git a/test/yarp/fixtures/seattlerb/str_str_str.txt b/test/prism/fixtures/seattlerb/str_str_str.txt
index d64e01dc5d..d64e01dc5d 100644
--- a/test/yarp/fixtures/seattlerb/str_str_str.txt
+++ b/test/prism/fixtures/seattlerb/str_str_str.txt
diff --git a/test/yarp/fixtures/seattlerb/super_arg.txt b/test/prism/fixtures/seattlerb/super_arg.txt
index 1b19ecd51c..1b19ecd51c 100644
--- a/test/yarp/fixtures/seattlerb/super_arg.txt
+++ b/test/prism/fixtures/seattlerb/super_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/symbol_empty.txt b/test/prism/fixtures/seattlerb/symbol_empty.txt
index cbb260bb4e..cbb260bb4e 100644
--- a/test/yarp/fixtures/seattlerb/symbol_empty.txt
+++ b/test/prism/fixtures/seattlerb/symbol_empty.txt
diff --git a/test/yarp/fixtures/seattlerb/symbol_list.txt b/test/prism/fixtures/seattlerb/symbol_list.txt
index d357195184..d357195184 100644
--- a/test/yarp/fixtures/seattlerb/symbol_list.txt
+++ b/test/prism/fixtures/seattlerb/symbol_list.txt
diff --git a/test/yarp/fixtures/seattlerb/symbols.txt b/test/prism/fixtures/seattlerb/symbols.txt
index 3ec930ce66..3ec930ce66 100644
--- a/test/yarp/fixtures/seattlerb/symbols.txt
+++ b/test/prism/fixtures/seattlerb/symbols.txt
diff --git a/test/yarp/fixtures/seattlerb/symbols_empty.txt b/test/prism/fixtures/seattlerb/symbols_empty.txt
index 840948efb2..840948efb2 100644
--- a/test/yarp/fixtures/seattlerb/symbols_empty.txt
+++ b/test/prism/fixtures/seattlerb/symbols_empty.txt
diff --git a/test/yarp/fixtures/seattlerb/symbols_empty_space.txt b/test/prism/fixtures/seattlerb/symbols_empty_space.txt
index 16c2e68a2b..16c2e68a2b 100644
--- a/test/yarp/fixtures/seattlerb/symbols_empty_space.txt
+++ b/test/prism/fixtures/seattlerb/symbols_empty_space.txt
diff --git a/test/yarp/fixtures/seattlerb/symbols_interp.txt b/test/prism/fixtures/seattlerb/symbols_interp.txt
index 63116eb632..63116eb632 100644
--- a/test/yarp/fixtures/seattlerb/symbols_interp.txt
+++ b/test/prism/fixtures/seattlerb/symbols_interp.txt
diff --git a/test/yarp/fixtures/seattlerb/thingy.txt b/test/prism/fixtures/seattlerb/thingy.txt
index 5aa598c4be..5aa598c4be 100644
--- a/test/yarp/fixtures/seattlerb/thingy.txt
+++ b/test/prism/fixtures/seattlerb/thingy.txt
diff --git a/test/yarp/fixtures/seattlerb/uminus_float.txt b/test/prism/fixtures/seattlerb/uminus_float.txt
index 1344bfd9db..1344bfd9db 100644
--- a/test/yarp/fixtures/seattlerb/uminus_float.txt
+++ b/test/prism/fixtures/seattlerb/uminus_float.txt
diff --git a/test/yarp/fixtures/seattlerb/unary_minus.txt b/test/prism/fixtures/seattlerb/unary_minus.txt
index 66af866f85..66af866f85 100644
--- a/test/yarp/fixtures/seattlerb/unary_minus.txt
+++ b/test/prism/fixtures/seattlerb/unary_minus.txt
diff --git a/test/yarp/fixtures/seattlerb/unary_plus.txt b/test/prism/fixtures/seattlerb/unary_plus.txt
index daea40b71e..daea40b71e 100644
--- a/test/yarp/fixtures/seattlerb/unary_plus.txt
+++ b/test/prism/fixtures/seattlerb/unary_plus.txt
diff --git a/test/yarp/fixtures/seattlerb/unary_plus_on_literal.txt b/test/prism/fixtures/seattlerb/unary_plus_on_literal.txt
index 752331df47..752331df47 100644
--- a/test/yarp/fixtures/seattlerb/unary_plus_on_literal.txt
+++ b/test/prism/fixtures/seattlerb/unary_plus_on_literal.txt
diff --git a/test/yarp/fixtures/seattlerb/unary_tilde.txt b/test/prism/fixtures/seattlerb/unary_tilde.txt
index f0a507b437..f0a507b437 100644
--- a/test/yarp/fixtures/seattlerb/unary_tilde.txt
+++ b/test/prism/fixtures/seattlerb/unary_tilde.txt
diff --git a/test/yarp/fixtures/seattlerb/utf8_bom.txt b/test/prism/fixtures/seattlerb/utf8_bom.txt
index c8e9e1cbae..c8e9e1cbae 100644
--- a/test/yarp/fixtures/seattlerb/utf8_bom.txt
+++ b/test/prism/fixtures/seattlerb/utf8_bom.txt
diff --git a/test/yarp/fixtures/seattlerb/when_splat.txt b/test/prism/fixtures/seattlerb/when_splat.txt
index 6b79f5dad0..6b79f5dad0 100644
--- a/test/yarp/fixtures/seattlerb/when_splat.txt
+++ b/test/prism/fixtures/seattlerb/when_splat.txt
diff --git a/test/yarp/fixtures/seattlerb/words_interp.txt b/test/prism/fixtures/seattlerb/words_interp.txt
index f71486495b..f71486495b 100644
--- a/test/yarp/fixtures/seattlerb/words_interp.txt
+++ b/test/prism/fixtures/seattlerb/words_interp.txt
diff --git a/test/yarp/fixtures/seattlerb/yield_arg.txt b/test/prism/fixtures/seattlerb/yield_arg.txt
index 7e752f62e2..7e752f62e2 100644
--- a/test/yarp/fixtures/seattlerb/yield_arg.txt
+++ b/test/prism/fixtures/seattlerb/yield_arg.txt
diff --git a/test/yarp/fixtures/seattlerb/yield_call_assocs.txt b/test/prism/fixtures/seattlerb/yield_call_assocs.txt
index 95963dfcf9..95963dfcf9 100644
--- a/test/yarp/fixtures/seattlerb/yield_call_assocs.txt
+++ b/test/prism/fixtures/seattlerb/yield_call_assocs.txt
diff --git a/test/yarp/fixtures/seattlerb/yield_empty_parens.txt b/test/prism/fixtures/seattlerb/yield_empty_parens.txt
index cff86b243a..cff86b243a 100644
--- a/test/yarp/fixtures/seattlerb/yield_empty_parens.txt
+++ b/test/prism/fixtures/seattlerb/yield_empty_parens.txt
diff --git a/test/yarp/fixtures/single_quote_heredocs.txt b/test/prism/fixtures/single_quote_heredocs.txt
index 0122b2726c..0122b2726c 100644
--- a/test/yarp/fixtures/single_quote_heredocs.txt
+++ b/test/prism/fixtures/single_quote_heredocs.txt
diff --git a/test/yarp/fixtures/spanning_heredoc.txt b/test/prism/fixtures/spanning_heredoc.txt
index a52a4c3c27..a52a4c3c27 100644
--- a/test/yarp/fixtures/spanning_heredoc.txt
+++ b/test/prism/fixtures/spanning_heredoc.txt
diff --git a/test/yarp/fixtures/strings.txt b/test/prism/fixtures/strings.txt
index 2ce8b738a3..2ce8b738a3 100644
--- a/test/yarp/fixtures/strings.txt
+++ b/test/prism/fixtures/strings.txt
diff --git a/test/yarp/fixtures/super.txt b/test/prism/fixtures/super.txt
index b685035970..b685035970 100644
--- a/test/yarp/fixtures/super.txt
+++ b/test/prism/fixtures/super.txt
diff --git a/test/yarp/fixtures/symbols.txt b/test/prism/fixtures/symbols.txt
index 7563eb874f..7563eb874f 100644
--- a/test/yarp/fixtures/symbols.txt
+++ b/test/prism/fixtures/symbols.txt
diff --git a/test/yarp/fixtures/ternary_operator.txt b/test/prism/fixtures/ternary_operator.txt
index 79d2d7d837..79d2d7d837 100644
--- a/test/yarp/fixtures/ternary_operator.txt
+++ b/test/prism/fixtures/ternary_operator.txt
diff --git a/test/yarp/fixtures/tilde_heredocs.txt b/test/prism/fixtures/tilde_heredocs.txt
index 415d4d42c8..415d4d42c8 100644
--- a/test/yarp/fixtures/tilde_heredocs.txt
+++ b/test/prism/fixtures/tilde_heredocs.txt
diff --git a/test/yarp/fixtures/undef.txt b/test/prism/fixtures/undef.txt
index 129c349433..129c349433 100644
--- a/test/yarp/fixtures/undef.txt
+++ b/test/prism/fixtures/undef.txt
diff --git a/test/yarp/fixtures/unescaping.txt b/test/prism/fixtures/unescaping.txt
index e2da5a696c..e2da5a696c 100644
--- a/test/yarp/fixtures/unescaping.txt
+++ b/test/prism/fixtures/unescaping.txt
diff --git a/test/yarp/fixtures/unless.txt b/test/prism/fixtures/unless.txt
index 410d460e69..410d460e69 100644
--- a/test/yarp/fixtures/unless.txt
+++ b/test/prism/fixtures/unless.txt
diff --git a/test/yarp/fixtures/unparser/LICENSE b/test/prism/fixtures/unparser/LICENSE
index 44863d7afb..44863d7afb 100644
--- a/test/yarp/fixtures/unparser/LICENSE
+++ b/test/prism/fixtures/unparser/LICENSE
diff --git a/test/yarp/fixtures/unparser/corpus/literal/alias.txt b/test/prism/fixtures/unparser/corpus/literal/alias.txt
index fb06a295e8..fb06a295e8 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/alias.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/alias.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/assignment.txt b/test/prism/fixtures/unparser/corpus/literal/assignment.txt
index 84a74e8928..84a74e8928 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/assignment.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/assignment.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/block.txt b/test/prism/fixtures/unparser/corpus/literal/block.txt
index b2baf1dc12..b2baf1dc12 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/block.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/block.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/case.txt b/test/prism/fixtures/unparser/corpus/literal/case.txt
index c455fd7c39..c455fd7c39 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/case.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/case.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/class.txt b/test/prism/fixtures/unparser/corpus/literal/class.txt
index f0198625e9..f0198625e9 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/class.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/class.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/control.txt b/test/prism/fixtures/unparser/corpus/literal/control.txt
index 648782bc96..648782bc96 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/control.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/control.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/def.txt b/test/prism/fixtures/unparser/corpus/literal/def.txt
index 61339bd4a6..61339bd4a6 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/def.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/def.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/defined.txt b/test/prism/fixtures/unparser/corpus/literal/defined.txt
index 65e7c370fd..65e7c370fd 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/defined.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/defined.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/defs.txt b/test/prism/fixtures/unparser/corpus/literal/defs.txt
index b70aa9efc5..b70aa9efc5 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/defs.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/defs.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/dstr.txt b/test/prism/fixtures/unparser/corpus/literal/dstr.txt
index 8a912d28ed..8a912d28ed 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/dstr.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/dstr.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/empty.txt b/test/prism/fixtures/unparser/corpus/literal/empty.txt
index e69de29bb2..e69de29bb2 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/empty.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/empty.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/empty_begin.txt b/test/prism/fixtures/unparser/corpus/literal/empty_begin.txt
index 6a452c185a..6a452c185a 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/empty_begin.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/empty_begin.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/flipflop.txt b/test/prism/fixtures/unparser/corpus/literal/flipflop.txt
index 8badd39d57..8badd39d57 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/flipflop.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/flipflop.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/for.txt b/test/prism/fixtures/unparser/corpus/literal/for.txt
index 4c19a352d9..4c19a352d9 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/for.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/for.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/hookexe.txt b/test/prism/fixtures/unparser/corpus/literal/hookexe.txt
index 08f14f47b3..08f14f47b3 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/hookexe.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/hookexe.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/if.txt b/test/prism/fixtures/unparser/corpus/literal/if.txt
index 0c13801f9e..0c13801f9e 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/if.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/if.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/kwbegin.txt b/test/prism/fixtures/unparser/corpus/literal/kwbegin.txt
index 6cc1e74ca6..6cc1e74ca6 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/kwbegin.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/kwbegin.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/lambda.txt b/test/prism/fixtures/unparser/corpus/literal/lambda.txt
index 4eb722dad1..4eb722dad1 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/lambda.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/lambda.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/literal.txt b/test/prism/fixtures/unparser/corpus/literal/literal.txt
index 2fc7cd1d79..2fc7cd1d79 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/literal.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/literal.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/module.txt b/test/prism/fixtures/unparser/corpus/literal/module.txt
index cec03f3bfd..cec03f3bfd 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/module.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/module.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/opasgn.txt b/test/prism/fixtures/unparser/corpus/literal/opasgn.txt
index 5858d773d0..5858d773d0 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/opasgn.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/opasgn.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/pattern.txt b/test/prism/fixtures/unparser/corpus/literal/pattern.txt
index 7cfaa4dc67..7cfaa4dc67 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/pattern.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/pattern.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/pragma.txt b/test/prism/fixtures/unparser/corpus/literal/pragma.txt
index 4f6dd71b38..4f6dd71b38 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/pragma.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/pragma.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/range.txt b/test/prism/fixtures/unparser/corpus/literal/range.txt
index eb1f3874c0..eb1f3874c0 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/range.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/range.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/rescue.txt b/test/prism/fixtures/unparser/corpus/literal/rescue.txt
index a787816808..a787816808 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/rescue.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/rescue.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/send.txt b/test/prism/fixtures/unparser/corpus/literal/send.txt
index 1e9c2a94be..1e9c2a94be 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/send.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/send.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/since/27.txt b/test/prism/fixtures/unparser/corpus/literal/since/27.txt
index c332f9e48e..c332f9e48e 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/since/27.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/since/27.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/since/30.txt b/test/prism/fixtures/unparser/corpus/literal/since/30.txt
index b73328a4b0..b73328a4b0 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/since/30.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/since/30.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/since/31.txt b/test/prism/fixtures/unparser/corpus/literal/since/31.txt
index 504eb94d5b..504eb94d5b 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/since/31.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/since/31.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/since/32.txt b/test/prism/fixtures/unparser/corpus/literal/since/32.txt
index fa279f11cf..fa279f11cf 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/since/32.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/since/32.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/singletons.txt b/test/prism/fixtures/unparser/corpus/literal/singletons.txt
index 496e6a41ce..496e6a41ce 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/singletons.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/singletons.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/super.txt b/test/prism/fixtures/unparser/corpus/literal/super.txt
index 0e73e6f052..0e73e6f052 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/super.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/super.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/unary.txt b/test/prism/fixtures/unparser/corpus/literal/unary.txt
index 77685cb71d..77685cb71d 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/unary.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/unary.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/undef.txt b/test/prism/fixtures/unparser/corpus/literal/undef.txt
index a65d8d0cc4..a65d8d0cc4 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/undef.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/undef.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/variables.txt b/test/prism/fixtures/unparser/corpus/literal/variables.txt
index 1de938f376..1de938f376 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/variables.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/variables.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/while.txt b/test/prism/fixtures/unparser/corpus/literal/while.txt
index 19a60ef5ff..19a60ef5ff 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/while.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/while.txt
diff --git a/test/yarp/fixtures/unparser/corpus/literal/yield.txt b/test/prism/fixtures/unparser/corpus/literal/yield.txt
index c0b5820842..c0b5820842 100644
--- a/test/yarp/fixtures/unparser/corpus/literal/yield.txt
+++ b/test/prism/fixtures/unparser/corpus/literal/yield.txt
diff --git a/test/yarp/fixtures/unparser/corpus/semantic/and.txt b/test/prism/fixtures/unparser/corpus/semantic/and.txt
index 43d1712445..43d1712445 100644
--- a/test/yarp/fixtures/unparser/corpus/semantic/and.txt
+++ b/test/prism/fixtures/unparser/corpus/semantic/and.txt
diff --git a/test/yarp/fixtures/unparser/corpus/semantic/block.txt b/test/prism/fixtures/unparser/corpus/semantic/block.txt
index 5891690025..5891690025 100644
--- a/test/yarp/fixtures/unparser/corpus/semantic/block.txt
+++ b/test/prism/fixtures/unparser/corpus/semantic/block.txt
diff --git a/test/yarp/fixtures/unparser/corpus/semantic/def.txt b/test/prism/fixtures/unparser/corpus/semantic/def.txt
index 7574619392..7574619392 100644
--- a/test/yarp/fixtures/unparser/corpus/semantic/def.txt
+++ b/test/prism/fixtures/unparser/corpus/semantic/def.txt
diff --git a/test/yarp/fixtures/unparser/corpus/semantic/dstr.txt b/test/prism/fixtures/unparser/corpus/semantic/dstr.txt
index 919e736077..919e736077 100644
--- a/test/yarp/fixtures/unparser/corpus/semantic/dstr.txt
+++ b/test/prism/fixtures/unparser/corpus/semantic/dstr.txt
diff --git a/test/yarp/fixtures/unparser/corpus/semantic/kwbegin.txt b/test/prism/fixtures/unparser/corpus/semantic/kwbegin.txt
index d275a96a5c..d275a96a5c 100644
--- a/test/yarp/fixtures/unparser/corpus/semantic/kwbegin.txt
+++ b/test/prism/fixtures/unparser/corpus/semantic/kwbegin.txt
diff --git a/test/yarp/fixtures/unparser/corpus/semantic/literal.txt b/test/prism/fixtures/unparser/corpus/semantic/literal.txt
index c424db5a53..c424db5a53 100644
--- a/test/yarp/fixtures/unparser/corpus/semantic/literal.txt
+++ b/test/prism/fixtures/unparser/corpus/semantic/literal.txt
diff --git a/test/yarp/fixtures/unparser/corpus/semantic/send.txt b/test/prism/fixtures/unparser/corpus/semantic/send.txt
index a65b27d2f2..a65b27d2f2 100644
--- a/test/yarp/fixtures/unparser/corpus/semantic/send.txt
+++ b/test/prism/fixtures/unparser/corpus/semantic/send.txt
diff --git a/test/yarp/fixtures/unparser/corpus/semantic/undef.txt b/test/prism/fixtures/unparser/corpus/semantic/undef.txt
index 47debc3114..47debc3114 100644
--- a/test/yarp/fixtures/unparser/corpus/semantic/undef.txt
+++ b/test/prism/fixtures/unparser/corpus/semantic/undef.txt
diff --git a/test/yarp/fixtures/unparser/corpus/semantic/while.txt b/test/prism/fixtures/unparser/corpus/semantic/while.txt
index a55dcc52fc..a55dcc52fc 100644
--- a/test/yarp/fixtures/unparser/corpus/semantic/while.txt
+++ b/test/prism/fixtures/unparser/corpus/semantic/while.txt
diff --git a/test/yarp/fixtures/until.txt b/test/prism/fixtures/until.txt
index fa93819e25..fa93819e25 100644
--- a/test/yarp/fixtures/until.txt
+++ b/test/prism/fixtures/until.txt
diff --git a/test/yarp/fixtures/variables.txt b/test/prism/fixtures/variables.txt
index 276dc3b3f1..276dc3b3f1 100644
--- a/test/yarp/fixtures/variables.txt
+++ b/test/prism/fixtures/variables.txt
diff --git a/test/yarp/fixtures/while.txt b/test/prism/fixtures/while.txt
index ed5ea0f45c..ed5ea0f45c 100644
--- a/test/yarp/fixtures/while.txt
+++ b/test/prism/fixtures/while.txt
diff --git a/test/yarp/fixtures/whitequark/LICENSE b/test/prism/fixtures/whitequark/LICENSE
index 971310e3d6..971310e3d6 100644
--- a/test/yarp/fixtures/whitequark/LICENSE
+++ b/test/prism/fixtures/whitequark/LICENSE
diff --git a/test/yarp/fixtures/whitequark/__ENCODING__.txt b/test/prism/fixtures/whitequark/__ENCODING__.txt
index d6debf2f92..d6debf2f92 100644
--- a/test/yarp/fixtures/whitequark/__ENCODING__.txt
+++ b/test/prism/fixtures/whitequark/__ENCODING__.txt
diff --git a/test/yarp/fixtures/whitequark/__ENCODING___legacy_.txt b/test/prism/fixtures/whitequark/__ENCODING___legacy_.txt
index d6debf2f92..d6debf2f92 100644
--- a/test/yarp/fixtures/whitequark/__ENCODING___legacy_.txt
+++ b/test/prism/fixtures/whitequark/__ENCODING___legacy_.txt
diff --git a/test/yarp/fixtures/whitequark/alias.txt b/test/prism/fixtures/whitequark/alias.txt
index e33b120022..e33b120022 100644
--- a/test/yarp/fixtures/whitequark/alias.txt
+++ b/test/prism/fixtures/whitequark/alias.txt
diff --git a/test/yarp/fixtures/whitequark/alias_gvar.txt b/test/prism/fixtures/whitequark/alias_gvar.txt
index b975d97f8e..b975d97f8e 100644
--- a/test/yarp/fixtures/whitequark/alias_gvar.txt
+++ b/test/prism/fixtures/whitequark/alias_gvar.txt
diff --git a/test/yarp/fixtures/whitequark/ambiuous_quoted_label_in_ternary_operator.txt b/test/prism/fixtures/whitequark/ambiuous_quoted_label_in_ternary_operator.txt
index 9b2e3afad5..9b2e3afad5 100644
--- a/test/yarp/fixtures/whitequark/ambiuous_quoted_label_in_ternary_operator.txt
+++ b/test/prism/fixtures/whitequark/ambiuous_quoted_label_in_ternary_operator.txt
diff --git a/test/yarp/fixtures/whitequark/and.txt b/test/prism/fixtures/whitequark/and.txt
index 43fa6a65cd..43fa6a65cd 100644
--- a/test/yarp/fixtures/whitequark/and.txt
+++ b/test/prism/fixtures/whitequark/and.txt
diff --git a/test/yarp/fixtures/whitequark/and_asgn.txt b/test/prism/fixtures/whitequark/and_asgn.txt
index a979265914..a979265914 100644
--- a/test/yarp/fixtures/whitequark/and_asgn.txt
+++ b/test/prism/fixtures/whitequark/and_asgn.txt
diff --git a/test/yarp/fixtures/whitequark/and_or_masgn.txt b/test/prism/fixtures/whitequark/and_or_masgn.txt
index e346041604..e346041604 100644
--- a/test/yarp/fixtures/whitequark/and_or_masgn.txt
+++ b/test/prism/fixtures/whitequark/and_or_masgn.txt
diff --git a/test/yarp/fixtures/whitequark/anonymous_blockarg.txt b/test/prism/fixtures/whitequark/anonymous_blockarg.txt
index e3eaaad6ce..e3eaaad6ce 100644
--- a/test/yarp/fixtures/whitequark/anonymous_blockarg.txt
+++ b/test/prism/fixtures/whitequark/anonymous_blockarg.txt
diff --git a/test/yarp/fixtures/whitequark/arg.txt b/test/prism/fixtures/whitequark/arg.txt
index b1984ad5c4..b1984ad5c4 100644
--- a/test/yarp/fixtures/whitequark/arg.txt
+++ b/test/prism/fixtures/whitequark/arg.txt
diff --git a/test/yarp/fixtures/whitequark/arg_duplicate_ignored.txt b/test/prism/fixtures/whitequark/arg_duplicate_ignored.txt
index 0f5cc33961..0f5cc33961 100644
--- a/test/yarp/fixtures/whitequark/arg_duplicate_ignored.txt
+++ b/test/prism/fixtures/whitequark/arg_duplicate_ignored.txt
diff --git a/test/yarp/fixtures/whitequark/arg_label.txt b/test/prism/fixtures/whitequark/arg_label.txt
index 82db416cb4..82db416cb4 100644
--- a/test/yarp/fixtures/whitequark/arg_label.txt
+++ b/test/prism/fixtures/whitequark/arg_label.txt
diff --git a/test/yarp/fixtures/whitequark/arg_scope.txt b/test/prism/fixtures/whitequark/arg_scope.txt
index 6c67ab72e3..6c67ab72e3 100644
--- a/test/yarp/fixtures/whitequark/arg_scope.txt
+++ b/test/prism/fixtures/whitequark/arg_scope.txt
diff --git a/test/yarp/fixtures/whitequark/args.txt b/test/prism/fixtures/whitequark/args.txt
index 773be477d3..773be477d3 100644
--- a/test/yarp/fixtures/whitequark/args.txt
+++ b/test/prism/fixtures/whitequark/args.txt
diff --git a/test/yarp/fixtures/whitequark/args_args_assocs.txt b/test/prism/fixtures/whitequark/args_args_assocs.txt
index 445f899442..445f899442 100644
--- a/test/yarp/fixtures/whitequark/args_args_assocs.txt
+++ b/test/prism/fixtures/whitequark/args_args_assocs.txt
diff --git a/test/yarp/fixtures/whitequark/args_args_assocs_comma.txt b/test/prism/fixtures/whitequark/args_args_assocs_comma.txt
index b566a59037..b566a59037 100644
--- a/test/yarp/fixtures/whitequark/args_args_assocs_comma.txt
+++ b/test/prism/fixtures/whitequark/args_args_assocs_comma.txt
diff --git a/test/yarp/fixtures/whitequark/args_args_comma.txt b/test/prism/fixtures/whitequark/args_args_comma.txt
index 80770716dd..80770716dd 100644
--- a/test/yarp/fixtures/whitequark/args_args_comma.txt
+++ b/test/prism/fixtures/whitequark/args_args_comma.txt
diff --git a/test/yarp/fixtures/whitequark/args_args_star.txt b/test/prism/fixtures/whitequark/args_args_star.txt
index d4dc9cc579..d4dc9cc579 100644
--- a/test/yarp/fixtures/whitequark/args_args_star.txt
+++ b/test/prism/fixtures/whitequark/args_args_star.txt
diff --git a/test/yarp/fixtures/whitequark/args_assocs.txt b/test/prism/fixtures/whitequark/args_assocs.txt
index b33e131181..b33e131181 100644
--- a/test/yarp/fixtures/whitequark/args_assocs.txt
+++ b/test/prism/fixtures/whitequark/args_assocs.txt
diff --git a/test/yarp/fixtures/whitequark/args_assocs_comma.txt b/test/prism/fixtures/whitequark/args_assocs_comma.txt
index 15e5cd65dc..15e5cd65dc 100644
--- a/test/yarp/fixtures/whitequark/args_assocs_comma.txt
+++ b/test/prism/fixtures/whitequark/args_assocs_comma.txt
diff --git a/test/yarp/fixtures/whitequark/args_assocs_legacy.txt b/test/prism/fixtures/whitequark/args_assocs_legacy.txt
index b33e131181..b33e131181 100644
--- a/test/yarp/fixtures/whitequark/args_assocs_legacy.txt
+++ b/test/prism/fixtures/whitequark/args_assocs_legacy.txt
diff --git a/test/yarp/fixtures/whitequark/args_block_pass.txt b/test/prism/fixtures/whitequark/args_block_pass.txt
index 35d7d23885..35d7d23885 100644
--- a/test/yarp/fixtures/whitequark/args_block_pass.txt
+++ b/test/prism/fixtures/whitequark/args_block_pass.txt
diff --git a/test/yarp/fixtures/whitequark/args_cmd.txt b/test/prism/fixtures/whitequark/args_cmd.txt
index dd0c8891d0..dd0c8891d0 100644
--- a/test/yarp/fixtures/whitequark/args_cmd.txt
+++ b/test/prism/fixtures/whitequark/args_cmd.txt
diff --git a/test/yarp/fixtures/whitequark/args_star.txt b/test/prism/fixtures/whitequark/args_star.txt
index ce1e6f8465..ce1e6f8465 100644
--- a/test/yarp/fixtures/whitequark/args_star.txt
+++ b/test/prism/fixtures/whitequark/args_star.txt
diff --git a/test/yarp/fixtures/whitequark/array_assocs.txt b/test/prism/fixtures/whitequark/array_assocs.txt
index fcecfcdefc..fcecfcdefc 100644
--- a/test/yarp/fixtures/whitequark/array_assocs.txt
+++ b/test/prism/fixtures/whitequark/array_assocs.txt
diff --git a/test/yarp/fixtures/whitequark/array_plain.txt b/test/prism/fixtures/whitequark/array_plain.txt
index 44e2ace7e5..44e2ace7e5 100644
--- a/test/yarp/fixtures/whitequark/array_plain.txt
+++ b/test/prism/fixtures/whitequark/array_plain.txt
diff --git a/test/yarp/fixtures/whitequark/array_splat.txt b/test/prism/fixtures/whitequark/array_splat.txt
index 144c1eb124..144c1eb124 100644
--- a/test/yarp/fixtures/whitequark/array_splat.txt
+++ b/test/prism/fixtures/whitequark/array_splat.txt
diff --git a/test/yarp/fixtures/whitequark/array_symbols.txt b/test/prism/fixtures/whitequark/array_symbols.txt
index a9f9df0404..a9f9df0404 100644
--- a/test/yarp/fixtures/whitequark/array_symbols.txt
+++ b/test/prism/fixtures/whitequark/array_symbols.txt
diff --git a/test/yarp/fixtures/whitequark/array_symbols_empty.txt b/test/prism/fixtures/whitequark/array_symbols_empty.txt
index da3a89ee9b..da3a89ee9b 100644
--- a/test/yarp/fixtures/whitequark/array_symbols_empty.txt
+++ b/test/prism/fixtures/whitequark/array_symbols_empty.txt
diff --git a/test/yarp/fixtures/whitequark/array_symbols_interp.txt b/test/prism/fixtures/whitequark/array_symbols_interp.txt
index d4950d0c05..d4950d0c05 100644
--- a/test/yarp/fixtures/whitequark/array_symbols_interp.txt
+++ b/test/prism/fixtures/whitequark/array_symbols_interp.txt
diff --git a/test/yarp/fixtures/whitequark/array_words.txt b/test/prism/fixtures/whitequark/array_words.txt
index a07380cadc..a07380cadc 100644
--- a/test/yarp/fixtures/whitequark/array_words.txt
+++ b/test/prism/fixtures/whitequark/array_words.txt
diff --git a/test/yarp/fixtures/whitequark/array_words_empty.txt b/test/prism/fixtures/whitequark/array_words_empty.txt
index 7568263f4a..7568263f4a 100644
--- a/test/yarp/fixtures/whitequark/array_words_empty.txt
+++ b/test/prism/fixtures/whitequark/array_words_empty.txt
diff --git a/test/yarp/fixtures/whitequark/array_words_interp.txt b/test/prism/fixtures/whitequark/array_words_interp.txt
index 1460f7dc03..1460f7dc03 100644
--- a/test/yarp/fixtures/whitequark/array_words_interp.txt
+++ b/test/prism/fixtures/whitequark/array_words_interp.txt
diff --git a/test/yarp/fixtures/whitequark/asgn_cmd.txt b/test/prism/fixtures/whitequark/asgn_cmd.txt
index 81f8cc1c8d..81f8cc1c8d 100644
--- a/test/yarp/fixtures/whitequark/asgn_cmd.txt
+++ b/test/prism/fixtures/whitequark/asgn_cmd.txt
diff --git a/test/yarp/fixtures/whitequark/asgn_mrhs.txt b/test/prism/fixtures/whitequark/asgn_mrhs.txt
index f0b0055e55..f0b0055e55 100644
--- a/test/yarp/fixtures/whitequark/asgn_mrhs.txt
+++ b/test/prism/fixtures/whitequark/asgn_mrhs.txt
diff --git a/test/yarp/fixtures/whitequark/back_ref.txt b/test/prism/fixtures/whitequark/back_ref.txt
index 03166e10ee..03166e10ee 100644
--- a/test/yarp/fixtures/whitequark/back_ref.txt
+++ b/test/prism/fixtures/whitequark/back_ref.txt
diff --git a/test/yarp/fixtures/whitequark/bang.txt b/test/prism/fixtures/whitequark/bang.txt
index 6cf9410cf5..6cf9410cf5 100644
--- a/test/yarp/fixtures/whitequark/bang.txt
+++ b/test/prism/fixtures/whitequark/bang.txt
diff --git a/test/yarp/fixtures/whitequark/bang_cmd.txt b/test/prism/fixtures/whitequark/bang_cmd.txt
index 0a5252c001..0a5252c001 100644
--- a/test/yarp/fixtures/whitequark/bang_cmd.txt
+++ b/test/prism/fixtures/whitequark/bang_cmd.txt
diff --git a/test/yarp/fixtures/whitequark/begin_cmdarg.txt b/test/prism/fixtures/whitequark/begin_cmdarg.txt
index a5873668e9..a5873668e9 100644
--- a/test/yarp/fixtures/whitequark/begin_cmdarg.txt
+++ b/test/prism/fixtures/whitequark/begin_cmdarg.txt
diff --git a/test/yarp/fixtures/whitequark/beginless_erange_after_newline.txt b/test/prism/fixtures/whitequark/beginless_erange_after_newline.txt
index ae6c75564a..ae6c75564a 100644
--- a/test/yarp/fixtures/whitequark/beginless_erange_after_newline.txt
+++ b/test/prism/fixtures/whitequark/beginless_erange_after_newline.txt
diff --git a/test/yarp/fixtures/whitequark/beginless_irange_after_newline.txt b/test/prism/fixtures/whitequark/beginless_irange_after_newline.txt
index bfc8d5e5e8..bfc8d5e5e8 100644
--- a/test/yarp/fixtures/whitequark/beginless_irange_after_newline.txt
+++ b/test/prism/fixtures/whitequark/beginless_irange_after_newline.txt
diff --git a/test/yarp/fixtures/whitequark/beginless_range.txt b/test/prism/fixtures/whitequark/beginless_range.txt
index ef52703b8a..ef52703b8a 100644
--- a/test/yarp/fixtures/whitequark/beginless_range.txt
+++ b/test/prism/fixtures/whitequark/beginless_range.txt
diff --git a/test/yarp/fixtures/whitequark/blockarg.txt b/test/prism/fixtures/whitequark/blockarg.txt
index 63552e97be..63552e97be 100644
--- a/test/yarp/fixtures/whitequark/blockarg.txt
+++ b/test/prism/fixtures/whitequark/blockarg.txt
diff --git a/test/yarp/fixtures/whitequark/blockargs.txt b/test/prism/fixtures/whitequark/blockargs.txt
index cdd2c4f331..cdd2c4f331 100644
--- a/test/yarp/fixtures/whitequark/blockargs.txt
+++ b/test/prism/fixtures/whitequark/blockargs.txt
diff --git a/test/yarp/fixtures/whitequark/break.txt b/test/prism/fixtures/whitequark/break.txt
index da51ec7c31..da51ec7c31 100644
--- a/test/yarp/fixtures/whitequark/break.txt
+++ b/test/prism/fixtures/whitequark/break.txt
diff --git a/test/yarp/fixtures/whitequark/break_block.txt b/test/prism/fixtures/whitequark/break_block.txt
index 4b58c58d5e..4b58c58d5e 100644
--- a/test/yarp/fixtures/whitequark/break_block.txt
+++ b/test/prism/fixtures/whitequark/break_block.txt
diff --git a/test/yarp/fixtures/whitequark/bug_435.txt b/test/prism/fixtures/whitequark/bug_435.txt
index 3e4e0d5abd..3e4e0d5abd 100644
--- a/test/yarp/fixtures/whitequark/bug_435.txt
+++ b/test/prism/fixtures/whitequark/bug_435.txt
diff --git a/test/yarp/fixtures/whitequark/bug_447.txt b/test/prism/fixtures/whitequark/bug_447.txt
index 7da59bbc2f..7da59bbc2f 100644
--- a/test/yarp/fixtures/whitequark/bug_447.txt
+++ b/test/prism/fixtures/whitequark/bug_447.txt
diff --git a/test/yarp/fixtures/whitequark/bug_452.txt b/test/prism/fixtures/whitequark/bug_452.txt
index 8b41dd6027..8b41dd6027 100644
--- a/test/yarp/fixtures/whitequark/bug_452.txt
+++ b/test/prism/fixtures/whitequark/bug_452.txt
diff --git a/test/yarp/fixtures/whitequark/bug_466.txt b/test/prism/fixtures/whitequark/bug_466.txt
index ad02ad38ae..ad02ad38ae 100644
--- a/test/yarp/fixtures/whitequark/bug_466.txt
+++ b/test/prism/fixtures/whitequark/bug_466.txt
diff --git a/test/yarp/fixtures/whitequark/bug_473.txt b/test/prism/fixtures/whitequark/bug_473.txt
index 0d2ea883a1..0d2ea883a1 100644
--- a/test/yarp/fixtures/whitequark/bug_473.txt
+++ b/test/prism/fixtures/whitequark/bug_473.txt
diff --git a/test/yarp/fixtures/whitequark/bug_480.txt b/test/prism/fixtures/whitequark/bug_480.txt
index 0558b2c957..0558b2c957 100644
--- a/test/yarp/fixtures/whitequark/bug_480.txt
+++ b/test/prism/fixtures/whitequark/bug_480.txt
diff --git a/test/yarp/fixtures/whitequark/bug_481.txt b/test/prism/fixtures/whitequark/bug_481.txt
index 6328e9dbbd..6328e9dbbd 100644
--- a/test/yarp/fixtures/whitequark/bug_481.txt
+++ b/test/prism/fixtures/whitequark/bug_481.txt
diff --git a/test/yarp/fixtures/whitequark/bug_ascii_8bit_in_literal.txt b/test/prism/fixtures/whitequark/bug_ascii_8bit_in_literal.txt
index 85399bd19a..85399bd19a 100644
--- a/test/yarp/fixtures/whitequark/bug_ascii_8bit_in_literal.txt
+++ b/test/prism/fixtures/whitequark/bug_ascii_8bit_in_literal.txt
diff --git a/test/yarp/fixtures/whitequark/bug_cmd_string_lookahead.txt b/test/prism/fixtures/whitequark/bug_cmd_string_lookahead.txt
index 7e9e54c518..7e9e54c518 100644
--- a/test/yarp/fixtures/whitequark/bug_cmd_string_lookahead.txt
+++ b/test/prism/fixtures/whitequark/bug_cmd_string_lookahead.txt
diff --git a/test/yarp/fixtures/whitequark/bug_cmdarg.txt b/test/prism/fixtures/whitequark/bug_cmdarg.txt
index 0281cd6668..0281cd6668 100644
--- a/test/yarp/fixtures/whitequark/bug_cmdarg.txt
+++ b/test/prism/fixtures/whitequark/bug_cmdarg.txt
diff --git a/test/yarp/fixtures/whitequark/bug_def_no_paren_eql_begin.txt b/test/prism/fixtures/whitequark/bug_def_no_paren_eql_begin.txt
index 615dc88217..615dc88217 100644
--- a/test/yarp/fixtures/whitequark/bug_def_no_paren_eql_begin.txt
+++ b/test/prism/fixtures/whitequark/bug_def_no_paren_eql_begin.txt
diff --git a/test/yarp/fixtures/whitequark/bug_do_block_in_call_args.txt b/test/prism/fixtures/whitequark/bug_do_block_in_call_args.txt
index 21340fd6e8..21340fd6e8 100644
--- a/test/yarp/fixtures/whitequark/bug_do_block_in_call_args.txt
+++ b/test/prism/fixtures/whitequark/bug_do_block_in_call_args.txt
diff --git a/test/yarp/fixtures/whitequark/bug_do_block_in_cmdarg.txt b/test/prism/fixtures/whitequark/bug_do_block_in_cmdarg.txt
index 7dece50408..7dece50408 100644
--- a/test/yarp/fixtures/whitequark/bug_do_block_in_cmdarg.txt
+++ b/test/prism/fixtures/whitequark/bug_do_block_in_cmdarg.txt
diff --git a/test/yarp/fixtures/whitequark/bug_do_block_in_hash_brace.txt b/test/prism/fixtures/whitequark/bug_do_block_in_hash_brace.txt
index 6c4dd205d2..6c4dd205d2 100644
--- a/test/yarp/fixtures/whitequark/bug_do_block_in_hash_brace.txt
+++ b/test/prism/fixtures/whitequark/bug_do_block_in_hash_brace.txt
diff --git a/test/yarp/fixtures/whitequark/bug_heredoc_do.txt b/test/prism/fixtures/whitequark/bug_heredoc_do.txt
index 06fef0a99f..06fef0a99f 100644
--- a/test/yarp/fixtures/whitequark/bug_heredoc_do.txt
+++ b/test/prism/fixtures/whitequark/bug_heredoc_do.txt
diff --git a/test/yarp/fixtures/whitequark/bug_interp_single.txt b/test/prism/fixtures/whitequark/bug_interp_single.txt
index be0b1a8542..be0b1a8542 100644
--- a/test/yarp/fixtures/whitequark/bug_interp_single.txt
+++ b/test/prism/fixtures/whitequark/bug_interp_single.txt
diff --git a/test/yarp/fixtures/whitequark/bug_lambda_leakage.txt b/test/prism/fixtures/whitequark/bug_lambda_leakage.txt
index 372b36929a..372b36929a 100644
--- a/test/yarp/fixtures/whitequark/bug_lambda_leakage.txt
+++ b/test/prism/fixtures/whitequark/bug_lambda_leakage.txt
diff --git a/test/yarp/fixtures/whitequark/bug_regex_verification.txt b/test/prism/fixtures/whitequark/bug_regex_verification.txt
index f8483c8b10..f8483c8b10 100644
--- a/test/yarp/fixtures/whitequark/bug_regex_verification.txt
+++ b/test/prism/fixtures/whitequark/bug_regex_verification.txt
diff --git a/test/yarp/fixtures/whitequark/bug_rescue_empty_else.txt b/test/prism/fixtures/whitequark/bug_rescue_empty_else.txt
index e8c81edc57..e8c81edc57 100644
--- a/test/yarp/fixtures/whitequark/bug_rescue_empty_else.txt
+++ b/test/prism/fixtures/whitequark/bug_rescue_empty_else.txt
diff --git a/test/yarp/fixtures/whitequark/bug_while_not_parens_do.txt b/test/prism/fixtures/whitequark/bug_while_not_parens_do.txt
index 628c36ef13..628c36ef13 100644
--- a/test/yarp/fixtures/whitequark/bug_while_not_parens_do.txt
+++ b/test/prism/fixtures/whitequark/bug_while_not_parens_do.txt
diff --git a/test/yarp/fixtures/whitequark/case_cond.txt b/test/prism/fixtures/whitequark/case_cond.txt
index a236b27ebd..a236b27ebd 100644
--- a/test/yarp/fixtures/whitequark/case_cond.txt
+++ b/test/prism/fixtures/whitequark/case_cond.txt
diff --git a/test/yarp/fixtures/whitequark/case_cond_else.txt b/test/prism/fixtures/whitequark/case_cond_else.txt
index 06eefa4a1b..06eefa4a1b 100644
--- a/test/yarp/fixtures/whitequark/case_cond_else.txt
+++ b/test/prism/fixtures/whitequark/case_cond_else.txt
diff --git a/test/yarp/fixtures/whitequark/case_expr.txt b/test/prism/fixtures/whitequark/case_expr.txt
index 472672c781..472672c781 100644
--- a/test/yarp/fixtures/whitequark/case_expr.txt
+++ b/test/prism/fixtures/whitequark/case_expr.txt
diff --git a/test/yarp/fixtures/whitequark/case_expr_else.txt b/test/prism/fixtures/whitequark/case_expr_else.txt
index 3c55826134..3c55826134 100644
--- a/test/yarp/fixtures/whitequark/case_expr_else.txt
+++ b/test/prism/fixtures/whitequark/case_expr_else.txt
diff --git a/test/yarp/fixtures/whitequark/casgn_scoped.txt b/test/prism/fixtures/whitequark/casgn_scoped.txt
index 964d0f4c9b..964d0f4c9b 100644
--- a/test/yarp/fixtures/whitequark/casgn_scoped.txt
+++ b/test/prism/fixtures/whitequark/casgn_scoped.txt
diff --git a/test/yarp/fixtures/whitequark/casgn_toplevel.txt b/test/prism/fixtures/whitequark/casgn_toplevel.txt
index 047a3b6745..047a3b6745 100644
--- a/test/yarp/fixtures/whitequark/casgn_toplevel.txt
+++ b/test/prism/fixtures/whitequark/casgn_toplevel.txt
diff --git a/test/yarp/fixtures/whitequark/casgn_unscoped.txt b/test/prism/fixtures/whitequark/casgn_unscoped.txt
index 5632cf64ee..5632cf64ee 100644
--- a/test/yarp/fixtures/whitequark/casgn_unscoped.txt
+++ b/test/prism/fixtures/whitequark/casgn_unscoped.txt
diff --git a/test/yarp/fixtures/whitequark/character.txt b/test/prism/fixtures/whitequark/character.txt
index b22ffbb71a..b22ffbb71a 100644
--- a/test/yarp/fixtures/whitequark/character.txt
+++ b/test/prism/fixtures/whitequark/character.txt
diff --git a/test/yarp/fixtures/whitequark/class.txt b/test/prism/fixtures/whitequark/class.txt
index a30a248e96..a30a248e96 100644
--- a/test/yarp/fixtures/whitequark/class.txt
+++ b/test/prism/fixtures/whitequark/class.txt
diff --git a/test/yarp/fixtures/whitequark/class_definition_in_while_cond.txt b/test/prism/fixtures/whitequark/class_definition_in_while_cond.txt
index 10427314b5..10427314b5 100644
--- a/test/yarp/fixtures/whitequark/class_definition_in_while_cond.txt
+++ b/test/prism/fixtures/whitequark/class_definition_in_while_cond.txt
diff --git a/test/yarp/fixtures/whitequark/class_super.txt b/test/prism/fixtures/whitequark/class_super.txt
index 8829d82d36..8829d82d36 100644
--- a/test/yarp/fixtures/whitequark/class_super.txt
+++ b/test/prism/fixtures/whitequark/class_super.txt
diff --git a/test/yarp/fixtures/whitequark/class_super_label.txt b/test/prism/fixtures/whitequark/class_super_label.txt
index 5d47897ab6..5d47897ab6 100644
--- a/test/yarp/fixtures/whitequark/class_super_label.txt
+++ b/test/prism/fixtures/whitequark/class_super_label.txt
diff --git a/test/yarp/fixtures/whitequark/comments_before_leading_dot__27.txt b/test/prism/fixtures/whitequark/comments_before_leading_dot__27.txt
index 208f2d87fe..208f2d87fe 100644
--- a/test/yarp/fixtures/whitequark/comments_before_leading_dot__27.txt
+++ b/test/prism/fixtures/whitequark/comments_before_leading_dot__27.txt
diff --git a/test/yarp/fixtures/whitequark/complex.txt b/test/prism/fixtures/whitequark/complex.txt
index 1dbf2c13f4..1dbf2c13f4 100644
--- a/test/yarp/fixtures/whitequark/complex.txt
+++ b/test/prism/fixtures/whitequark/complex.txt
diff --git a/test/yarp/fixtures/whitequark/cond_begin.txt b/test/prism/fixtures/whitequark/cond_begin.txt
index 49d709b79c..49d709b79c 100644
--- a/test/yarp/fixtures/whitequark/cond_begin.txt
+++ b/test/prism/fixtures/whitequark/cond_begin.txt
diff --git a/test/yarp/fixtures/whitequark/cond_begin_masgn.txt b/test/prism/fixtures/whitequark/cond_begin_masgn.txt
index f9b65026b4..f9b65026b4 100644
--- a/test/yarp/fixtures/whitequark/cond_begin_masgn.txt
+++ b/test/prism/fixtures/whitequark/cond_begin_masgn.txt
diff --git a/test/yarp/fixtures/whitequark/cond_eflipflop.txt b/test/prism/fixtures/whitequark/cond_eflipflop.txt
index 1236c2dbb5..1236c2dbb5 100644
--- a/test/yarp/fixtures/whitequark/cond_eflipflop.txt
+++ b/test/prism/fixtures/whitequark/cond_eflipflop.txt
diff --git a/test/yarp/fixtures/whitequark/cond_iflipflop.txt b/test/prism/fixtures/whitequark/cond_iflipflop.txt
index 84bee71a74..84bee71a74 100644
--- a/test/yarp/fixtures/whitequark/cond_iflipflop.txt
+++ b/test/prism/fixtures/whitequark/cond_iflipflop.txt
diff --git a/test/yarp/fixtures/whitequark/cond_match_current_line.txt b/test/prism/fixtures/whitequark/cond_match_current_line.txt
index 21878c7bd8..21878c7bd8 100644
--- a/test/yarp/fixtures/whitequark/cond_match_current_line.txt
+++ b/test/prism/fixtures/whitequark/cond_match_current_line.txt
diff --git a/test/yarp/fixtures/whitequark/const_op_asgn.txt b/test/prism/fixtures/whitequark/const_op_asgn.txt
index e72e7adee8..e72e7adee8 100644
--- a/test/yarp/fixtures/whitequark/const_op_asgn.txt
+++ b/test/prism/fixtures/whitequark/const_op_asgn.txt
diff --git a/test/yarp/fixtures/whitequark/const_scoped.txt b/test/prism/fixtures/whitequark/const_scoped.txt
index 4b03d85fc0..4b03d85fc0 100644
--- a/test/yarp/fixtures/whitequark/const_scoped.txt
+++ b/test/prism/fixtures/whitequark/const_scoped.txt
diff --git a/test/yarp/fixtures/whitequark/const_toplevel.txt b/test/prism/fixtures/whitequark/const_toplevel.txt
index f783ae752b..f783ae752b 100644
--- a/test/yarp/fixtures/whitequark/const_toplevel.txt
+++ b/test/prism/fixtures/whitequark/const_toplevel.txt
diff --git a/test/yarp/fixtures/whitequark/const_unscoped.txt b/test/prism/fixtures/whitequark/const_unscoped.txt
index bc56c4d894..bc56c4d894 100644
--- a/test/yarp/fixtures/whitequark/const_unscoped.txt
+++ b/test/prism/fixtures/whitequark/const_unscoped.txt
diff --git a/test/yarp/fixtures/whitequark/cpath.txt b/test/prism/fixtures/whitequark/cpath.txt
index a4041692d1..a4041692d1 100644
--- a/test/yarp/fixtures/whitequark/cpath.txt
+++ b/test/prism/fixtures/whitequark/cpath.txt
diff --git a/test/yarp/fixtures/whitequark/cvar.txt b/test/prism/fixtures/whitequark/cvar.txt
index 4997896e4a..4997896e4a 100644
--- a/test/yarp/fixtures/whitequark/cvar.txt
+++ b/test/prism/fixtures/whitequark/cvar.txt
diff --git a/test/yarp/fixtures/whitequark/cvasgn.txt b/test/prism/fixtures/whitequark/cvasgn.txt
index 8f7e19c4fe..8f7e19c4fe 100644
--- a/test/yarp/fixtures/whitequark/cvasgn.txt
+++ b/test/prism/fixtures/whitequark/cvasgn.txt
diff --git a/test/yarp/fixtures/whitequark/dedenting_heredoc.txt b/test/prism/fixtures/whitequark/dedenting_heredoc.txt
index 84937d84ab..84937d84ab 100644
--- a/test/yarp/fixtures/whitequark/dedenting_heredoc.txt
+++ b/test/prism/fixtures/whitequark/dedenting_heredoc.txt
diff --git a/test/yarp/fixtures/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt b/test/prism/fixtures/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt
index 0427715d61..0427715d61 100644
--- a/test/yarp/fixtures/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt
+++ b/test/prism/fixtures/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt
diff --git a/test/yarp/fixtures/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt b/test/prism/fixtures/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt
index fd7bc02419..fd7bc02419 100644
--- a/test/yarp/fixtures/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt
+++ b/test/prism/fixtures/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt
diff --git a/test/yarp/fixtures/whitequark/def.txt b/test/prism/fixtures/whitequark/def.txt
index d96a4238b3..d96a4238b3 100644
--- a/test/yarp/fixtures/whitequark/def.txt
+++ b/test/prism/fixtures/whitequark/def.txt
diff --git a/test/yarp/fixtures/whitequark/defined.txt b/test/prism/fixtures/whitequark/defined.txt
index 5cf93e22e3..5cf93e22e3 100644
--- a/test/yarp/fixtures/whitequark/defined.txt
+++ b/test/prism/fixtures/whitequark/defined.txt
diff --git a/test/yarp/fixtures/whitequark/defs.txt b/test/prism/fixtures/whitequark/defs.txt
index e0b7aa86eb..e0b7aa86eb 100644
--- a/test/yarp/fixtures/whitequark/defs.txt
+++ b/test/prism/fixtures/whitequark/defs.txt
diff --git a/test/yarp/fixtures/whitequark/empty_stmt.txt b/test/prism/fixtures/whitequark/empty_stmt.txt
index 8b13789179..8b13789179 100644
--- a/test/yarp/fixtures/whitequark/empty_stmt.txt
+++ b/test/prism/fixtures/whitequark/empty_stmt.txt
diff --git a/test/yarp/fixtures/whitequark/endless_comparison_method.txt b/test/prism/fixtures/whitequark/endless_comparison_method.txt
index e10c3a6ced..e10c3a6ced 100644
--- a/test/yarp/fixtures/whitequark/endless_comparison_method.txt
+++ b/test/prism/fixtures/whitequark/endless_comparison_method.txt
diff --git a/test/yarp/fixtures/whitequark/endless_method.txt b/test/prism/fixtures/whitequark/endless_method.txt
index 7002526229..7002526229 100644
--- a/test/yarp/fixtures/whitequark/endless_method.txt
+++ b/test/prism/fixtures/whitequark/endless_method.txt
diff --git a/test/yarp/fixtures/whitequark/endless_method_command_syntax.txt b/test/prism/fixtures/whitequark/endless_method_command_syntax.txt
index d9dad2d747..d9dad2d747 100644
--- a/test/yarp/fixtures/whitequark/endless_method_command_syntax.txt
+++ b/test/prism/fixtures/whitequark/endless_method_command_syntax.txt
diff --git a/test/yarp/fixtures/whitequark/endless_method_forwarded_args_legacy.txt b/test/prism/fixtures/whitequark/endless_method_forwarded_args_legacy.txt
index 5955e40b5b..5955e40b5b 100644
--- a/test/yarp/fixtures/whitequark/endless_method_forwarded_args_legacy.txt
+++ b/test/prism/fixtures/whitequark/endless_method_forwarded_args_legacy.txt
diff --git a/test/yarp/fixtures/whitequark/endless_method_with_rescue_mod.txt b/test/prism/fixtures/whitequark/endless_method_with_rescue_mod.txt
index 93dc63a45d..93dc63a45d 100644
--- a/test/yarp/fixtures/whitequark/endless_method_with_rescue_mod.txt
+++ b/test/prism/fixtures/whitequark/endless_method_with_rescue_mod.txt
diff --git a/test/yarp/fixtures/whitequark/endless_method_without_args.txt b/test/prism/fixtures/whitequark/endless_method_without_args.txt
index 90ea8f7c6d..90ea8f7c6d 100644
--- a/test/yarp/fixtures/whitequark/endless_method_without_args.txt
+++ b/test/prism/fixtures/whitequark/endless_method_without_args.txt
diff --git a/test/yarp/fixtures/whitequark/ensure.txt b/test/prism/fixtures/whitequark/ensure.txt
index 6c4b47c63c..6c4b47c63c 100644
--- a/test/yarp/fixtures/whitequark/ensure.txt
+++ b/test/prism/fixtures/whitequark/ensure.txt
diff --git a/test/yarp/fixtures/whitequark/ensure_empty.txt b/test/prism/fixtures/whitequark/ensure_empty.txt
index 39a175c371..39a175c371 100644
--- a/test/yarp/fixtures/whitequark/ensure_empty.txt
+++ b/test/prism/fixtures/whitequark/ensure_empty.txt
diff --git a/test/yarp/fixtures/whitequark/false.txt b/test/prism/fixtures/whitequark/false.txt
index c508d5366f..c508d5366f 100644
--- a/test/yarp/fixtures/whitequark/false.txt
+++ b/test/prism/fixtures/whitequark/false.txt
diff --git a/test/yarp/fixtures/whitequark/float.txt b/test/prism/fixtures/whitequark/float.txt
index 8c7592a192..8c7592a192 100644
--- a/test/yarp/fixtures/whitequark/float.txt
+++ b/test/prism/fixtures/whitequark/float.txt
diff --git a/test/yarp/fixtures/whitequark/for.txt b/test/prism/fixtures/whitequark/for.txt
index a27ae578da..a27ae578da 100644
--- a/test/yarp/fixtures/whitequark/for.txt
+++ b/test/prism/fixtures/whitequark/for.txt
diff --git a/test/yarp/fixtures/whitequark/for_mlhs.txt b/test/prism/fixtures/whitequark/for_mlhs.txt
index 53cd5229a4..53cd5229a4 100644
--- a/test/yarp/fixtures/whitequark/for_mlhs.txt
+++ b/test/prism/fixtures/whitequark/for_mlhs.txt
diff --git a/test/yarp/fixtures/whitequark/forward_arg.txt b/test/prism/fixtures/whitequark/forward_arg.txt
index c7590a8d53..c7590a8d53 100644
--- a/test/yarp/fixtures/whitequark/forward_arg.txt
+++ b/test/prism/fixtures/whitequark/forward_arg.txt
diff --git a/test/yarp/fixtures/whitequark/forward_arg_with_open_args.txt b/test/prism/fixtures/whitequark/forward_arg_with_open_args.txt
index fd4c06bcb5..fd4c06bcb5 100644
--- a/test/yarp/fixtures/whitequark/forward_arg_with_open_args.txt
+++ b/test/prism/fixtures/whitequark/forward_arg_with_open_args.txt
diff --git a/test/yarp/fixtures/whitequark/forward_args_legacy.txt b/test/prism/fixtures/whitequark/forward_args_legacy.txt
index 0d9162457f..0d9162457f 100644
--- a/test/yarp/fixtures/whitequark/forward_args_legacy.txt
+++ b/test/prism/fixtures/whitequark/forward_args_legacy.txt
diff --git a/test/yarp/fixtures/whitequark/forwarded_argument_with_kwrestarg.txt b/test/prism/fixtures/whitequark/forwarded_argument_with_kwrestarg.txt
index 7dbf472232..7dbf472232 100644
--- a/test/yarp/fixtures/whitequark/forwarded_argument_with_kwrestarg.txt
+++ b/test/prism/fixtures/whitequark/forwarded_argument_with_kwrestarg.txt
diff --git a/test/yarp/fixtures/whitequark/forwarded_argument_with_restarg.txt b/test/prism/fixtures/whitequark/forwarded_argument_with_restarg.txt
index f734bfd9ec..f734bfd9ec 100644
--- a/test/yarp/fixtures/whitequark/forwarded_argument_with_restarg.txt
+++ b/test/prism/fixtures/whitequark/forwarded_argument_with_restarg.txt
diff --git a/test/yarp/fixtures/whitequark/forwarded_kwrestarg.txt b/test/prism/fixtures/whitequark/forwarded_kwrestarg.txt
index 16cd8b2913..16cd8b2913 100644
--- a/test/yarp/fixtures/whitequark/forwarded_kwrestarg.txt
+++ b/test/prism/fixtures/whitequark/forwarded_kwrestarg.txt
diff --git a/test/yarp/fixtures/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt b/test/prism/fixtures/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt
index 52759b838f..52759b838f 100644
--- a/test/yarp/fixtures/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt
+++ b/test/prism/fixtures/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt
diff --git a/test/yarp/fixtures/whitequark/forwarded_restarg.txt b/test/prism/fixtures/whitequark/forwarded_restarg.txt
index 65ac2cc1ed..65ac2cc1ed 100644
--- a/test/yarp/fixtures/whitequark/forwarded_restarg.txt
+++ b/test/prism/fixtures/whitequark/forwarded_restarg.txt
diff --git a/test/yarp/fixtures/whitequark/gvar.txt b/test/prism/fixtures/whitequark/gvar.txt
index bbf13489ad..bbf13489ad 100644
--- a/test/yarp/fixtures/whitequark/gvar.txt
+++ b/test/prism/fixtures/whitequark/gvar.txt
diff --git a/test/yarp/fixtures/whitequark/gvasgn.txt b/test/prism/fixtures/whitequark/gvasgn.txt
index 2bcc22cdd1..2bcc22cdd1 100644
--- a/test/yarp/fixtures/whitequark/gvasgn.txt
+++ b/test/prism/fixtures/whitequark/gvasgn.txt
diff --git a/test/yarp/fixtures/whitequark/hash_empty.txt b/test/prism/fixtures/whitequark/hash_empty.txt
index ffcd4415b0..ffcd4415b0 100644
--- a/test/yarp/fixtures/whitequark/hash_empty.txt
+++ b/test/prism/fixtures/whitequark/hash_empty.txt
diff --git a/test/yarp/fixtures/whitequark/hash_hashrocket.txt b/test/prism/fixtures/whitequark/hash_hashrocket.txt
index 2cbb3bd96d..2cbb3bd96d 100644
--- a/test/yarp/fixtures/whitequark/hash_hashrocket.txt
+++ b/test/prism/fixtures/whitequark/hash_hashrocket.txt
diff --git a/test/yarp/fixtures/whitequark/hash_kwsplat.txt b/test/prism/fixtures/whitequark/hash_kwsplat.txt
index 921aa97c7c..921aa97c7c 100644
--- a/test/yarp/fixtures/whitequark/hash_kwsplat.txt
+++ b/test/prism/fixtures/whitequark/hash_kwsplat.txt
diff --git a/test/yarp/fixtures/whitequark/hash_label.txt b/test/prism/fixtures/whitequark/hash_label.txt
index 3aacae4b69..3aacae4b69 100644
--- a/test/yarp/fixtures/whitequark/hash_label.txt
+++ b/test/prism/fixtures/whitequark/hash_label.txt
diff --git a/test/yarp/fixtures/whitequark/hash_label_end.txt b/test/prism/fixtures/whitequark/hash_label_end.txt
index ac9f7c4b41..ac9f7c4b41 100644
--- a/test/yarp/fixtures/whitequark/hash_label_end.txt
+++ b/test/prism/fixtures/whitequark/hash_label_end.txt
diff --git a/test/yarp/fixtures/whitequark/hash_pair_value_omission.txt b/test/prism/fixtures/whitequark/hash_pair_value_omission.txt
index 9d8ccb5877..9d8ccb5877 100644
--- a/test/yarp/fixtures/whitequark/hash_pair_value_omission.txt
+++ b/test/prism/fixtures/whitequark/hash_pair_value_omission.txt
diff --git a/test/yarp/fixtures/whitequark/heredoc.txt b/test/prism/fixtures/whitequark/heredoc.txt
index 1bfc963f94..1bfc963f94 100644
--- a/test/yarp/fixtures/whitequark/heredoc.txt
+++ b/test/prism/fixtures/whitequark/heredoc.txt
diff --git a/test/yarp/fixtures/whitequark/if.txt b/test/prism/fixtures/whitequark/if.txt
index 3de3525286..3de3525286 100644
--- a/test/yarp/fixtures/whitequark/if.txt
+++ b/test/prism/fixtures/whitequark/if.txt
diff --git a/test/yarp/fixtures/whitequark/if_else.txt b/test/prism/fixtures/whitequark/if_else.txt
index 62bab8138c..62bab8138c 100644
--- a/test/yarp/fixtures/whitequark/if_else.txt
+++ b/test/prism/fixtures/whitequark/if_else.txt
diff --git a/test/yarp/fixtures/whitequark/if_elsif.txt b/test/prism/fixtures/whitequark/if_elsif.txt
index 4d71e82214..4d71e82214 100644
--- a/test/yarp/fixtures/whitequark/if_elsif.txt
+++ b/test/prism/fixtures/whitequark/if_elsif.txt
diff --git a/test/yarp/fixtures/whitequark/if_masgn__24.txt b/test/prism/fixtures/whitequark/if_masgn__24.txt
index 0c2c8bb04f..0c2c8bb04f 100644
--- a/test/yarp/fixtures/whitequark/if_masgn__24.txt
+++ b/test/prism/fixtures/whitequark/if_masgn__24.txt
diff --git a/test/yarp/fixtures/whitequark/if_mod.txt b/test/prism/fixtures/whitequark/if_mod.txt
index da177b5606..da177b5606 100644
--- a/test/yarp/fixtures/whitequark/if_mod.txt
+++ b/test/prism/fixtures/whitequark/if_mod.txt
diff --git a/test/yarp/fixtures/whitequark/if_nl_then.txt b/test/prism/fixtures/whitequark/if_nl_then.txt
index b68107bad2..b68107bad2 100644
--- a/test/yarp/fixtures/whitequark/if_nl_then.txt
+++ b/test/prism/fixtures/whitequark/if_nl_then.txt
diff --git a/test/yarp/fixtures/whitequark/if_while_after_class__since_32.txt b/test/prism/fixtures/whitequark/if_while_after_class__since_32.txt
index 1552494d28..1552494d28 100644
--- a/test/yarp/fixtures/whitequark/if_while_after_class__since_32.txt
+++ b/test/prism/fixtures/whitequark/if_while_after_class__since_32.txt
diff --git a/test/yarp/fixtures/whitequark/int.txt b/test/prism/fixtures/whitequark/int.txt
index 6d419918c6..6d419918c6 100644
--- a/test/yarp/fixtures/whitequark/int.txt
+++ b/test/prism/fixtures/whitequark/int.txt
diff --git a/test/yarp/fixtures/whitequark/int___LINE__.txt b/test/prism/fixtures/whitequark/int___LINE__.txt
index 05dcf7afe0..05dcf7afe0 100644
--- a/test/yarp/fixtures/whitequark/int___LINE__.txt
+++ b/test/prism/fixtures/whitequark/int___LINE__.txt
diff --git a/test/yarp/fixtures/whitequark/interp_digit_var.txt b/test/prism/fixtures/whitequark/interp_digit_var.txt
index 1ae5a2e3e0..1ae5a2e3e0 100644
--- a/test/yarp/fixtures/whitequark/interp_digit_var.txt
+++ b/test/prism/fixtures/whitequark/interp_digit_var.txt
diff --git a/test/yarp/fixtures/whitequark/ivar.txt b/test/prism/fixtures/whitequark/ivar.txt
index 9149fc67f9..9149fc67f9 100644
--- a/test/yarp/fixtures/whitequark/ivar.txt
+++ b/test/prism/fixtures/whitequark/ivar.txt
diff --git a/test/yarp/fixtures/whitequark/ivasgn.txt b/test/prism/fixtures/whitequark/ivasgn.txt
index ac291799db..ac291799db 100644
--- a/test/yarp/fixtures/whitequark/ivasgn.txt
+++ b/test/prism/fixtures/whitequark/ivasgn.txt
diff --git a/test/yarp/fixtures/whitequark/keyword_argument_omission.txt b/test/prism/fixtures/whitequark/keyword_argument_omission.txt
index 47883dc9a5..47883dc9a5 100644
--- a/test/yarp/fixtures/whitequark/keyword_argument_omission.txt
+++ b/test/prism/fixtures/whitequark/keyword_argument_omission.txt
diff --git a/test/yarp/fixtures/whitequark/kwarg.txt b/test/prism/fixtures/whitequark/kwarg.txt
index ca02a1fd2a..ca02a1fd2a 100644
--- a/test/yarp/fixtures/whitequark/kwarg.txt
+++ b/test/prism/fixtures/whitequark/kwarg.txt
diff --git a/test/yarp/fixtures/whitequark/kwbegin_compstmt.txt b/test/prism/fixtures/whitequark/kwbegin_compstmt.txt
index 33ceff2489..33ceff2489 100644
--- a/test/yarp/fixtures/whitequark/kwbegin_compstmt.txt
+++ b/test/prism/fixtures/whitequark/kwbegin_compstmt.txt
diff --git a/test/yarp/fixtures/whitequark/kwnilarg.txt b/test/prism/fixtures/whitequark/kwnilarg.txt
index 8fc482d5af..8fc482d5af 100644
--- a/test/yarp/fixtures/whitequark/kwnilarg.txt
+++ b/test/prism/fixtures/whitequark/kwnilarg.txt
diff --git a/test/yarp/fixtures/whitequark/kwoptarg.txt b/test/prism/fixtures/whitequark/kwoptarg.txt
index dc3ce728d6..dc3ce728d6 100644
--- a/test/yarp/fixtures/whitequark/kwoptarg.txt
+++ b/test/prism/fixtures/whitequark/kwoptarg.txt
diff --git a/test/yarp/fixtures/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt b/test/prism/fixtures/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt
index 99dcc7239b..99dcc7239b 100644
--- a/test/yarp/fixtures/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt
+++ b/test/prism/fixtures/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt
diff --git a/test/yarp/fixtures/whitequark/kwrestarg_named.txt b/test/prism/fixtures/whitequark/kwrestarg_named.txt
index e17a661001..e17a661001 100644
--- a/test/yarp/fixtures/whitequark/kwrestarg_named.txt
+++ b/test/prism/fixtures/whitequark/kwrestarg_named.txt
diff --git a/test/yarp/fixtures/whitequark/kwrestarg_unnamed.txt b/test/prism/fixtures/whitequark/kwrestarg_unnamed.txt
index 1b26b1d2ac..1b26b1d2ac 100644
--- a/test/yarp/fixtures/whitequark/kwrestarg_unnamed.txt
+++ b/test/prism/fixtures/whitequark/kwrestarg_unnamed.txt
diff --git a/test/yarp/fixtures/whitequark/lbrace_arg_after_command_args.txt b/test/prism/fixtures/whitequark/lbrace_arg_after_command_args.txt
index 277c200c9f..277c200c9f 100644
--- a/test/yarp/fixtures/whitequark/lbrace_arg_after_command_args.txt
+++ b/test/prism/fixtures/whitequark/lbrace_arg_after_command_args.txt
diff --git a/test/yarp/fixtures/whitequark/lparenarg_after_lvar__since_25.txt b/test/prism/fixtures/whitequark/lparenarg_after_lvar__since_25.txt
index dc3a98b1c8..dc3a98b1c8 100644
--- a/test/yarp/fixtures/whitequark/lparenarg_after_lvar__since_25.txt
+++ b/test/prism/fixtures/whitequark/lparenarg_after_lvar__since_25.txt
diff --git a/test/yarp/fixtures/whitequark/lvar.txt b/test/prism/fixtures/whitequark/lvar.txt
index 257cc5642c..257cc5642c 100644
--- a/test/yarp/fixtures/whitequark/lvar.txt
+++ b/test/prism/fixtures/whitequark/lvar.txt
diff --git a/test/yarp/fixtures/whitequark/lvar_injecting_match.txt b/test/prism/fixtures/whitequark/lvar_injecting_match.txt
index ba814a1088..ba814a1088 100644
--- a/test/yarp/fixtures/whitequark/lvar_injecting_match.txt
+++ b/test/prism/fixtures/whitequark/lvar_injecting_match.txt
diff --git a/test/yarp/fixtures/whitequark/lvasgn.txt b/test/prism/fixtures/whitequark/lvasgn.txt
index 330b8eff27..330b8eff27 100644
--- a/test/yarp/fixtures/whitequark/lvasgn.txt
+++ b/test/prism/fixtures/whitequark/lvasgn.txt
diff --git a/test/yarp/fixtures/whitequark/masgn.txt b/test/prism/fixtures/whitequark/masgn.txt
index 032124287c..032124287c 100644
--- a/test/yarp/fixtures/whitequark/masgn.txt
+++ b/test/prism/fixtures/whitequark/masgn.txt
diff --git a/test/yarp/fixtures/whitequark/masgn_attr.txt b/test/prism/fixtures/whitequark/masgn_attr.txt
index 91a703ef44..91a703ef44 100644
--- a/test/yarp/fixtures/whitequark/masgn_attr.txt
+++ b/test/prism/fixtures/whitequark/masgn_attr.txt
diff --git a/test/yarp/fixtures/whitequark/masgn_cmd.txt b/test/prism/fixtures/whitequark/masgn_cmd.txt
index 18e096f1ee..18e096f1ee 100644
--- a/test/yarp/fixtures/whitequark/masgn_cmd.txt
+++ b/test/prism/fixtures/whitequark/masgn_cmd.txt
diff --git a/test/yarp/fixtures/whitequark/masgn_const.txt b/test/prism/fixtures/whitequark/masgn_const.txt
index 3b6fba588a..3b6fba588a 100644
--- a/test/yarp/fixtures/whitequark/masgn_const.txt
+++ b/test/prism/fixtures/whitequark/masgn_const.txt
diff --git a/test/yarp/fixtures/whitequark/masgn_nested.txt b/test/prism/fixtures/whitequark/masgn_nested.txt
index a1ccf4e385..a1ccf4e385 100644
--- a/test/yarp/fixtures/whitequark/masgn_nested.txt
+++ b/test/prism/fixtures/whitequark/masgn_nested.txt
diff --git a/test/yarp/fixtures/whitequark/masgn_splat.txt b/test/prism/fixtures/whitequark/masgn_splat.txt
index a15dab10f2..a15dab10f2 100644
--- a/test/yarp/fixtures/whitequark/masgn_splat.txt
+++ b/test/prism/fixtures/whitequark/masgn_splat.txt
diff --git a/test/yarp/fixtures/whitequark/method_definition_in_while_cond.txt b/test/prism/fixtures/whitequark/method_definition_in_while_cond.txt
index 6ec38906a1..6ec38906a1 100644
--- a/test/yarp/fixtures/whitequark/method_definition_in_while_cond.txt
+++ b/test/prism/fixtures/whitequark/method_definition_in_while_cond.txt
diff --git a/test/yarp/fixtures/whitequark/module.txt b/test/prism/fixtures/whitequark/module.txt
index f999df3791..f999df3791 100644
--- a/test/yarp/fixtures/whitequark/module.txt
+++ b/test/prism/fixtures/whitequark/module.txt
diff --git a/test/yarp/fixtures/whitequark/multiple_pattern_matches.txt b/test/prism/fixtures/whitequark/multiple_pattern_matches.txt
index 54a4bb4774..54a4bb4774 100644
--- a/test/yarp/fixtures/whitequark/multiple_pattern_matches.txt
+++ b/test/prism/fixtures/whitequark/multiple_pattern_matches.txt
diff --git a/test/yarp/fixtures/whitequark/newline_in_hash_argument.txt b/test/prism/fixtures/whitequark/newline_in_hash_argument.txt
index 1681844331..1681844331 100644
--- a/test/yarp/fixtures/whitequark/newline_in_hash_argument.txt
+++ b/test/prism/fixtures/whitequark/newline_in_hash_argument.txt
diff --git a/test/yarp/fixtures/whitequark/next.txt b/test/prism/fixtures/whitequark/next.txt
index 7556ac2b74..7556ac2b74 100644
--- a/test/yarp/fixtures/whitequark/next.txt
+++ b/test/prism/fixtures/whitequark/next.txt
diff --git a/test/yarp/fixtures/whitequark/next_block.txt b/test/prism/fixtures/whitequark/next_block.txt
index d3b51dfa21..d3b51dfa21 100644
--- a/test/yarp/fixtures/whitequark/next_block.txt
+++ b/test/prism/fixtures/whitequark/next_block.txt
diff --git a/test/yarp/fixtures/whitequark/nil.txt b/test/prism/fixtures/whitequark/nil.txt
index 607602cfc6..607602cfc6 100644
--- a/test/yarp/fixtures/whitequark/nil.txt
+++ b/test/prism/fixtures/whitequark/nil.txt
diff --git a/test/yarp/fixtures/whitequark/nil_expression.txt b/test/prism/fixtures/whitequark/nil_expression.txt
index aabf53f005..aabf53f005 100644
--- a/test/yarp/fixtures/whitequark/nil_expression.txt
+++ b/test/prism/fixtures/whitequark/nil_expression.txt
diff --git a/test/yarp/fixtures/whitequark/non_lvar_injecting_match.txt b/test/prism/fixtures/whitequark/non_lvar_injecting_match.txt
index f1eb7d3c2c..f1eb7d3c2c 100644
--- a/test/yarp/fixtures/whitequark/non_lvar_injecting_match.txt
+++ b/test/prism/fixtures/whitequark/non_lvar_injecting_match.txt
diff --git a/test/yarp/fixtures/whitequark/not.txt b/test/prism/fixtures/whitequark/not.txt
index d87f68f48c..d87f68f48c 100644
--- a/test/yarp/fixtures/whitequark/not.txt
+++ b/test/prism/fixtures/whitequark/not.txt
diff --git a/test/yarp/fixtures/whitequark/not_cmd.txt b/test/prism/fixtures/whitequark/not_cmd.txt
index 685ec209ee..685ec209ee 100644
--- a/test/yarp/fixtures/whitequark/not_cmd.txt
+++ b/test/prism/fixtures/whitequark/not_cmd.txt
diff --git a/test/yarp/fixtures/whitequark/not_masgn__24.txt b/test/prism/fixtures/whitequark/not_masgn__24.txt
index cb93b9103d..cb93b9103d 100644
--- a/test/yarp/fixtures/whitequark/not_masgn__24.txt
+++ b/test/prism/fixtures/whitequark/not_masgn__24.txt
diff --git a/test/yarp/fixtures/whitequark/nth_ref.txt b/test/prism/fixtures/whitequark/nth_ref.txt
index 16ef65b105..16ef65b105 100644
--- a/test/yarp/fixtures/whitequark/nth_ref.txt
+++ b/test/prism/fixtures/whitequark/nth_ref.txt
diff --git a/test/yarp/fixtures/whitequark/numbered_args_after_27.txt b/test/prism/fixtures/whitequark/numbered_args_after_27.txt
index 96fe7a32e2..96fe7a32e2 100644
--- a/test/yarp/fixtures/whitequark/numbered_args_after_27.txt
+++ b/test/prism/fixtures/whitequark/numbered_args_after_27.txt
diff --git a/test/yarp/fixtures/whitequark/numparam_outside_block.txt b/test/prism/fixtures/whitequark/numparam_outside_block.txt
index 37cbce182d..37cbce182d 100644
--- a/test/yarp/fixtures/whitequark/numparam_outside_block.txt
+++ b/test/prism/fixtures/whitequark/numparam_outside_block.txt
diff --git a/test/yarp/fixtures/whitequark/op_asgn.txt b/test/prism/fixtures/whitequark/op_asgn.txt
index a5a28b1010..a5a28b1010 100644
--- a/test/yarp/fixtures/whitequark/op_asgn.txt
+++ b/test/prism/fixtures/whitequark/op_asgn.txt
diff --git a/test/yarp/fixtures/whitequark/op_asgn_cmd.txt b/test/prism/fixtures/whitequark/op_asgn_cmd.txt
index 017aa9bef7..017aa9bef7 100644
--- a/test/yarp/fixtures/whitequark/op_asgn_cmd.txt
+++ b/test/prism/fixtures/whitequark/op_asgn_cmd.txt
diff --git a/test/yarp/fixtures/whitequark/op_asgn_index.txt b/test/prism/fixtures/whitequark/op_asgn_index.txt
index 92cfb225fc..92cfb225fc 100644
--- a/test/yarp/fixtures/whitequark/op_asgn_index.txt
+++ b/test/prism/fixtures/whitequark/op_asgn_index.txt
diff --git a/test/yarp/fixtures/whitequark/op_asgn_index_cmd.txt b/test/prism/fixtures/whitequark/op_asgn_index_cmd.txt
index 161b244bd4..161b244bd4 100644
--- a/test/yarp/fixtures/whitequark/op_asgn_index_cmd.txt
+++ b/test/prism/fixtures/whitequark/op_asgn_index_cmd.txt
diff --git a/test/yarp/fixtures/whitequark/optarg.txt b/test/prism/fixtures/whitequark/optarg.txt
index 9d60609961..9d60609961 100644
--- a/test/yarp/fixtures/whitequark/optarg.txt
+++ b/test/prism/fixtures/whitequark/optarg.txt
diff --git a/test/yarp/fixtures/whitequark/or.txt b/test/prism/fixtures/whitequark/or.txt
index c2042ebb41..c2042ebb41 100644
--- a/test/yarp/fixtures/whitequark/or.txt
+++ b/test/prism/fixtures/whitequark/or.txt
diff --git a/test/yarp/fixtures/whitequark/or_asgn.txt b/test/prism/fixtures/whitequark/or_asgn.txt
index 6e4ecc9f93..6e4ecc9f93 100644
--- a/test/yarp/fixtures/whitequark/or_asgn.txt
+++ b/test/prism/fixtures/whitequark/or_asgn.txt
diff --git a/test/yarp/fixtures/whitequark/parser_bug_272.txt b/test/prism/fixtures/whitequark/parser_bug_272.txt
index 2f2f2b84d2..2f2f2b84d2 100644
--- a/test/yarp/fixtures/whitequark/parser_bug_272.txt
+++ b/test/prism/fixtures/whitequark/parser_bug_272.txt
diff --git a/test/yarp/fixtures/whitequark/parser_bug_490.txt b/test/prism/fixtures/whitequark/parser_bug_490.txt
index cf544b1ff6..cf544b1ff6 100644
--- a/test/yarp/fixtures/whitequark/parser_bug_490.txt
+++ b/test/prism/fixtures/whitequark/parser_bug_490.txt
diff --git a/test/yarp/fixtures/whitequark/parser_bug_507.txt b/test/prism/fixtures/whitequark/parser_bug_507.txt
index bf616b85c8..bf616b85c8 100644
--- a/test/yarp/fixtures/whitequark/parser_bug_507.txt
+++ b/test/prism/fixtures/whitequark/parser_bug_507.txt
diff --git a/test/yarp/fixtures/whitequark/parser_bug_518.txt b/test/prism/fixtures/whitequark/parser_bug_518.txt
index 22f4afe3c8..22f4afe3c8 100644
--- a/test/yarp/fixtures/whitequark/parser_bug_518.txt
+++ b/test/prism/fixtures/whitequark/parser_bug_518.txt
diff --git a/test/yarp/fixtures/whitequark/parser_bug_525.txt b/test/prism/fixtures/whitequark/parser_bug_525.txt
index 59d0e735b4..59d0e735b4 100644
--- a/test/yarp/fixtures/whitequark/parser_bug_525.txt
+++ b/test/prism/fixtures/whitequark/parser_bug_525.txt
diff --git a/test/yarp/fixtures/whitequark/parser_bug_604.txt b/test/prism/fixtures/whitequark/parser_bug_604.txt
index 7eb91c2f46..7eb91c2f46 100644
--- a/test/yarp/fixtures/whitequark/parser_bug_604.txt
+++ b/test/prism/fixtures/whitequark/parser_bug_604.txt
diff --git a/test/yarp/fixtures/whitequark/parser_bug_640.txt b/test/prism/fixtures/whitequark/parser_bug_640.txt
index fb62ded04c..fb62ded04c 100644
--- a/test/yarp/fixtures/whitequark/parser_bug_640.txt
+++ b/test/prism/fixtures/whitequark/parser_bug_640.txt
diff --git a/test/yarp/fixtures/whitequark/parser_bug_645.txt b/test/prism/fixtures/whitequark/parser_bug_645.txt
index cb1e5a0dcf..cb1e5a0dcf 100644
--- a/test/yarp/fixtures/whitequark/parser_bug_645.txt
+++ b/test/prism/fixtures/whitequark/parser_bug_645.txt
diff --git a/test/yarp/fixtures/whitequark/parser_bug_830.txt b/test/prism/fixtures/whitequark/parser_bug_830.txt
index e5865e960d..e5865e960d 100644
--- a/test/yarp/fixtures/whitequark/parser_bug_830.txt
+++ b/test/prism/fixtures/whitequark/parser_bug_830.txt
diff --git a/test/yarp/fixtures/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt b/test/prism/fixtures/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt
index bddae8e153..bddae8e153 100644
--- a/test/yarp/fixtures/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt
+++ b/test/prism/fixtures/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt
diff --git a/test/yarp/fixtures/whitequark/parser_slash_slash_n_escaping_in_literals.txt b/test/prism/fixtures/whitequark/parser_slash_slash_n_escaping_in_literals.txt
index 564cebdd74..564cebdd74 100644
--- a/test/yarp/fixtures/whitequark/parser_slash_slash_n_escaping_in_literals.txt
+++ b/test/prism/fixtures/whitequark/parser_slash_slash_n_escaping_in_literals.txt
diff --git a/test/yarp/fixtures/whitequark/pattern_matching__FILE__LINE_literals.txt b/test/prism/fixtures/whitequark/pattern_matching__FILE__LINE_literals.txt
index fe0edaed55..fe0edaed55 100644
--- a/test/yarp/fixtures/whitequark/pattern_matching__FILE__LINE_literals.txt
+++ b/test/prism/fixtures/whitequark/pattern_matching__FILE__LINE_literals.txt
diff --git a/test/yarp/fixtures/whitequark/pattern_matching_blank_else.txt b/test/prism/fixtures/whitequark/pattern_matching_blank_else.txt
index 6bf059af41..6bf059af41 100644
--- a/test/yarp/fixtures/whitequark/pattern_matching_blank_else.txt
+++ b/test/prism/fixtures/whitequark/pattern_matching_blank_else.txt
diff --git a/test/yarp/fixtures/whitequark/pattern_matching_else.txt b/test/prism/fixtures/whitequark/pattern_matching_else.txt
index 29f14c91ab..29f14c91ab 100644
--- a/test/yarp/fixtures/whitequark/pattern_matching_else.txt
+++ b/test/prism/fixtures/whitequark/pattern_matching_else.txt
diff --git a/test/yarp/fixtures/whitequark/pattern_matching_single_line.txt b/test/prism/fixtures/whitequark/pattern_matching_single_line.txt
index 12279afa24..12279afa24 100644
--- a/test/yarp/fixtures/whitequark/pattern_matching_single_line.txt
+++ b/test/prism/fixtures/whitequark/pattern_matching_single_line.txt
diff --git a/test/yarp/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt b/test/prism/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
index 1e429335d0..1e429335d0 100644
--- a/test/yarp/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
+++ b/test/prism/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
diff --git a/test/yarp/fixtures/whitequark/postexe.txt b/test/prism/fixtures/whitequark/postexe.txt
index baee33af66..baee33af66 100644
--- a/test/yarp/fixtures/whitequark/postexe.txt
+++ b/test/prism/fixtures/whitequark/postexe.txt
diff --git a/test/yarp/fixtures/whitequark/preexe.txt b/test/prism/fixtures/whitequark/preexe.txt
index 9e802f3f4e..9e802f3f4e 100644
--- a/test/yarp/fixtures/whitequark/preexe.txt
+++ b/test/prism/fixtures/whitequark/preexe.txt
diff --git a/test/yarp/fixtures/whitequark/procarg0.txt b/test/prism/fixtures/whitequark/procarg0.txt
index 74cae2c2eb..74cae2c2eb 100644
--- a/test/yarp/fixtures/whitequark/procarg0.txt
+++ b/test/prism/fixtures/whitequark/procarg0.txt
diff --git a/test/yarp/fixtures/whitequark/range_exclusive.txt b/test/prism/fixtures/whitequark/range_exclusive.txt
index 9e07faed27..9e07faed27 100644
--- a/test/yarp/fixtures/whitequark/range_exclusive.txt
+++ b/test/prism/fixtures/whitequark/range_exclusive.txt
diff --git a/test/yarp/fixtures/whitequark/range_inclusive.txt b/test/prism/fixtures/whitequark/range_inclusive.txt
index 8c12abf7de..8c12abf7de 100644
--- a/test/yarp/fixtures/whitequark/range_inclusive.txt
+++ b/test/prism/fixtures/whitequark/range_inclusive.txt
diff --git a/test/yarp/fixtures/whitequark/rational.txt b/test/prism/fixtures/whitequark/rational.txt
index e11cacc742..e11cacc742 100644
--- a/test/yarp/fixtures/whitequark/rational.txt
+++ b/test/prism/fixtures/whitequark/rational.txt
diff --git a/test/yarp/fixtures/whitequark/redo.txt b/test/prism/fixtures/whitequark/redo.txt
index f49789cbab..f49789cbab 100644
--- a/test/yarp/fixtures/whitequark/redo.txt
+++ b/test/prism/fixtures/whitequark/redo.txt
diff --git a/test/yarp/fixtures/whitequark/regex_interp.txt b/test/prism/fixtures/whitequark/regex_interp.txt
index f9ad7fcbc8..f9ad7fcbc8 100644
--- a/test/yarp/fixtures/whitequark/regex_interp.txt
+++ b/test/prism/fixtures/whitequark/regex_interp.txt
diff --git a/test/yarp/fixtures/whitequark/regex_plain.txt b/test/prism/fixtures/whitequark/regex_plain.txt
index b86faecf98..b86faecf98 100644
--- a/test/yarp/fixtures/whitequark/regex_plain.txt
+++ b/test/prism/fixtures/whitequark/regex_plain.txt
diff --git a/test/yarp/fixtures/whitequark/resbody_list.txt b/test/prism/fixtures/whitequark/resbody_list.txt
index e40d45fc45..e40d45fc45 100644
--- a/test/yarp/fixtures/whitequark/resbody_list.txt
+++ b/test/prism/fixtures/whitequark/resbody_list.txt
diff --git a/test/yarp/fixtures/whitequark/resbody_list_mrhs.txt b/test/prism/fixtures/whitequark/resbody_list_mrhs.txt
index 92b8bb2c02..92b8bb2c02 100644
--- a/test/yarp/fixtures/whitequark/resbody_list_mrhs.txt
+++ b/test/prism/fixtures/whitequark/resbody_list_mrhs.txt
diff --git a/test/yarp/fixtures/whitequark/resbody_list_var.txt b/test/prism/fixtures/whitequark/resbody_list_var.txt
index 0a2fb90b6d..0a2fb90b6d 100644
--- a/test/yarp/fixtures/whitequark/resbody_list_var.txt
+++ b/test/prism/fixtures/whitequark/resbody_list_var.txt
diff --git a/test/yarp/fixtures/whitequark/resbody_var.txt b/test/prism/fixtures/whitequark/resbody_var.txt
index 2104ac58e7..2104ac58e7 100644
--- a/test/yarp/fixtures/whitequark/resbody_var.txt
+++ b/test/prism/fixtures/whitequark/resbody_var.txt
diff --git a/test/yarp/fixtures/whitequark/rescue.txt b/test/prism/fixtures/whitequark/rescue.txt
index 2d3be9dc56..2d3be9dc56 100644
--- a/test/yarp/fixtures/whitequark/rescue.txt
+++ b/test/prism/fixtures/whitequark/rescue.txt
diff --git a/test/yarp/fixtures/whitequark/rescue_else.txt b/test/prism/fixtures/whitequark/rescue_else.txt
index a22f8d100e..a22f8d100e 100644
--- a/test/yarp/fixtures/whitequark/rescue_else.txt
+++ b/test/prism/fixtures/whitequark/rescue_else.txt
diff --git a/test/yarp/fixtures/whitequark/rescue_else_ensure.txt b/test/prism/fixtures/whitequark/rescue_else_ensure.txt
index 167eee194a..167eee194a 100644
--- a/test/yarp/fixtures/whitequark/rescue_else_ensure.txt
+++ b/test/prism/fixtures/whitequark/rescue_else_ensure.txt
diff --git a/test/yarp/fixtures/whitequark/rescue_ensure.txt b/test/prism/fixtures/whitequark/rescue_ensure.txt
index 8237257c41..8237257c41 100644
--- a/test/yarp/fixtures/whitequark/rescue_ensure.txt
+++ b/test/prism/fixtures/whitequark/rescue_ensure.txt
diff --git a/test/yarp/fixtures/whitequark/rescue_in_lambda_block.txt b/test/prism/fixtures/whitequark/rescue_in_lambda_block.txt
index ccd8ed72c5..ccd8ed72c5 100644
--- a/test/yarp/fixtures/whitequark/rescue_in_lambda_block.txt
+++ b/test/prism/fixtures/whitequark/rescue_in_lambda_block.txt
diff --git a/test/yarp/fixtures/whitequark/rescue_mod.txt b/test/prism/fixtures/whitequark/rescue_mod.txt
index 06375d3e9b..06375d3e9b 100644
--- a/test/yarp/fixtures/whitequark/rescue_mod.txt
+++ b/test/prism/fixtures/whitequark/rescue_mod.txt
diff --git a/test/yarp/fixtures/whitequark/rescue_mod_asgn.txt b/test/prism/fixtures/whitequark/rescue_mod_asgn.txt
index abf7cd9a3d..abf7cd9a3d 100644
--- a/test/yarp/fixtures/whitequark/rescue_mod_asgn.txt
+++ b/test/prism/fixtures/whitequark/rescue_mod_asgn.txt
diff --git a/test/yarp/fixtures/whitequark/rescue_mod_masgn.txt b/test/prism/fixtures/whitequark/rescue_mod_masgn.txt
index 0716eb1f67..0716eb1f67 100644
--- a/test/yarp/fixtures/whitequark/rescue_mod_masgn.txt
+++ b/test/prism/fixtures/whitequark/rescue_mod_masgn.txt
diff --git a/test/yarp/fixtures/whitequark/rescue_mod_op_assign.txt b/test/prism/fixtures/whitequark/rescue_mod_op_assign.txt
index 178efa3a20..178efa3a20 100644
--- a/test/yarp/fixtures/whitequark/rescue_mod_op_assign.txt
+++ b/test/prism/fixtures/whitequark/rescue_mod_op_assign.txt
diff --git a/test/yarp/fixtures/whitequark/rescue_without_begin_end.txt b/test/prism/fixtures/whitequark/rescue_without_begin_end.txt
index 8416569e2c..8416569e2c 100644
--- a/test/yarp/fixtures/whitequark/rescue_without_begin_end.txt
+++ b/test/prism/fixtures/whitequark/rescue_without_begin_end.txt
diff --git a/test/yarp/fixtures/whitequark/restarg_named.txt b/test/prism/fixtures/whitequark/restarg_named.txt
index 355cd8f493..355cd8f493 100644
--- a/test/yarp/fixtures/whitequark/restarg_named.txt
+++ b/test/prism/fixtures/whitequark/restarg_named.txt
diff --git a/test/yarp/fixtures/whitequark/restarg_unnamed.txt b/test/prism/fixtures/whitequark/restarg_unnamed.txt
index c9932dd30c..c9932dd30c 100644
--- a/test/yarp/fixtures/whitequark/restarg_unnamed.txt
+++ b/test/prism/fixtures/whitequark/restarg_unnamed.txt
diff --git a/test/yarp/fixtures/whitequark/retry.txt b/test/prism/fixtures/whitequark/retry.txt
index 77428f7b73..77428f7b73 100644
--- a/test/yarp/fixtures/whitequark/retry.txt
+++ b/test/prism/fixtures/whitequark/retry.txt
diff --git a/test/yarp/fixtures/whitequark/return.txt b/test/prism/fixtures/whitequark/return.txt
index e3d966bda0..e3d966bda0 100644
--- a/test/yarp/fixtures/whitequark/return.txt
+++ b/test/prism/fixtures/whitequark/return.txt
diff --git a/test/yarp/fixtures/whitequark/return_block.txt b/test/prism/fixtures/whitequark/return_block.txt
index 00723a7517..00723a7517 100644
--- a/test/yarp/fixtures/whitequark/return_block.txt
+++ b/test/prism/fixtures/whitequark/return_block.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_10279.txt b/test/prism/fixtures/whitequark/ruby_bug_10279.txt
index 4d0fb213d8..4d0fb213d8 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_10279.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_10279.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_10653.txt b/test/prism/fixtures/whitequark/ruby_bug_10653.txt
index 51354a1f70..51354a1f70 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_10653.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_10653.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_11107.txt b/test/prism/fixtures/whitequark/ruby_bug_11107.txt
index 1f28cb06f6..1f28cb06f6 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_11107.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_11107.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_11380.txt b/test/prism/fixtures/whitequark/ruby_bug_11380.txt
index 1631548e3a..1631548e3a 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_11380.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_11380.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_11873.txt b/test/prism/fixtures/whitequark/ruby_bug_11873.txt
index a25aa9e267..a25aa9e267 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_11873.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_11873.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_11873_a.txt b/test/prism/fixtures/whitequark/ruby_bug_11873_a.txt
index 1856235ce5..1856235ce5 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_11873_a.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_11873_a.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_11873_b.txt b/test/prism/fixtures/whitequark/ruby_bug_11873_b.txt
index 1b86662008..1b86662008 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_11873_b.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_11873_b.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_11989.txt b/test/prism/fixtures/whitequark/ruby_bug_11989.txt
index d49b8614ed..d49b8614ed 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_11989.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_11989.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_11990.txt b/test/prism/fixtures/whitequark/ruby_bug_11990.txt
index d0fe7b2739..d0fe7b2739 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_11990.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_11990.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_12073.txt b/test/prism/fixtures/whitequark/ruby_bug_12073.txt
index b2e3784422..b2e3784422 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_12073.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_12073.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_12402.txt b/test/prism/fixtures/whitequark/ruby_bug_12402.txt
index 060d5d95a1..060d5d95a1 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_12402.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_12402.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_12669.txt b/test/prism/fixtures/whitequark/ruby_bug_12669.txt
index cd89689446..cd89689446 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_12669.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_12669.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_12686.txt b/test/prism/fixtures/whitequark/ruby_bug_12686.txt
index 7742e791b8..7742e791b8 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_12686.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_12686.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_13547.txt b/test/prism/fixtures/whitequark/ruby_bug_13547.txt
index 29eafc3a4c..29eafc3a4c 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_13547.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_13547.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_14690.txt b/test/prism/fixtures/whitequark/ruby_bug_14690.txt
index b73b1d8aad..b73b1d8aad 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_14690.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_14690.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_15789.txt b/test/prism/fixtures/whitequark/ruby_bug_15789.txt
index 6324db5110..6324db5110 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_15789.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_15789.txt
diff --git a/test/yarp/fixtures/whitequark/ruby_bug_9669.txt b/test/prism/fixtures/whitequark/ruby_bug_9669.txt
index 60dfa09d51..60dfa09d51 100644
--- a/test/yarp/fixtures/whitequark/ruby_bug_9669.txt
+++ b/test/prism/fixtures/whitequark/ruby_bug_9669.txt
diff --git a/test/yarp/fixtures/whitequark/sclass.txt b/test/prism/fixtures/whitequark/sclass.txt
index e6aadaef21..e6aadaef21 100644
--- a/test/yarp/fixtures/whitequark/sclass.txt
+++ b/test/prism/fixtures/whitequark/sclass.txt
diff --git a/test/yarp/fixtures/whitequark/self.txt b/test/prism/fixtures/whitequark/self.txt
index 31f9efa4a1..31f9efa4a1 100644
--- a/test/yarp/fixtures/whitequark/self.txt
+++ b/test/prism/fixtures/whitequark/self.txt
diff --git a/test/yarp/fixtures/whitequark/send_attr_asgn.txt b/test/prism/fixtures/whitequark/send_attr_asgn.txt
index b477966b2a..b477966b2a 100644
--- a/test/yarp/fixtures/whitequark/send_attr_asgn.txt
+++ b/test/prism/fixtures/whitequark/send_attr_asgn.txt
diff --git a/test/yarp/fixtures/whitequark/send_attr_asgn_conditional.txt b/test/prism/fixtures/whitequark/send_attr_asgn_conditional.txt
index 1279e02cfc..1279e02cfc 100644
--- a/test/yarp/fixtures/whitequark/send_attr_asgn_conditional.txt
+++ b/test/prism/fixtures/whitequark/send_attr_asgn_conditional.txt
diff --git a/test/yarp/fixtures/whitequark/send_binary_op.txt b/test/prism/fixtures/whitequark/send_binary_op.txt
index 3e3e9300b3..3e3e9300b3 100644
--- a/test/yarp/fixtures/whitequark/send_binary_op.txt
+++ b/test/prism/fixtures/whitequark/send_binary_op.txt
diff --git a/test/yarp/fixtures/whitequark/send_block_chain_cmd.txt b/test/prism/fixtures/whitequark/send_block_chain_cmd.txt
index c6fe1aab0e..c6fe1aab0e 100644
--- a/test/yarp/fixtures/whitequark/send_block_chain_cmd.txt
+++ b/test/prism/fixtures/whitequark/send_block_chain_cmd.txt
diff --git a/test/yarp/fixtures/whitequark/send_block_conditional.txt b/test/prism/fixtures/whitequark/send_block_conditional.txt
index dcc8361762..dcc8361762 100644
--- a/test/yarp/fixtures/whitequark/send_block_conditional.txt
+++ b/test/prism/fixtures/whitequark/send_block_conditional.txt
diff --git a/test/yarp/fixtures/whitequark/send_call.txt b/test/prism/fixtures/whitequark/send_call.txt
index 99701270bb..99701270bb 100644
--- a/test/yarp/fixtures/whitequark/send_call.txt
+++ b/test/prism/fixtures/whitequark/send_call.txt
diff --git a/test/yarp/fixtures/whitequark/send_conditional.txt b/test/prism/fixtures/whitequark/send_conditional.txt
index 8ecd27e0fe..8ecd27e0fe 100644
--- a/test/yarp/fixtures/whitequark/send_conditional.txt
+++ b/test/prism/fixtures/whitequark/send_conditional.txt
diff --git a/test/yarp/fixtures/whitequark/send_index.txt b/test/prism/fixtures/whitequark/send_index.txt
index f9c4dafc4e..f9c4dafc4e 100644
--- a/test/yarp/fixtures/whitequark/send_index.txt
+++ b/test/prism/fixtures/whitequark/send_index.txt
diff --git a/test/yarp/fixtures/whitequark/send_index_asgn.txt b/test/prism/fixtures/whitequark/send_index_asgn.txt
index e232fa3b96..e232fa3b96 100644
--- a/test/yarp/fixtures/whitequark/send_index_asgn.txt
+++ b/test/prism/fixtures/whitequark/send_index_asgn.txt
diff --git a/test/yarp/fixtures/whitequark/send_index_asgn_legacy.txt b/test/prism/fixtures/whitequark/send_index_asgn_legacy.txt
index e232fa3b96..e232fa3b96 100644
--- a/test/yarp/fixtures/whitequark/send_index_asgn_legacy.txt
+++ b/test/prism/fixtures/whitequark/send_index_asgn_legacy.txt
diff --git a/test/yarp/fixtures/whitequark/send_index_cmd.txt b/test/prism/fixtures/whitequark/send_index_cmd.txt
index 32090e7536..32090e7536 100644
--- a/test/yarp/fixtures/whitequark/send_index_cmd.txt
+++ b/test/prism/fixtures/whitequark/send_index_cmd.txt
diff --git a/test/yarp/fixtures/whitequark/send_index_legacy.txt b/test/prism/fixtures/whitequark/send_index_legacy.txt
index f9c4dafc4e..f9c4dafc4e 100644
--- a/test/yarp/fixtures/whitequark/send_index_legacy.txt
+++ b/test/prism/fixtures/whitequark/send_index_legacy.txt
diff --git a/test/yarp/fixtures/whitequark/send_lambda.txt b/test/prism/fixtures/whitequark/send_lambda.txt
index eadd6c9c03..eadd6c9c03 100644
--- a/test/yarp/fixtures/whitequark/send_lambda.txt
+++ b/test/prism/fixtures/whitequark/send_lambda.txt
diff --git a/test/yarp/fixtures/whitequark/send_lambda_args.txt b/test/prism/fixtures/whitequark/send_lambda_args.txt
index 68392f2f34..68392f2f34 100644
--- a/test/yarp/fixtures/whitequark/send_lambda_args.txt
+++ b/test/prism/fixtures/whitequark/send_lambda_args.txt
diff --git a/test/yarp/fixtures/whitequark/send_lambda_args_noparen.txt b/test/prism/fixtures/whitequark/send_lambda_args_noparen.txt
index c0ae077f95..c0ae077f95 100644
--- a/test/yarp/fixtures/whitequark/send_lambda_args_noparen.txt
+++ b/test/prism/fixtures/whitequark/send_lambda_args_noparen.txt
diff --git a/test/yarp/fixtures/whitequark/send_lambda_args_shadow.txt b/test/prism/fixtures/whitequark/send_lambda_args_shadow.txt
index 230f35ab89..230f35ab89 100644
--- a/test/yarp/fixtures/whitequark/send_lambda_args_shadow.txt
+++ b/test/prism/fixtures/whitequark/send_lambda_args_shadow.txt
diff --git a/test/yarp/fixtures/whitequark/send_lambda_legacy.txt b/test/prism/fixtures/whitequark/send_lambda_legacy.txt
index a509407c43..a509407c43 100644
--- a/test/yarp/fixtures/whitequark/send_lambda_legacy.txt
+++ b/test/prism/fixtures/whitequark/send_lambda_legacy.txt
diff --git a/test/yarp/fixtures/whitequark/send_op_asgn_conditional.txt b/test/prism/fixtures/whitequark/send_op_asgn_conditional.txt
index 906088dcd1..906088dcd1 100644
--- a/test/yarp/fixtures/whitequark/send_op_asgn_conditional.txt
+++ b/test/prism/fixtures/whitequark/send_op_asgn_conditional.txt
diff --git a/test/yarp/fixtures/whitequark/send_plain.txt b/test/prism/fixtures/whitequark/send_plain.txt
index ebaf1d18c7..ebaf1d18c7 100644
--- a/test/yarp/fixtures/whitequark/send_plain.txt
+++ b/test/prism/fixtures/whitequark/send_plain.txt
diff --git a/test/yarp/fixtures/whitequark/send_plain_cmd.txt b/test/prism/fixtures/whitequark/send_plain_cmd.txt
index e3fd63f272..e3fd63f272 100644
--- a/test/yarp/fixtures/whitequark/send_plain_cmd.txt
+++ b/test/prism/fixtures/whitequark/send_plain_cmd.txt
diff --git a/test/yarp/fixtures/whitequark/send_self.txt b/test/prism/fixtures/whitequark/send_self.txt
index f084b9bca7..f084b9bca7 100644
--- a/test/yarp/fixtures/whitequark/send_self.txt
+++ b/test/prism/fixtures/whitequark/send_self.txt
diff --git a/test/yarp/fixtures/whitequark/send_self_block.txt b/test/prism/fixtures/whitequark/send_self_block.txt
index 1cd6703c82..1cd6703c82 100644
--- a/test/yarp/fixtures/whitequark/send_self_block.txt
+++ b/test/prism/fixtures/whitequark/send_self_block.txt
diff --git a/test/yarp/fixtures/whitequark/send_unary_op.txt b/test/prism/fixtures/whitequark/send_unary_op.txt
index 73814d199f..73814d199f 100644
--- a/test/yarp/fixtures/whitequark/send_unary_op.txt
+++ b/test/prism/fixtures/whitequark/send_unary_op.txt
diff --git a/test/yarp/fixtures/whitequark/slash_newline_in_heredocs.txt b/test/prism/fixtures/whitequark/slash_newline_in_heredocs.txt
index 4962a058ea..4962a058ea 100644
--- a/test/yarp/fixtures/whitequark/slash_newline_in_heredocs.txt
+++ b/test/prism/fixtures/whitequark/slash_newline_in_heredocs.txt
diff --git a/test/yarp/fixtures/whitequark/space_args_arg.txt b/test/prism/fixtures/whitequark/space_args_arg.txt
index 47957cba54..47957cba54 100644
--- a/test/yarp/fixtures/whitequark/space_args_arg.txt
+++ b/test/prism/fixtures/whitequark/space_args_arg.txt
diff --git a/test/yarp/fixtures/whitequark/space_args_arg_block.txt b/test/prism/fixtures/whitequark/space_args_arg_block.txt
index 5560a82818..5560a82818 100644
--- a/test/yarp/fixtures/whitequark/space_args_arg_block.txt
+++ b/test/prism/fixtures/whitequark/space_args_arg_block.txt
diff --git a/test/yarp/fixtures/whitequark/space_args_arg_call.txt b/test/prism/fixtures/whitequark/space_args_arg_call.txt
index 3b0ae831fe..3b0ae831fe 100644
--- a/test/yarp/fixtures/whitequark/space_args_arg_call.txt
+++ b/test/prism/fixtures/whitequark/space_args_arg_call.txt
diff --git a/test/yarp/fixtures/whitequark/space_args_arg_newline.txt b/test/prism/fixtures/whitequark/space_args_arg_newline.txt
index a6cdac6ed1..a6cdac6ed1 100644
--- a/test/yarp/fixtures/whitequark/space_args_arg_newline.txt
+++ b/test/prism/fixtures/whitequark/space_args_arg_newline.txt
diff --git a/test/yarp/fixtures/whitequark/space_args_block.txt b/test/prism/fixtures/whitequark/space_args_block.txt
index 555a097605..555a097605 100644
--- a/test/yarp/fixtures/whitequark/space_args_block.txt
+++ b/test/prism/fixtures/whitequark/space_args_block.txt
diff --git a/test/yarp/fixtures/whitequark/space_args_cmd.txt b/test/prism/fixtures/whitequark/space_args_cmd.txt
index a749695cb7..a749695cb7 100644
--- a/test/yarp/fixtures/whitequark/space_args_cmd.txt
+++ b/test/prism/fixtures/whitequark/space_args_cmd.txt
diff --git a/test/yarp/fixtures/whitequark/string___FILE__.txt b/test/prism/fixtures/whitequark/string___FILE__.txt
index 4815727d05..4815727d05 100644
--- a/test/yarp/fixtures/whitequark/string___FILE__.txt
+++ b/test/prism/fixtures/whitequark/string___FILE__.txt
diff --git a/test/yarp/fixtures/whitequark/string_concat.txt b/test/prism/fixtures/whitequark/string_concat.txt
index 30cc4f8116..30cc4f8116 100644
--- a/test/yarp/fixtures/whitequark/string_concat.txt
+++ b/test/prism/fixtures/whitequark/string_concat.txt
diff --git a/test/yarp/fixtures/whitequark/string_dvar.txt b/test/prism/fixtures/whitequark/string_dvar.txt
index bbe5b617b2..bbe5b617b2 100644
--- a/test/yarp/fixtures/whitequark/string_dvar.txt
+++ b/test/prism/fixtures/whitequark/string_dvar.txt
diff --git a/test/yarp/fixtures/whitequark/string_interp.txt b/test/prism/fixtures/whitequark/string_interp.txt
index 5fdd803341..5fdd803341 100644
--- a/test/yarp/fixtures/whitequark/string_interp.txt
+++ b/test/prism/fixtures/whitequark/string_interp.txt
diff --git a/test/yarp/fixtures/whitequark/string_plain.txt b/test/prism/fixtures/whitequark/string_plain.txt
index 4aca78decb..4aca78decb 100644
--- a/test/yarp/fixtures/whitequark/string_plain.txt
+++ b/test/prism/fixtures/whitequark/string_plain.txt
diff --git a/test/yarp/fixtures/whitequark/super.txt b/test/prism/fixtures/whitequark/super.txt
index 9e68a9e988..9e68a9e988 100644
--- a/test/yarp/fixtures/whitequark/super.txt
+++ b/test/prism/fixtures/whitequark/super.txt
diff --git a/test/yarp/fixtures/whitequark/super_block.txt b/test/prism/fixtures/whitequark/super_block.txt
index 05a7d7fdd8..05a7d7fdd8 100644
--- a/test/yarp/fixtures/whitequark/super_block.txt
+++ b/test/prism/fixtures/whitequark/super_block.txt
diff --git a/test/yarp/fixtures/whitequark/symbol_interp.txt b/test/prism/fixtures/whitequark/symbol_interp.txt
index d5011b270d..d5011b270d 100644
--- a/test/yarp/fixtures/whitequark/symbol_interp.txt
+++ b/test/prism/fixtures/whitequark/symbol_interp.txt
diff --git a/test/yarp/fixtures/whitequark/symbol_plain.txt b/test/prism/fixtures/whitequark/symbol_plain.txt
index fd1fd0017c..fd1fd0017c 100644
--- a/test/yarp/fixtures/whitequark/symbol_plain.txt
+++ b/test/prism/fixtures/whitequark/symbol_plain.txt
diff --git a/test/yarp/fixtures/whitequark/ternary.txt b/test/prism/fixtures/whitequark/ternary.txt
index 3a149d4e1c..3a149d4e1c 100644
--- a/test/yarp/fixtures/whitequark/ternary.txt
+++ b/test/prism/fixtures/whitequark/ternary.txt
diff --git a/test/yarp/fixtures/whitequark/ternary_ambiguous_symbol.txt b/test/prism/fixtures/whitequark/ternary_ambiguous_symbol.txt
index 19aa523c07..19aa523c07 100644
--- a/test/yarp/fixtures/whitequark/ternary_ambiguous_symbol.txt
+++ b/test/prism/fixtures/whitequark/ternary_ambiguous_symbol.txt
diff --git a/test/yarp/fixtures/whitequark/trailing_forward_arg.txt b/test/prism/fixtures/whitequark/trailing_forward_arg.txt
index 043870ade2..043870ade2 100644
--- a/test/yarp/fixtures/whitequark/trailing_forward_arg.txt
+++ b/test/prism/fixtures/whitequark/trailing_forward_arg.txt
diff --git a/test/yarp/fixtures/whitequark/true.txt b/test/prism/fixtures/whitequark/true.txt
index 27ba77ddaf..27ba77ddaf 100644
--- a/test/yarp/fixtures/whitequark/true.txt
+++ b/test/prism/fixtures/whitequark/true.txt
diff --git a/test/yarp/fixtures/whitequark/unary_num_pow_precedence.txt b/test/prism/fixtures/whitequark/unary_num_pow_precedence.txt
index f0343e3c8b..f0343e3c8b 100644
--- a/test/yarp/fixtures/whitequark/unary_num_pow_precedence.txt
+++ b/test/prism/fixtures/whitequark/unary_num_pow_precedence.txt
diff --git a/test/yarp/fixtures/whitequark/undef.txt b/test/prism/fixtures/whitequark/undef.txt
index 3e88ec7084..3e88ec7084 100644
--- a/test/yarp/fixtures/whitequark/undef.txt
+++ b/test/prism/fixtures/whitequark/undef.txt
diff --git a/test/yarp/fixtures/whitequark/unless.txt b/test/prism/fixtures/whitequark/unless.txt
index d04043ed90..d04043ed90 100644
--- a/test/yarp/fixtures/whitequark/unless.txt
+++ b/test/prism/fixtures/whitequark/unless.txt
diff --git a/test/yarp/fixtures/whitequark/unless_else.txt b/test/prism/fixtures/whitequark/unless_else.txt
index 8243d42031..8243d42031 100644
--- a/test/yarp/fixtures/whitequark/unless_else.txt
+++ b/test/prism/fixtures/whitequark/unless_else.txt
diff --git a/test/yarp/fixtures/whitequark/unless_mod.txt b/test/prism/fixtures/whitequark/unless_mod.txt
index 2d0376a310..2d0376a310 100644
--- a/test/yarp/fixtures/whitequark/unless_mod.txt
+++ b/test/prism/fixtures/whitequark/unless_mod.txt
diff --git a/test/yarp/fixtures/whitequark/until.txt b/test/prism/fixtures/whitequark/until.txt
index 06082233cb..06082233cb 100644
--- a/test/yarp/fixtures/whitequark/until.txt
+++ b/test/prism/fixtures/whitequark/until.txt
diff --git a/test/yarp/fixtures/whitequark/until_mod.txt b/test/prism/fixtures/whitequark/until_mod.txt
index 46a85d2ba9..46a85d2ba9 100644
--- a/test/yarp/fixtures/whitequark/until_mod.txt
+++ b/test/prism/fixtures/whitequark/until_mod.txt
diff --git a/test/yarp/fixtures/whitequark/until_post.txt b/test/prism/fixtures/whitequark/until_post.txt
index 988e43b665..988e43b665 100644
--- a/test/yarp/fixtures/whitequark/until_post.txt
+++ b/test/prism/fixtures/whitequark/until_post.txt
diff --git a/test/yarp/fixtures/whitequark/var_and_asgn.txt b/test/prism/fixtures/whitequark/var_and_asgn.txt
index 25502968f9..25502968f9 100644
--- a/test/yarp/fixtures/whitequark/var_and_asgn.txt
+++ b/test/prism/fixtures/whitequark/var_and_asgn.txt
diff --git a/test/yarp/fixtures/whitequark/var_op_asgn.txt b/test/prism/fixtures/whitequark/var_op_asgn.txt
index 402d818a7e..402d818a7e 100644
--- a/test/yarp/fixtures/whitequark/var_op_asgn.txt
+++ b/test/prism/fixtures/whitequark/var_op_asgn.txt
diff --git a/test/yarp/fixtures/whitequark/var_op_asgn_cmd.txt b/test/prism/fixtures/whitequark/var_op_asgn_cmd.txt
index 33f4bc0e73..33f4bc0e73 100644
--- a/test/yarp/fixtures/whitequark/var_op_asgn_cmd.txt
+++ b/test/prism/fixtures/whitequark/var_op_asgn_cmd.txt
diff --git a/test/yarp/fixtures/whitequark/var_or_asgn.txt b/test/prism/fixtures/whitequark/var_or_asgn.txt
index aa30b3d5ca..aa30b3d5ca 100644
--- a/test/yarp/fixtures/whitequark/var_or_asgn.txt
+++ b/test/prism/fixtures/whitequark/var_or_asgn.txt
diff --git a/test/yarp/fixtures/whitequark/when_multi.txt b/test/prism/fixtures/whitequark/when_multi.txt
index b4fbd33125..b4fbd33125 100644
--- a/test/yarp/fixtures/whitequark/when_multi.txt
+++ b/test/prism/fixtures/whitequark/when_multi.txt
diff --git a/test/yarp/fixtures/whitequark/when_splat.txt b/test/prism/fixtures/whitequark/when_splat.txt
index 695e5da34e..695e5da34e 100644
--- a/test/yarp/fixtures/whitequark/when_splat.txt
+++ b/test/prism/fixtures/whitequark/when_splat.txt
diff --git a/test/yarp/fixtures/whitequark/when_then.txt b/test/prism/fixtures/whitequark/when_then.txt
index 63293452b3..63293452b3 100644
--- a/test/yarp/fixtures/whitequark/when_then.txt
+++ b/test/prism/fixtures/whitequark/when_then.txt
diff --git a/test/yarp/fixtures/whitequark/while.txt b/test/prism/fixtures/whitequark/while.txt
index 28b204f247..28b204f247 100644
--- a/test/yarp/fixtures/whitequark/while.txt
+++ b/test/prism/fixtures/whitequark/while.txt
diff --git a/test/yarp/fixtures/whitequark/while_mod.txt b/test/prism/fixtures/whitequark/while_mod.txt
index ce3cf01d14..ce3cf01d14 100644
--- a/test/yarp/fixtures/whitequark/while_mod.txt
+++ b/test/prism/fixtures/whitequark/while_mod.txt
diff --git a/test/yarp/fixtures/whitequark/while_post.txt b/test/prism/fixtures/whitequark/while_post.txt
index ac6e05008b..ac6e05008b 100644
--- a/test/yarp/fixtures/whitequark/while_post.txt
+++ b/test/prism/fixtures/whitequark/while_post.txt
diff --git a/test/yarp/fixtures/whitequark/xstring_interp.txt b/test/prism/fixtures/whitequark/xstring_interp.txt
index dfede8123f..dfede8123f 100644
--- a/test/yarp/fixtures/whitequark/xstring_interp.txt
+++ b/test/prism/fixtures/whitequark/xstring_interp.txt
diff --git a/test/yarp/fixtures/whitequark/xstring_plain.txt b/test/prism/fixtures/whitequark/xstring_plain.txt
index fce255049d..fce255049d 100644
--- a/test/yarp/fixtures/whitequark/xstring_plain.txt
+++ b/test/prism/fixtures/whitequark/xstring_plain.txt
diff --git a/test/yarp/fixtures/whitequark/yield.txt b/test/prism/fixtures/whitequark/yield.txt
index 0ecf639589..0ecf639589 100644
--- a/test/yarp/fixtures/whitequark/yield.txt
+++ b/test/prism/fixtures/whitequark/yield.txt
diff --git a/test/yarp/fixtures/whitequark/zsuper.txt b/test/prism/fixtures/whitequark/zsuper.txt
index 16f5c2d3aa..16f5c2d3aa 100644
--- a/test/yarp/fixtures/whitequark/zsuper.txt
+++ b/test/prism/fixtures/whitequark/zsuper.txt
diff --git a/test/yarp/fixtures/xstring.txt b/test/prism/fixtures/xstring.txt
index 01bcc09fc5..01bcc09fc5 100644
--- a/test/yarp/fixtures/xstring.txt
+++ b/test/prism/fixtures/xstring.txt
diff --git a/test/yarp/fixtures/yield.txt b/test/prism/fixtures/yield.txt
index d75ab57a18..d75ab57a18 100644
--- a/test/yarp/fixtures/yield.txt
+++ b/test/prism/fixtures/yield.txt
diff --git a/test/yarp/fuzzer_test.rb b/test/prism/fuzzer_test.rb
index f4abcd4ac8..f4abcd4ac8 100644
--- a/test/yarp/fuzzer_test.rb
+++ b/test/prism/fuzzer_test.rb
diff --git a/test/yarp/heredoc_dedent_test.rb b/test/prism/heredoc_dedent_test.rb
index 9d26febc01..9d26febc01 100644
--- a/test/yarp/heredoc_dedent_test.rb
+++ b/test/prism/heredoc_dedent_test.rb
diff --git a/test/yarp/iseq_test.rb b/test/prism/iseq_test.rb
index 11d1b0572c..11d1b0572c 100644
--- a/test/yarp/iseq_test.rb
+++ b/test/prism/iseq_test.rb
diff --git a/test/yarp/library_symbols_test.rb b/test/prism/library_symbols_test.rb
index 53f56d9bfa..53f56d9bfa 100644
--- a/test/yarp/library_symbols_test.rb
+++ b/test/prism/library_symbols_test.rb
diff --git a/test/yarp/locals_test.rb b/test/prism/locals_test.rb
index 45aecdcaf7..45aecdcaf7 100644
--- a/test/yarp/locals_test.rb
+++ b/test/prism/locals_test.rb
diff --git a/test/yarp/location_test.rb b/test/prism/location_test.rb
index a8e9b345a1..a8e9b345a1 100644
--- a/test/yarp/location_test.rb
+++ b/test/prism/location_test.rb
diff --git a/test/yarp/memsize_test.rb b/test/prism/memsize_test.rb
index 07c85ce329..07c85ce329 100644
--- a/test/yarp/memsize_test.rb
+++ b/test/prism/memsize_test.rb
diff --git a/test/yarp/newline_test.rb b/test/prism/newline_test.rb
index 7bf79d46e5..7bf79d46e5 100644
--- a/test/yarp/newline_test.rb
+++ b/test/prism/newline_test.rb
diff --git a/test/yarp/parse_serialize_test.rb b/test/prism/parse_serialize_test.rb
index 18ff0c4319..18ff0c4319 100644
--- a/test/yarp/parse_serialize_test.rb
+++ b/test/prism/parse_serialize_test.rb
diff --git a/test/yarp/parse_test.rb b/test/prism/parse_test.rb
index aa3a76ad7c..aa3a76ad7c 100644
--- a/test/yarp/parse_test.rb
+++ b/test/prism/parse_test.rb
diff --git a/test/yarp/pattern_test.rb b/test/prism/pattern_test.rb
index d34fe84458..d34fe84458 100644
--- a/test/yarp/pattern_test.rb
+++ b/test/prism/pattern_test.rb
diff --git a/test/yarp/regexp_test.rb b/test/prism/regexp_test.rb
index 865c70a2c8..865c70a2c8 100644
--- a/test/yarp/regexp_test.rb
+++ b/test/prism/regexp_test.rb
diff --git a/test/yarp/ripper_compat_test.rb b/test/prism/ripper_compat_test.rb
index 9fcdfe63c6..9fcdfe63c6 100644
--- a/test/yarp/ripper_compat_test.rb
+++ b/test/prism/ripper_compat_test.rb
diff --git a/test/yarp/ruby_api_test.rb b/test/prism/ruby_api_test.rb
index dc12012f44..dc12012f44 100644
--- a/test/yarp/ruby_api_test.rb
+++ b/test/prism/ruby_api_test.rb
diff --git a/test/yarp/snapshots/alias.txt b/test/prism/snapshots/alias.txt
index 732c69b4d1..732c69b4d1 100644
--- a/test/yarp/snapshots/alias.txt
+++ b/test/prism/snapshots/alias.txt
diff --git a/test/yarp/snapshots/arithmetic.txt b/test/prism/snapshots/arithmetic.txt
index 5ff36ffe84..5ff36ffe84 100644
--- a/test/yarp/snapshots/arithmetic.txt
+++ b/test/prism/snapshots/arithmetic.txt
diff --git a/test/yarp/snapshots/arrays.txt b/test/prism/snapshots/arrays.txt
index 8a7c98a839..8a7c98a839 100644
--- a/test/yarp/snapshots/arrays.txt
+++ b/test/prism/snapshots/arrays.txt
diff --git a/test/yarp/snapshots/begin_ensure.txt b/test/prism/snapshots/begin_ensure.txt
index 42b97cd609..42b97cd609 100644
--- a/test/yarp/snapshots/begin_ensure.txt
+++ b/test/prism/snapshots/begin_ensure.txt
diff --git a/test/yarp/snapshots/begin_rescue.txt b/test/prism/snapshots/begin_rescue.txt
index 3812134fd1..3812134fd1 100644
--- a/test/yarp/snapshots/begin_rescue.txt
+++ b/test/prism/snapshots/begin_rescue.txt
diff --git a/test/yarp/snapshots/blocks.txt b/test/prism/snapshots/blocks.txt
index 9a6fbbb925..9a6fbbb925 100644
--- a/test/yarp/snapshots/blocks.txt
+++ b/test/prism/snapshots/blocks.txt
diff --git a/test/yarp/snapshots/boolean_operators.txt b/test/prism/snapshots/boolean_operators.txt
index 4ed94c368d..4ed94c368d 100644
--- a/test/yarp/snapshots/boolean_operators.txt
+++ b/test/prism/snapshots/boolean_operators.txt
diff --git a/test/yarp/snapshots/booleans.txt b/test/prism/snapshots/booleans.txt
index 4731966243..4731966243 100644
--- a/test/yarp/snapshots/booleans.txt
+++ b/test/prism/snapshots/booleans.txt
diff --git a/test/yarp/snapshots/break.txt b/test/prism/snapshots/break.txt
index 49e74d0904..49e74d0904 100644
--- a/test/yarp/snapshots/break.txt
+++ b/test/prism/snapshots/break.txt
diff --git a/test/yarp/snapshots/case.txt b/test/prism/snapshots/case.txt
index 15386a794f..15386a794f 100644
--- a/test/yarp/snapshots/case.txt
+++ b/test/prism/snapshots/case.txt
diff --git a/test/yarp/snapshots/classes.txt b/test/prism/snapshots/classes.txt
index e349da627d..e349da627d 100644
--- a/test/yarp/snapshots/classes.txt
+++ b/test/prism/snapshots/classes.txt
diff --git a/test/yarp/snapshots/comments.txt b/test/prism/snapshots/comments.txt
index 84cd210bb9..84cd210bb9 100644
--- a/test/yarp/snapshots/comments.txt
+++ b/test/prism/snapshots/comments.txt
diff --git a/test/yarp/snapshots/constants.txt b/test/prism/snapshots/constants.txt
index 9b3105880b..9b3105880b 100644
--- a/test/yarp/snapshots/constants.txt
+++ b/test/prism/snapshots/constants.txt
diff --git a/test/yarp/snapshots/dash_heredocs.txt b/test/prism/snapshots/dash_heredocs.txt
index 929aa6c067..929aa6c067 100644
--- a/test/yarp/snapshots/dash_heredocs.txt
+++ b/test/prism/snapshots/dash_heredocs.txt
diff --git a/test/yarp/snapshots/defined.txt b/test/prism/snapshots/defined.txt
index c6537b860c..c6537b860c 100644
--- a/test/yarp/snapshots/defined.txt
+++ b/test/prism/snapshots/defined.txt
diff --git a/test/yarp/snapshots/dos_endings.txt b/test/prism/snapshots/dos_endings.txt
index fd9bc95609..fd9bc95609 100644
--- a/test/yarp/snapshots/dos_endings.txt
+++ b/test/prism/snapshots/dos_endings.txt
diff --git a/test/yarp/snapshots/embdoc_no_newline_at_end.txt b/test/prism/snapshots/embdoc_no_newline_at_end.txt
index 870bdb6ad5..870bdb6ad5 100644
--- a/test/yarp/snapshots/embdoc_no_newline_at_end.txt
+++ b/test/prism/snapshots/embdoc_no_newline_at_end.txt
diff --git a/test/yarp/snapshots/endless_methods.txt b/test/prism/snapshots/endless_methods.txt
index 36d52673a8..36d52673a8 100644
--- a/test/yarp/snapshots/endless_methods.txt
+++ b/test/prism/snapshots/endless_methods.txt
diff --git a/test/yarp/snapshots/endless_range_in_conditional.txt b/test/prism/snapshots/endless_range_in_conditional.txt
index 27447e9522..27447e9522 100644
--- a/test/yarp/snapshots/endless_range_in_conditional.txt
+++ b/test/prism/snapshots/endless_range_in_conditional.txt
diff --git a/test/yarp/snapshots/for.txt b/test/prism/snapshots/for.txt
index a0485a57ff..a0485a57ff 100644
--- a/test/yarp/snapshots/for.txt
+++ b/test/prism/snapshots/for.txt
diff --git a/test/yarp/snapshots/global_variables.txt b/test/prism/snapshots/global_variables.txt
index bb2e7d53b9..bb2e7d53b9 100644
--- a/test/yarp/snapshots/global_variables.txt
+++ b/test/prism/snapshots/global_variables.txt
diff --git a/test/yarp/snapshots/hashes.txt b/test/prism/snapshots/hashes.txt
index ea8400635b..ea8400635b 100644
--- a/test/yarp/snapshots/hashes.txt
+++ b/test/prism/snapshots/hashes.txt
diff --git a/test/yarp/snapshots/heredoc_with_escaped_newline_at_start.txt b/test/prism/snapshots/heredoc_with_escaped_newline_at_start.txt
index c4ec0d86ce..c4ec0d86ce 100644
--- a/test/yarp/snapshots/heredoc_with_escaped_newline_at_start.txt
+++ b/test/prism/snapshots/heredoc_with_escaped_newline_at_start.txt
diff --git a/test/yarp/snapshots/heredoc_with_trailing_newline.txt b/test/prism/snapshots/heredoc_with_trailing_newline.txt
index 01178042d6..01178042d6 100644
--- a/test/yarp/snapshots/heredoc_with_trailing_newline.txt
+++ b/test/prism/snapshots/heredoc_with_trailing_newline.txt
diff --git a/test/yarp/snapshots/heredocs_nested.txt b/test/prism/snapshots/heredocs_nested.txt
index 8680dd2346..8680dd2346 100644
--- a/test/yarp/snapshots/heredocs_nested.txt
+++ b/test/prism/snapshots/heredocs_nested.txt
diff --git a/test/yarp/snapshots/heredocs_with_ignored_newlines.txt b/test/prism/snapshots/heredocs_with_ignored_newlines.txt
index 280a01f879..280a01f879 100644
--- a/test/yarp/snapshots/heredocs_with_ignored_newlines.txt
+++ b/test/prism/snapshots/heredocs_with_ignored_newlines.txt
diff --git a/test/yarp/snapshots/heredocs_with_ignored_newlines_and_non_empty.txt b/test/prism/snapshots/heredocs_with_ignored_newlines_and_non_empty.txt
index f4b4ec2044..f4b4ec2044 100644
--- a/test/yarp/snapshots/heredocs_with_ignored_newlines_and_non_empty.txt
+++ b/test/prism/snapshots/heredocs_with_ignored_newlines_and_non_empty.txt
diff --git a/test/yarp/snapshots/if.txt b/test/prism/snapshots/if.txt
index 541549459f..541549459f 100644
--- a/test/yarp/snapshots/if.txt
+++ b/test/prism/snapshots/if.txt
diff --git a/test/yarp/snapshots/indented_file_end.txt b/test/prism/snapshots/indented_file_end.txt
index aa43ec5a1e..aa43ec5a1e 100644
--- a/test/yarp/snapshots/indented_file_end.txt
+++ b/test/prism/snapshots/indented_file_end.txt
diff --git a/test/yarp/snapshots/integer_operations.txt b/test/prism/snapshots/integer_operations.txt
index 74f02b9600..74f02b9600 100644
--- a/test/yarp/snapshots/integer_operations.txt
+++ b/test/prism/snapshots/integer_operations.txt
diff --git a/test/yarp/snapshots/keyword_method_names.txt b/test/prism/snapshots/keyword_method_names.txt
index 9ecd52585a..9ecd52585a 100644
--- a/test/yarp/snapshots/keyword_method_names.txt
+++ b/test/prism/snapshots/keyword_method_names.txt
diff --git a/test/yarp/snapshots/keywords.txt b/test/prism/snapshots/keywords.txt
index 6df11487d7..6df11487d7 100644
--- a/test/yarp/snapshots/keywords.txt
+++ b/test/prism/snapshots/keywords.txt
diff --git a/test/yarp/snapshots/lambda.txt b/test/prism/snapshots/lambda.txt
index ed622f6739..ed622f6739 100644
--- a/test/yarp/snapshots/lambda.txt
+++ b/test/prism/snapshots/lambda.txt
diff --git a/test/yarp/snapshots/method_calls.txt b/test/prism/snapshots/method_calls.txt
index 9019ef1798..9019ef1798 100644
--- a/test/yarp/snapshots/method_calls.txt
+++ b/test/prism/snapshots/method_calls.txt
diff --git a/test/yarp/snapshots/methods.txt b/test/prism/snapshots/methods.txt
index 7e8091b4d5..7e8091b4d5 100644
--- a/test/yarp/snapshots/methods.txt
+++ b/test/prism/snapshots/methods.txt
diff --git a/test/yarp/snapshots/modules.txt b/test/prism/snapshots/modules.txt
index 94f4bdb8eb..94f4bdb8eb 100644
--- a/test/yarp/snapshots/modules.txt
+++ b/test/prism/snapshots/modules.txt
diff --git a/test/yarp/snapshots/newline_terminated.txt b/test/prism/snapshots/newline_terminated.txt
index bf75257104..bf75257104 100644
--- a/test/yarp/snapshots/newline_terminated.txt
+++ b/test/prism/snapshots/newline_terminated.txt
diff --git a/test/yarp/snapshots/next.txt b/test/prism/snapshots/next.txt
index 508cb1e539..508cb1e539 100644
--- a/test/yarp/snapshots/next.txt
+++ b/test/prism/snapshots/next.txt
diff --git a/test/yarp/snapshots/nils.txt b/test/prism/snapshots/nils.txt
index cbadbcf911..cbadbcf911 100644
--- a/test/yarp/snapshots/nils.txt
+++ b/test/prism/snapshots/nils.txt
diff --git a/test/yarp/snapshots/non_alphanumeric_methods.txt b/test/prism/snapshots/non_alphanumeric_methods.txt
index 725b94c4e5..725b94c4e5 100644
--- a/test/yarp/snapshots/non_alphanumeric_methods.txt
+++ b/test/prism/snapshots/non_alphanumeric_methods.txt
diff --git a/test/yarp/snapshots/not.txt b/test/prism/snapshots/not.txt
index 6f4255b48a..6f4255b48a 100644
--- a/test/yarp/snapshots/not.txt
+++ b/test/prism/snapshots/not.txt
diff --git a/test/yarp/snapshots/numbers.txt b/test/prism/snapshots/numbers.txt
index ca31480f67..ca31480f67 100644
--- a/test/yarp/snapshots/numbers.txt
+++ b/test/prism/snapshots/numbers.txt
diff --git a/test/yarp/snapshots/patterns.txt b/test/prism/snapshots/patterns.txt
index 2cb524e1e0..2cb524e1e0 100644
--- a/test/yarp/snapshots/patterns.txt
+++ b/test/prism/snapshots/patterns.txt
diff --git a/test/yarp/snapshots/procs.txt b/test/prism/snapshots/procs.txt
index 8203cc08c8..8203cc08c8 100644
--- a/test/yarp/snapshots/procs.txt
+++ b/test/prism/snapshots/procs.txt
diff --git a/test/yarp/snapshots/range_begin_open_exclusive.txt b/test/prism/snapshots/range_begin_open_exclusive.txt
index e4842729f1..e4842729f1 100644
--- a/test/yarp/snapshots/range_begin_open_exclusive.txt
+++ b/test/prism/snapshots/range_begin_open_exclusive.txt
diff --git a/test/yarp/snapshots/range_begin_open_inclusive.txt b/test/prism/snapshots/range_begin_open_inclusive.txt
index 1d9c64ec97..1d9c64ec97 100644
--- a/test/yarp/snapshots/range_begin_open_inclusive.txt
+++ b/test/prism/snapshots/range_begin_open_inclusive.txt
diff --git a/test/yarp/snapshots/range_end_open_exclusive.txt b/test/prism/snapshots/range_end_open_exclusive.txt
index defd76783e..defd76783e 100644
--- a/test/yarp/snapshots/range_end_open_exclusive.txt
+++ b/test/prism/snapshots/range_end_open_exclusive.txt
diff --git a/test/yarp/snapshots/range_end_open_inclusive.txt b/test/prism/snapshots/range_end_open_inclusive.txt
index ee51b81e51..ee51b81e51 100644
--- a/test/yarp/snapshots/range_end_open_inclusive.txt
+++ b/test/prism/snapshots/range_end_open_inclusive.txt
diff --git a/test/yarp/snapshots/ranges.txt b/test/prism/snapshots/ranges.txt
index 65192ecc4b..65192ecc4b 100644
--- a/test/yarp/snapshots/ranges.txt
+++ b/test/prism/snapshots/ranges.txt
diff --git a/test/yarp/snapshots/regex.txt b/test/prism/snapshots/regex.txt
index a20a97c5eb..a20a97c5eb 100644
--- a/test/yarp/snapshots/regex.txt
+++ b/test/prism/snapshots/regex.txt
diff --git a/test/yarp/snapshots/rescue.txt b/test/prism/snapshots/rescue.txt
index b57f5de7a7..b57f5de7a7 100644
--- a/test/yarp/snapshots/rescue.txt
+++ b/test/prism/snapshots/rescue.txt
diff --git a/test/yarp/snapshots/return.txt b/test/prism/snapshots/return.txt
index 66e4625262..66e4625262 100644
--- a/test/yarp/snapshots/return.txt
+++ b/test/prism/snapshots/return.txt
diff --git a/test/yarp/snapshots/seattlerb/BEGIN.txt b/test/prism/snapshots/seattlerb/BEGIN.txt
index 3595e2a05c..3595e2a05c 100644
--- a/test/yarp/snapshots/seattlerb/BEGIN.txt
+++ b/test/prism/snapshots/seattlerb/BEGIN.txt
diff --git a/test/yarp/snapshots/seattlerb/TestRubyParserShared.txt b/test/prism/snapshots/seattlerb/TestRubyParserShared.txt
index deb317781a..deb317781a 100644
--- a/test/yarp/snapshots/seattlerb/TestRubyParserShared.txt
+++ b/test/prism/snapshots/seattlerb/TestRubyParserShared.txt
diff --git a/test/yarp/snapshots/seattlerb/__ENCODING__.txt b/test/prism/snapshots/seattlerb/__ENCODING__.txt
index 1b223bd8fe..1b223bd8fe 100644
--- a/test/yarp/snapshots/seattlerb/__ENCODING__.txt
+++ b/test/prism/snapshots/seattlerb/__ENCODING__.txt
diff --git a/test/yarp/snapshots/seattlerb/alias_gvar_backref.txt b/test/prism/snapshots/seattlerb/alias_gvar_backref.txt
index 4ba0469132..4ba0469132 100644
--- a/test/yarp/snapshots/seattlerb/alias_gvar_backref.txt
+++ b/test/prism/snapshots/seattlerb/alias_gvar_backref.txt
diff --git a/test/yarp/snapshots/seattlerb/alias_resword.txt b/test/prism/snapshots/seattlerb/alias_resword.txt
index 089819b528..089819b528 100644
--- a/test/yarp/snapshots/seattlerb/alias_resword.txt
+++ b/test/prism/snapshots/seattlerb/alias_resword.txt
diff --git a/test/yarp/snapshots/seattlerb/and_multi.txt b/test/prism/snapshots/seattlerb/and_multi.txt
index 575f75fe30..575f75fe30 100644
--- a/test/yarp/snapshots/seattlerb/and_multi.txt
+++ b/test/prism/snapshots/seattlerb/and_multi.txt
diff --git a/test/yarp/snapshots/seattlerb/aref_args_assocs.txt b/test/prism/snapshots/seattlerb/aref_args_assocs.txt
index 02bfd74b50..02bfd74b50 100644
--- a/test/yarp/snapshots/seattlerb/aref_args_assocs.txt
+++ b/test/prism/snapshots/seattlerb/aref_args_assocs.txt
diff --git a/test/yarp/snapshots/seattlerb/aref_args_lit_assocs.txt b/test/prism/snapshots/seattlerb/aref_args_lit_assocs.txt
index bbe45dfc0e..bbe45dfc0e 100644
--- a/test/yarp/snapshots/seattlerb/aref_args_lit_assocs.txt
+++ b/test/prism/snapshots/seattlerb/aref_args_lit_assocs.txt
diff --git a/test/yarp/snapshots/seattlerb/args_kw_block.txt b/test/prism/snapshots/seattlerb/args_kw_block.txt
index 3cbd2c1705..3cbd2c1705 100644
--- a/test/yarp/snapshots/seattlerb/args_kw_block.txt
+++ b/test/prism/snapshots/seattlerb/args_kw_block.txt
diff --git a/test/yarp/snapshots/seattlerb/array_line_breaks.txt b/test/prism/snapshots/seattlerb/array_line_breaks.txt
index b6ebac1688..b6ebac1688 100644
--- a/test/yarp/snapshots/seattlerb/array_line_breaks.txt
+++ b/test/prism/snapshots/seattlerb/array_line_breaks.txt
diff --git a/test/yarp/snapshots/seattlerb/array_lits_trailing_calls.txt b/test/prism/snapshots/seattlerb/array_lits_trailing_calls.txt
index ef31ed8bbc..ef31ed8bbc 100644
--- a/test/yarp/snapshots/seattlerb/array_lits_trailing_calls.txt
+++ b/test/prism/snapshots/seattlerb/array_lits_trailing_calls.txt
diff --git a/test/yarp/snapshots/seattlerb/assoc__bare.txt b/test/prism/snapshots/seattlerb/assoc__bare.txt
index 1de54f236d..1de54f236d 100644
--- a/test/yarp/snapshots/seattlerb/assoc__bare.txt
+++ b/test/prism/snapshots/seattlerb/assoc__bare.txt
diff --git a/test/yarp/snapshots/seattlerb/assoc_label.txt b/test/prism/snapshots/seattlerb/assoc_label.txt
index 2e20f9fc29..2e20f9fc29 100644
--- a/test/yarp/snapshots/seattlerb/assoc_label.txt
+++ b/test/prism/snapshots/seattlerb/assoc_label.txt
diff --git a/test/yarp/snapshots/seattlerb/attr_asgn_colon_id.txt b/test/prism/snapshots/seattlerb/attr_asgn_colon_id.txt
index 5232738267..5232738267 100644
--- a/test/yarp/snapshots/seattlerb/attr_asgn_colon_id.txt
+++ b/test/prism/snapshots/seattlerb/attr_asgn_colon_id.txt
diff --git a/test/yarp/snapshots/seattlerb/attrasgn_array_arg.txt b/test/prism/snapshots/seattlerb/attrasgn_array_arg.txt
index 5d30d718c9..5d30d718c9 100644
--- a/test/yarp/snapshots/seattlerb/attrasgn_array_arg.txt
+++ b/test/prism/snapshots/seattlerb/attrasgn_array_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/attrasgn_array_lhs.txt b/test/prism/snapshots/seattlerb/attrasgn_array_lhs.txt
index 741e1cba09..741e1cba09 100644
--- a/test/yarp/snapshots/seattlerb/attrasgn_array_lhs.txt
+++ b/test/prism/snapshots/seattlerb/attrasgn_array_lhs.txt
diff --git a/test/yarp/snapshots/seattlerb/attrasgn_primary_dot_constant.txt b/test/prism/snapshots/seattlerb/attrasgn_primary_dot_constant.txt
index 73b65fc636..73b65fc636 100644
--- a/test/yarp/snapshots/seattlerb/attrasgn_primary_dot_constant.txt
+++ b/test/prism/snapshots/seattlerb/attrasgn_primary_dot_constant.txt
diff --git a/test/yarp/snapshots/seattlerb/backticks_interpolation_line.txt b/test/prism/snapshots/seattlerb/backticks_interpolation_line.txt
index d56a532bc4..d56a532bc4 100644
--- a/test/yarp/snapshots/seattlerb/backticks_interpolation_line.txt
+++ b/test/prism/snapshots/seattlerb/backticks_interpolation_line.txt
diff --git a/test/yarp/snapshots/seattlerb/bang_eq.txt b/test/prism/snapshots/seattlerb/bang_eq.txt
index b2fc7b7bb7..b2fc7b7bb7 100644
--- a/test/yarp/snapshots/seattlerb/bang_eq.txt
+++ b/test/prism/snapshots/seattlerb/bang_eq.txt
diff --git a/test/yarp/snapshots/seattlerb/bdot2.txt b/test/prism/snapshots/seattlerb/bdot2.txt
index 2fc74e52a7..2fc74e52a7 100644
--- a/test/yarp/snapshots/seattlerb/bdot2.txt
+++ b/test/prism/snapshots/seattlerb/bdot2.txt
diff --git a/test/yarp/snapshots/seattlerb/bdot3.txt b/test/prism/snapshots/seattlerb/bdot3.txt
index f282688f85..f282688f85 100644
--- a/test/yarp/snapshots/seattlerb/bdot3.txt
+++ b/test/prism/snapshots/seattlerb/bdot3.txt
diff --git a/test/yarp/snapshots/seattlerb/begin_ensure_no_bodies.txt b/test/prism/snapshots/seattlerb/begin_ensure_no_bodies.txt
index e1698d0bae..e1698d0bae 100644
--- a/test/yarp/snapshots/seattlerb/begin_ensure_no_bodies.txt
+++ b/test/prism/snapshots/seattlerb/begin_ensure_no_bodies.txt
diff --git a/test/yarp/snapshots/seattlerb/begin_rescue_else_ensure_bodies.txt b/test/prism/snapshots/seattlerb/begin_rescue_else_ensure_bodies.txt
index 686fa100f1..686fa100f1 100644
--- a/test/yarp/snapshots/seattlerb/begin_rescue_else_ensure_bodies.txt
+++ b/test/prism/snapshots/seattlerb/begin_rescue_else_ensure_bodies.txt
diff --git a/test/yarp/snapshots/seattlerb/begin_rescue_else_ensure_no_bodies.txt b/test/prism/snapshots/seattlerb/begin_rescue_else_ensure_no_bodies.txt
index 02e1f097ac..02e1f097ac 100644
--- a/test/yarp/snapshots/seattlerb/begin_rescue_else_ensure_no_bodies.txt
+++ b/test/prism/snapshots/seattlerb/begin_rescue_else_ensure_no_bodies.txt
diff --git a/test/yarp/snapshots/seattlerb/begin_rescue_ensure_no_bodies.txt b/test/prism/snapshots/seattlerb/begin_rescue_ensure_no_bodies.txt
index b36fe5c1fe..b36fe5c1fe 100644
--- a/test/yarp/snapshots/seattlerb/begin_rescue_ensure_no_bodies.txt
+++ b/test/prism/snapshots/seattlerb/begin_rescue_ensure_no_bodies.txt
diff --git a/test/yarp/snapshots/seattlerb/block_arg__bare.txt b/test/prism/snapshots/seattlerb/block_arg__bare.txt
index fb9b0bdd0d..fb9b0bdd0d 100644
--- a/test/yarp/snapshots/seattlerb/block_arg__bare.txt
+++ b/test/prism/snapshots/seattlerb/block_arg__bare.txt
diff --git a/test/yarp/snapshots/seattlerb/block_arg_kwsplat.txt b/test/prism/snapshots/seattlerb/block_arg_kwsplat.txt
index c3041819bf..c3041819bf 100644
--- a/test/yarp/snapshots/seattlerb/block_arg_kwsplat.txt
+++ b/test/prism/snapshots/seattlerb/block_arg_kwsplat.txt
diff --git a/test/yarp/snapshots/seattlerb/block_arg_opt_arg_block.txt b/test/prism/snapshots/seattlerb/block_arg_opt_arg_block.txt
index d1382f9a53..d1382f9a53 100644
--- a/test/yarp/snapshots/seattlerb/block_arg_opt_arg_block.txt
+++ b/test/prism/snapshots/seattlerb/block_arg_opt_arg_block.txt
diff --git a/test/yarp/snapshots/seattlerb/block_arg_opt_splat.txt b/test/prism/snapshots/seattlerb/block_arg_opt_splat.txt
index 1119f827dd..1119f827dd 100644
--- a/test/yarp/snapshots/seattlerb/block_arg_opt_splat.txt
+++ b/test/prism/snapshots/seattlerb/block_arg_opt_splat.txt
diff --git a/test/yarp/snapshots/seattlerb/block_arg_opt_splat_arg_block_omfg.txt b/test/prism/snapshots/seattlerb/block_arg_opt_splat_arg_block_omfg.txt
index 5bb2de2a16..5bb2de2a16 100644
--- a/test/yarp/snapshots/seattlerb/block_arg_opt_splat_arg_block_omfg.txt
+++ b/test/prism/snapshots/seattlerb/block_arg_opt_splat_arg_block_omfg.txt
diff --git a/test/yarp/snapshots/seattlerb/block_arg_optional.txt b/test/prism/snapshots/seattlerb/block_arg_optional.txt
index 8b29ce6e9f..8b29ce6e9f 100644
--- a/test/yarp/snapshots/seattlerb/block_arg_optional.txt
+++ b/test/prism/snapshots/seattlerb/block_arg_optional.txt
diff --git a/test/yarp/snapshots/seattlerb/block_arg_scope.txt b/test/prism/snapshots/seattlerb/block_arg_scope.txt
index e70f2f4ce7..e70f2f4ce7 100644
--- a/test/yarp/snapshots/seattlerb/block_arg_scope.txt
+++ b/test/prism/snapshots/seattlerb/block_arg_scope.txt
diff --git a/test/yarp/snapshots/seattlerb/block_arg_scope2.txt b/test/prism/snapshots/seattlerb/block_arg_scope2.txt
index 99af39a109..99af39a109 100644
--- a/test/yarp/snapshots/seattlerb/block_arg_scope2.txt
+++ b/test/prism/snapshots/seattlerb/block_arg_scope2.txt
diff --git a/test/yarp/snapshots/seattlerb/block_arg_splat_arg.txt b/test/prism/snapshots/seattlerb/block_arg_splat_arg.txt
index a3a194f30b..a3a194f30b 100644
--- a/test/yarp/snapshots/seattlerb/block_arg_splat_arg.txt
+++ b/test/prism/snapshots/seattlerb/block_arg_splat_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/block_args_kwargs.txt b/test/prism/snapshots/seattlerb/block_args_kwargs.txt
index 4d2255fd66..4d2255fd66 100644
--- a/test/yarp/snapshots/seattlerb/block_args_kwargs.txt
+++ b/test/prism/snapshots/seattlerb/block_args_kwargs.txt
diff --git a/test/yarp/snapshots/seattlerb/block_args_no_kwargs.txt b/test/prism/snapshots/seattlerb/block_args_no_kwargs.txt
index b8542f2ab7..b8542f2ab7 100644
--- a/test/yarp/snapshots/seattlerb/block_args_no_kwargs.txt
+++ b/test/prism/snapshots/seattlerb/block_args_no_kwargs.txt
diff --git a/test/yarp/snapshots/seattlerb/block_args_opt1.txt b/test/prism/snapshots/seattlerb/block_args_opt1.txt
index 7e022ab1ea..7e022ab1ea 100644
--- a/test/yarp/snapshots/seattlerb/block_args_opt1.txt
+++ b/test/prism/snapshots/seattlerb/block_args_opt1.txt
diff --git a/test/yarp/snapshots/seattlerb/block_args_opt2.txt b/test/prism/snapshots/seattlerb/block_args_opt2.txt
index 4a5b0ef03d..4a5b0ef03d 100644
--- a/test/yarp/snapshots/seattlerb/block_args_opt2.txt
+++ b/test/prism/snapshots/seattlerb/block_args_opt2.txt
diff --git a/test/yarp/snapshots/seattlerb/block_args_opt2_2.txt b/test/prism/snapshots/seattlerb/block_args_opt2_2.txt
index da706e2306..da706e2306 100644
--- a/test/yarp/snapshots/seattlerb/block_args_opt2_2.txt
+++ b/test/prism/snapshots/seattlerb/block_args_opt2_2.txt
diff --git a/test/yarp/snapshots/seattlerb/block_args_opt3.txt b/test/prism/snapshots/seattlerb/block_args_opt3.txt
index 5f187e20cf..5f187e20cf 100644
--- a/test/yarp/snapshots/seattlerb/block_args_opt3.txt
+++ b/test/prism/snapshots/seattlerb/block_args_opt3.txt
diff --git a/test/yarp/snapshots/seattlerb/block_break.txt b/test/prism/snapshots/seattlerb/block_break.txt
index ce4f94f1c9..ce4f94f1c9 100644
--- a/test/yarp/snapshots/seattlerb/block_break.txt
+++ b/test/prism/snapshots/seattlerb/block_break.txt
diff --git a/test/yarp/snapshots/seattlerb/block_call_defn_call_block_call.txt b/test/prism/snapshots/seattlerb/block_call_defn_call_block_call.txt
index 49ddad48b2..49ddad48b2 100644
--- a/test/yarp/snapshots/seattlerb/block_call_defn_call_block_call.txt
+++ b/test/prism/snapshots/seattlerb/block_call_defn_call_block_call.txt
diff --git a/test/yarp/snapshots/seattlerb/block_call_dot_op2_brace_block.txt b/test/prism/snapshots/seattlerb/block_call_dot_op2_brace_block.txt
index 812b7ab151..812b7ab151 100644
--- a/test/yarp/snapshots/seattlerb/block_call_dot_op2_brace_block.txt
+++ b/test/prism/snapshots/seattlerb/block_call_dot_op2_brace_block.txt
diff --git a/test/yarp/snapshots/seattlerb/block_call_dot_op2_cmd_args_do_block.txt b/test/prism/snapshots/seattlerb/block_call_dot_op2_cmd_args_do_block.txt
index 2262a7cc88..2262a7cc88 100644
--- a/test/yarp/snapshots/seattlerb/block_call_dot_op2_cmd_args_do_block.txt
+++ b/test/prism/snapshots/seattlerb/block_call_dot_op2_cmd_args_do_block.txt
diff --git a/test/yarp/snapshots/seattlerb/block_call_operation_colon.txt b/test/prism/snapshots/seattlerb/block_call_operation_colon.txt
index 3bcc89b50a..3bcc89b50a 100644
--- a/test/yarp/snapshots/seattlerb/block_call_operation_colon.txt
+++ b/test/prism/snapshots/seattlerb/block_call_operation_colon.txt
diff --git a/test/yarp/snapshots/seattlerb/block_call_operation_dot.txt b/test/prism/snapshots/seattlerb/block_call_operation_dot.txt
index 93116aed58..93116aed58 100644
--- a/test/yarp/snapshots/seattlerb/block_call_operation_dot.txt
+++ b/test/prism/snapshots/seattlerb/block_call_operation_dot.txt
diff --git a/test/yarp/snapshots/seattlerb/block_call_paren_call_block_call.txt b/test/prism/snapshots/seattlerb/block_call_paren_call_block_call.txt
index ec75ca056a..ec75ca056a 100644
--- a/test/yarp/snapshots/seattlerb/block_call_paren_call_block_call.txt
+++ b/test/prism/snapshots/seattlerb/block_call_paren_call_block_call.txt
diff --git a/test/yarp/snapshots/seattlerb/block_command_operation_colon.txt b/test/prism/snapshots/seattlerb/block_command_operation_colon.txt
index 90bb7ad6d0..90bb7ad6d0 100644
--- a/test/yarp/snapshots/seattlerb/block_command_operation_colon.txt
+++ b/test/prism/snapshots/seattlerb/block_command_operation_colon.txt
diff --git a/test/yarp/snapshots/seattlerb/block_command_operation_dot.txt b/test/prism/snapshots/seattlerb/block_command_operation_dot.txt
index 94be9641fb..94be9641fb 100644
--- a/test/yarp/snapshots/seattlerb/block_command_operation_dot.txt
+++ b/test/prism/snapshots/seattlerb/block_command_operation_dot.txt
diff --git a/test/yarp/snapshots/seattlerb/block_decomp_anon_splat_arg.txt b/test/prism/snapshots/seattlerb/block_decomp_anon_splat_arg.txt
index 76c3b8c413..76c3b8c413 100644
--- a/test/yarp/snapshots/seattlerb/block_decomp_anon_splat_arg.txt
+++ b/test/prism/snapshots/seattlerb/block_decomp_anon_splat_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/block_decomp_arg_splat.txt b/test/prism/snapshots/seattlerb/block_decomp_arg_splat.txt
index 3eebb50b72..3eebb50b72 100644
--- a/test/yarp/snapshots/seattlerb/block_decomp_arg_splat.txt
+++ b/test/prism/snapshots/seattlerb/block_decomp_arg_splat.txt
diff --git a/test/yarp/snapshots/seattlerb/block_decomp_arg_splat_arg.txt b/test/prism/snapshots/seattlerb/block_decomp_arg_splat_arg.txt
index 4ee66e215b..4ee66e215b 100644
--- a/test/yarp/snapshots/seattlerb/block_decomp_arg_splat_arg.txt
+++ b/test/prism/snapshots/seattlerb/block_decomp_arg_splat_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/block_decomp_splat.txt b/test/prism/snapshots/seattlerb/block_decomp_splat.txt
index 698dba24db..698dba24db 100644
--- a/test/yarp/snapshots/seattlerb/block_decomp_splat.txt
+++ b/test/prism/snapshots/seattlerb/block_decomp_splat.txt
diff --git a/test/yarp/snapshots/seattlerb/block_kw.txt b/test/prism/snapshots/seattlerb/block_kw.txt
index f706063884..f706063884 100644
--- a/test/yarp/snapshots/seattlerb/block_kw.txt
+++ b/test/prism/snapshots/seattlerb/block_kw.txt
diff --git a/test/yarp/snapshots/seattlerb/block_kw__required.txt b/test/prism/snapshots/seattlerb/block_kw__required.txt
index d46bfcf21a..d46bfcf21a 100644
--- a/test/yarp/snapshots/seattlerb/block_kw__required.txt
+++ b/test/prism/snapshots/seattlerb/block_kw__required.txt
diff --git a/test/yarp/snapshots/seattlerb/block_kwarg_lvar.txt b/test/prism/snapshots/seattlerb/block_kwarg_lvar.txt
index f268418a5f..f268418a5f 100644
--- a/test/yarp/snapshots/seattlerb/block_kwarg_lvar.txt
+++ b/test/prism/snapshots/seattlerb/block_kwarg_lvar.txt
diff --git a/test/yarp/snapshots/seattlerb/block_kwarg_lvar_multiple.txt b/test/prism/snapshots/seattlerb/block_kwarg_lvar_multiple.txt
index f062044909..f062044909 100644
--- a/test/yarp/snapshots/seattlerb/block_kwarg_lvar_multiple.txt
+++ b/test/prism/snapshots/seattlerb/block_kwarg_lvar_multiple.txt
diff --git a/test/yarp/snapshots/seattlerb/block_next.txt b/test/prism/snapshots/seattlerb/block_next.txt
index 5c1b27d8f3..5c1b27d8f3 100644
--- a/test/yarp/snapshots/seattlerb/block_next.txt
+++ b/test/prism/snapshots/seattlerb/block_next.txt
diff --git a/test/yarp/snapshots/seattlerb/block_opt_arg.txt b/test/prism/snapshots/seattlerb/block_opt_arg.txt
index 32d5738df3..32d5738df3 100644
--- a/test/yarp/snapshots/seattlerb/block_opt_arg.txt
+++ b/test/prism/snapshots/seattlerb/block_opt_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/block_opt_splat.txt b/test/prism/snapshots/seattlerb/block_opt_splat.txt
index 9a8a4938fe..9a8a4938fe 100644
--- a/test/yarp/snapshots/seattlerb/block_opt_splat.txt
+++ b/test/prism/snapshots/seattlerb/block_opt_splat.txt
diff --git a/test/yarp/snapshots/seattlerb/block_opt_splat_arg_block_omfg.txt b/test/prism/snapshots/seattlerb/block_opt_splat_arg_block_omfg.txt
index e3fc328737..e3fc328737 100644
--- a/test/yarp/snapshots/seattlerb/block_opt_splat_arg_block_omfg.txt
+++ b/test/prism/snapshots/seattlerb/block_opt_splat_arg_block_omfg.txt
diff --git a/test/yarp/snapshots/seattlerb/block_optarg.txt b/test/prism/snapshots/seattlerb/block_optarg.txt
index b930687f3b..b930687f3b 100644
--- a/test/yarp/snapshots/seattlerb/block_optarg.txt
+++ b/test/prism/snapshots/seattlerb/block_optarg.txt
diff --git a/test/yarp/snapshots/seattlerb/block_paren_splat.txt b/test/prism/snapshots/seattlerb/block_paren_splat.txt
index f7592497f1..f7592497f1 100644
--- a/test/yarp/snapshots/seattlerb/block_paren_splat.txt
+++ b/test/prism/snapshots/seattlerb/block_paren_splat.txt
diff --git a/test/yarp/snapshots/seattlerb/block_reg_optarg.txt b/test/prism/snapshots/seattlerb/block_reg_optarg.txt
index 2d6d50122c..2d6d50122c 100644
--- a/test/yarp/snapshots/seattlerb/block_reg_optarg.txt
+++ b/test/prism/snapshots/seattlerb/block_reg_optarg.txt
diff --git a/test/yarp/snapshots/seattlerb/block_return.txt b/test/prism/snapshots/seattlerb/block_return.txt
index 8c391abd53..8c391abd53 100644
--- a/test/yarp/snapshots/seattlerb/block_return.txt
+++ b/test/prism/snapshots/seattlerb/block_return.txt
diff --git a/test/yarp/snapshots/seattlerb/block_scope.txt b/test/prism/snapshots/seattlerb/block_scope.txt
index 14263c5623..14263c5623 100644
--- a/test/yarp/snapshots/seattlerb/block_scope.txt
+++ b/test/prism/snapshots/seattlerb/block_scope.txt
diff --git a/test/yarp/snapshots/seattlerb/block_splat_reg.txt b/test/prism/snapshots/seattlerb/block_splat_reg.txt
index 4b12ce34a8..4b12ce34a8 100644
--- a/test/yarp/snapshots/seattlerb/block_splat_reg.txt
+++ b/test/prism/snapshots/seattlerb/block_splat_reg.txt
diff --git a/test/yarp/snapshots/seattlerb/bug169.txt b/test/prism/snapshots/seattlerb/bug169.txt
index 94c2597316..94c2597316 100644
--- a/test/yarp/snapshots/seattlerb/bug169.txt
+++ b/test/prism/snapshots/seattlerb/bug169.txt
diff --git a/test/yarp/snapshots/seattlerb/bug179.txt b/test/prism/snapshots/seattlerb/bug179.txt
index 233a4767e0..233a4767e0 100644
--- a/test/yarp/snapshots/seattlerb/bug179.txt
+++ b/test/prism/snapshots/seattlerb/bug179.txt
diff --git a/test/yarp/snapshots/seattlerb/bug190.txt b/test/prism/snapshots/seattlerb/bug190.txt
index 527304835a..527304835a 100644
--- a/test/yarp/snapshots/seattlerb/bug190.txt
+++ b/test/prism/snapshots/seattlerb/bug190.txt
diff --git a/test/yarp/snapshots/seattlerb/bug191.txt b/test/prism/snapshots/seattlerb/bug191.txt
index 313e892629..313e892629 100644
--- a/test/yarp/snapshots/seattlerb/bug191.txt
+++ b/test/prism/snapshots/seattlerb/bug191.txt
diff --git a/test/yarp/snapshots/seattlerb/bug202.txt b/test/prism/snapshots/seattlerb/bug202.txt
index 3faff193dc..3faff193dc 100644
--- a/test/yarp/snapshots/seattlerb/bug202.txt
+++ b/test/prism/snapshots/seattlerb/bug202.txt
diff --git a/test/yarp/snapshots/seattlerb/bug236.txt b/test/prism/snapshots/seattlerb/bug236.txt
index c53055bae0..c53055bae0 100644
--- a/test/yarp/snapshots/seattlerb/bug236.txt
+++ b/test/prism/snapshots/seattlerb/bug236.txt
diff --git a/test/yarp/snapshots/seattlerb/bug290.txt b/test/prism/snapshots/seattlerb/bug290.txt
index dbe69a5a15..dbe69a5a15 100644
--- a/test/yarp/snapshots/seattlerb/bug290.txt
+++ b/test/prism/snapshots/seattlerb/bug290.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_187.txt b/test/prism/snapshots/seattlerb/bug_187.txt
index 0f55dc049c..0f55dc049c 100644
--- a/test/yarp/snapshots/seattlerb/bug_187.txt
+++ b/test/prism/snapshots/seattlerb/bug_187.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_215.txt b/test/prism/snapshots/seattlerb/bug_215.txt
index 0ce43b58de..0ce43b58de 100644
--- a/test/yarp/snapshots/seattlerb/bug_215.txt
+++ b/test/prism/snapshots/seattlerb/bug_215.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_249.txt b/test/prism/snapshots/seattlerb/bug_249.txt
index 3fd204a71b..3fd204a71b 100644
--- a/test/yarp/snapshots/seattlerb/bug_249.txt
+++ b/test/prism/snapshots/seattlerb/bug_249.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_and.txt b/test/prism/snapshots/seattlerb/bug_and.txt
index 49c387a72d..49c387a72d 100644
--- a/test/yarp/snapshots/seattlerb/bug_and.txt
+++ b/test/prism/snapshots/seattlerb/bug_and.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_args__19.txt b/test/prism/snapshots/seattlerb/bug_args__19.txt
index 45abd4c0e4..45abd4c0e4 100644
--- a/test/yarp/snapshots/seattlerb/bug_args__19.txt
+++ b/test/prism/snapshots/seattlerb/bug_args__19.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_args_masgn.txt b/test/prism/snapshots/seattlerb/bug_args_masgn.txt
index 748eb80f26..748eb80f26 100644
--- a/test/yarp/snapshots/seattlerb/bug_args_masgn.txt
+++ b/test/prism/snapshots/seattlerb/bug_args_masgn.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_args_masgn2.txt b/test/prism/snapshots/seattlerb/bug_args_masgn2.txt
index b4e786c7c2..b4e786c7c2 100644
--- a/test/yarp/snapshots/seattlerb/bug_args_masgn2.txt
+++ b/test/prism/snapshots/seattlerb/bug_args_masgn2.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_args_masgn_outer_parens__19.txt b/test/prism/snapshots/seattlerb/bug_args_masgn_outer_parens__19.txt
index 61eacf4421..61eacf4421 100644
--- a/test/yarp/snapshots/seattlerb/bug_args_masgn_outer_parens__19.txt
+++ b/test/prism/snapshots/seattlerb/bug_args_masgn_outer_parens__19.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_call_arglist_parens.txt b/test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt
index 3a7d533238..3a7d533238 100644
--- a/test/yarp/snapshots/seattlerb/bug_call_arglist_parens.txt
+++ b/test/prism/snapshots/seattlerb/bug_call_arglist_parens.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_case_when_regexp.txt b/test/prism/snapshots/seattlerb/bug_case_when_regexp.txt
index ac948bc6c9..ac948bc6c9 100644
--- a/test/yarp/snapshots/seattlerb/bug_case_when_regexp.txt
+++ b/test/prism/snapshots/seattlerb/bug_case_when_regexp.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_comma.txt b/test/prism/snapshots/seattlerb/bug_comma.txt
index 07ec02b232..07ec02b232 100644
--- a/test/yarp/snapshots/seattlerb/bug_comma.txt
+++ b/test/prism/snapshots/seattlerb/bug_comma.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_cond_pct.txt b/test/prism/snapshots/seattlerb/bug_cond_pct.txt
index bb07f009aa..bb07f009aa 100644
--- a/test/yarp/snapshots/seattlerb/bug_cond_pct.txt
+++ b/test/prism/snapshots/seattlerb/bug_cond_pct.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_hash_args.txt b/test/prism/snapshots/seattlerb/bug_hash_args.txt
index 3a204fb4b8..3a204fb4b8 100644
--- a/test/yarp/snapshots/seattlerb/bug_hash_args.txt
+++ b/test/prism/snapshots/seattlerb/bug_hash_args.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_hash_args_trailing_comma.txt b/test/prism/snapshots/seattlerb/bug_hash_args_trailing_comma.txt
index 73bc04243d..73bc04243d 100644
--- a/test/yarp/snapshots/seattlerb/bug_hash_args_trailing_comma.txt
+++ b/test/prism/snapshots/seattlerb/bug_hash_args_trailing_comma.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_hash_interp_array.txt b/test/prism/snapshots/seattlerb/bug_hash_interp_array.txt
index e4b9536b87..e4b9536b87 100644
--- a/test/yarp/snapshots/seattlerb/bug_hash_interp_array.txt
+++ b/test/prism/snapshots/seattlerb/bug_hash_interp_array.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_masgn_right.txt b/test/prism/snapshots/seattlerb/bug_masgn_right.txt
index c19931cdd1..c19931cdd1 100644
--- a/test/yarp/snapshots/seattlerb/bug_masgn_right.txt
+++ b/test/prism/snapshots/seattlerb/bug_masgn_right.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_not_parens.txt b/test/prism/snapshots/seattlerb/bug_not_parens.txt
index 8b937728d0..8b937728d0 100644
--- a/test/yarp/snapshots/seattlerb/bug_not_parens.txt
+++ b/test/prism/snapshots/seattlerb/bug_not_parens.txt
diff --git a/test/yarp/snapshots/seattlerb/bug_op_asgn_rescue.txt b/test/prism/snapshots/seattlerb/bug_op_asgn_rescue.txt
index c3df9b1be9..c3df9b1be9 100644
--- a/test/yarp/snapshots/seattlerb/bug_op_asgn_rescue.txt
+++ b/test/prism/snapshots/seattlerb/bug_op_asgn_rescue.txt
diff --git a/test/yarp/snapshots/seattlerb/call_and.txt b/test/prism/snapshots/seattlerb/call_and.txt
index 009eb877d0..009eb877d0 100644
--- a/test/yarp/snapshots/seattlerb/call_and.txt
+++ b/test/prism/snapshots/seattlerb/call_and.txt
diff --git a/test/yarp/snapshots/seattlerb/call_arg_assoc.txt b/test/prism/snapshots/seattlerb/call_arg_assoc.txt
index 2f7f20b2d9..2f7f20b2d9 100644
--- a/test/yarp/snapshots/seattlerb/call_arg_assoc.txt
+++ b/test/prism/snapshots/seattlerb/call_arg_assoc.txt
diff --git a/test/yarp/snapshots/seattlerb/call_arg_assoc_kwsplat.txt b/test/prism/snapshots/seattlerb/call_arg_assoc_kwsplat.txt
index f477f046ac..f477f046ac 100644
--- a/test/yarp/snapshots/seattlerb/call_arg_assoc_kwsplat.txt
+++ b/test/prism/snapshots/seattlerb/call_arg_assoc_kwsplat.txt
diff --git a/test/yarp/snapshots/seattlerb/call_arg_kwsplat.txt b/test/prism/snapshots/seattlerb/call_arg_kwsplat.txt
index 6ebfe62964..6ebfe62964 100644
--- a/test/yarp/snapshots/seattlerb/call_arg_kwsplat.txt
+++ b/test/prism/snapshots/seattlerb/call_arg_kwsplat.txt
diff --git a/test/yarp/snapshots/seattlerb/call_args_assoc_quoted.txt b/test/prism/snapshots/seattlerb/call_args_assoc_quoted.txt
index 095bab4ce1..095bab4ce1 100644
--- a/test/yarp/snapshots/seattlerb/call_args_assoc_quoted.txt
+++ b/test/prism/snapshots/seattlerb/call_args_assoc_quoted.txt
diff --git a/test/yarp/snapshots/seattlerb/call_args_assoc_trailing_comma.txt b/test/prism/snapshots/seattlerb/call_args_assoc_trailing_comma.txt
index 7af70d5832..7af70d5832 100644
--- a/test/yarp/snapshots/seattlerb/call_args_assoc_trailing_comma.txt
+++ b/test/prism/snapshots/seattlerb/call_args_assoc_trailing_comma.txt
diff --git a/test/yarp/snapshots/seattlerb/call_args_command.txt b/test/prism/snapshots/seattlerb/call_args_command.txt
index dfd0e60fbd..dfd0e60fbd 100644
--- a/test/yarp/snapshots/seattlerb/call_args_command.txt
+++ b/test/prism/snapshots/seattlerb/call_args_command.txt
diff --git a/test/yarp/snapshots/seattlerb/call_array_arg.txt b/test/prism/snapshots/seattlerb/call_array_arg.txt
index f0bc196cf3..f0bc196cf3 100644
--- a/test/yarp/snapshots/seattlerb/call_array_arg.txt
+++ b/test/prism/snapshots/seattlerb/call_array_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/call_array_block_call.txt b/test/prism/snapshots/seattlerb/call_array_block_call.txt
index 6c78b7f52c..6c78b7f52c 100644
--- a/test/yarp/snapshots/seattlerb/call_array_block_call.txt
+++ b/test/prism/snapshots/seattlerb/call_array_block_call.txt
diff --git a/test/yarp/snapshots/seattlerb/call_array_lambda_block_call.txt b/test/prism/snapshots/seattlerb/call_array_lambda_block_call.txt
index 7b25a64419..7b25a64419 100644
--- a/test/yarp/snapshots/seattlerb/call_array_lambda_block_call.txt
+++ b/test/prism/snapshots/seattlerb/call_array_lambda_block_call.txt
diff --git a/test/yarp/snapshots/seattlerb/call_array_lit_inline_hash.txt b/test/prism/snapshots/seattlerb/call_array_lit_inline_hash.txt
index 6ce4c98d5f..6ce4c98d5f 100644
--- a/test/yarp/snapshots/seattlerb/call_array_lit_inline_hash.txt
+++ b/test/prism/snapshots/seattlerb/call_array_lit_inline_hash.txt
diff --git a/test/yarp/snapshots/seattlerb/call_assoc.txt b/test/prism/snapshots/seattlerb/call_assoc.txt
index 59ede3254e..59ede3254e 100644
--- a/test/yarp/snapshots/seattlerb/call_assoc.txt
+++ b/test/prism/snapshots/seattlerb/call_assoc.txt
diff --git a/test/yarp/snapshots/seattlerb/call_assoc_new.txt b/test/prism/snapshots/seattlerb/call_assoc_new.txt
index d1121c377f..d1121c377f 100644
--- a/test/yarp/snapshots/seattlerb/call_assoc_new.txt
+++ b/test/prism/snapshots/seattlerb/call_assoc_new.txt
diff --git a/test/yarp/snapshots/seattlerb/call_assoc_new_if_multiline.txt b/test/prism/snapshots/seattlerb/call_assoc_new_if_multiline.txt
index c7ea9767c7..c7ea9767c7 100644
--- a/test/yarp/snapshots/seattlerb/call_assoc_new_if_multiline.txt
+++ b/test/prism/snapshots/seattlerb/call_assoc_new_if_multiline.txt
diff --git a/test/yarp/snapshots/seattlerb/call_assoc_trailing_comma.txt b/test/prism/snapshots/seattlerb/call_assoc_trailing_comma.txt
index bf0cce6956..bf0cce6956 100644
--- a/test/yarp/snapshots/seattlerb/call_assoc_trailing_comma.txt
+++ b/test/prism/snapshots/seattlerb/call_assoc_trailing_comma.txt
diff --git a/test/yarp/snapshots/seattlerb/call_bang_command_call.txt b/test/prism/snapshots/seattlerb/call_bang_command_call.txt
index b38ffe085b..b38ffe085b 100644
--- a/test/yarp/snapshots/seattlerb/call_bang_command_call.txt
+++ b/test/prism/snapshots/seattlerb/call_bang_command_call.txt
diff --git a/test/yarp/snapshots/seattlerb/call_bang_squiggle.txt b/test/prism/snapshots/seattlerb/call_bang_squiggle.txt
index 2bc2d0a9bd..2bc2d0a9bd 100644
--- a/test/yarp/snapshots/seattlerb/call_bang_squiggle.txt
+++ b/test/prism/snapshots/seattlerb/call_bang_squiggle.txt
diff --git a/test/yarp/snapshots/seattlerb/call_begin_call_block_call.txt b/test/prism/snapshots/seattlerb/call_begin_call_block_call.txt
index f43f9a0bd9..f43f9a0bd9 100644
--- a/test/yarp/snapshots/seattlerb/call_begin_call_block_call.txt
+++ b/test/prism/snapshots/seattlerb/call_begin_call_block_call.txt
diff --git a/test/yarp/snapshots/seattlerb/call_block_arg_named.txt b/test/prism/snapshots/seattlerb/call_block_arg_named.txt
index deb1433cab..deb1433cab 100644
--- a/test/yarp/snapshots/seattlerb/call_block_arg_named.txt
+++ b/test/prism/snapshots/seattlerb/call_block_arg_named.txt
diff --git a/test/yarp/snapshots/seattlerb/call_carat.txt b/test/prism/snapshots/seattlerb/call_carat.txt
index 6bf95e2a5a..6bf95e2a5a 100644
--- a/test/yarp/snapshots/seattlerb/call_carat.txt
+++ b/test/prism/snapshots/seattlerb/call_carat.txt
diff --git a/test/yarp/snapshots/seattlerb/call_colon2.txt b/test/prism/snapshots/seattlerb/call_colon2.txt
index 42206b4f08..42206b4f08 100644
--- a/test/yarp/snapshots/seattlerb/call_colon2.txt
+++ b/test/prism/snapshots/seattlerb/call_colon2.txt
diff --git a/test/yarp/snapshots/seattlerb/call_colon_parens.txt b/test/prism/snapshots/seattlerb/call_colon_parens.txt
index f1327adac3..f1327adac3 100644
--- a/test/yarp/snapshots/seattlerb/call_colon_parens.txt
+++ b/test/prism/snapshots/seattlerb/call_colon_parens.txt
diff --git a/test/yarp/snapshots/seattlerb/call_div.txt b/test/prism/snapshots/seattlerb/call_div.txt
index 4a9961847b..4a9961847b 100644
--- a/test/yarp/snapshots/seattlerb/call_div.txt
+++ b/test/prism/snapshots/seattlerb/call_div.txt
diff --git a/test/yarp/snapshots/seattlerb/call_dot_parens.txt b/test/prism/snapshots/seattlerb/call_dot_parens.txt
index a473a2258a..a473a2258a 100644
--- a/test/yarp/snapshots/seattlerb/call_dot_parens.txt
+++ b/test/prism/snapshots/seattlerb/call_dot_parens.txt
diff --git a/test/yarp/snapshots/seattlerb/call_env.txt b/test/prism/snapshots/seattlerb/call_env.txt
index f2996f3a21..f2996f3a21 100644
--- a/test/yarp/snapshots/seattlerb/call_env.txt
+++ b/test/prism/snapshots/seattlerb/call_env.txt
diff --git a/test/yarp/snapshots/seattlerb/call_eq3.txt b/test/prism/snapshots/seattlerb/call_eq3.txt
index 146aa7993a..146aa7993a 100644
--- a/test/yarp/snapshots/seattlerb/call_eq3.txt
+++ b/test/prism/snapshots/seattlerb/call_eq3.txt
diff --git a/test/yarp/snapshots/seattlerb/call_gt.txt b/test/prism/snapshots/seattlerb/call_gt.txt
index 8cb2772a90..8cb2772a90 100644
--- a/test/yarp/snapshots/seattlerb/call_gt.txt
+++ b/test/prism/snapshots/seattlerb/call_gt.txt
diff --git a/test/yarp/snapshots/seattlerb/call_kwsplat.txt b/test/prism/snapshots/seattlerb/call_kwsplat.txt
index d750ea21e9..d750ea21e9 100644
--- a/test/yarp/snapshots/seattlerb/call_kwsplat.txt
+++ b/test/prism/snapshots/seattlerb/call_kwsplat.txt
diff --git a/test/yarp/snapshots/seattlerb/call_leading_dots.txt b/test/prism/snapshots/seattlerb/call_leading_dots.txt
index a8fad7a4aa..a8fad7a4aa 100644
--- a/test/yarp/snapshots/seattlerb/call_leading_dots.txt
+++ b/test/prism/snapshots/seattlerb/call_leading_dots.txt
diff --git a/test/yarp/snapshots/seattlerb/call_leading_dots_comment.txt b/test/prism/snapshots/seattlerb/call_leading_dots_comment.txt
index b21a68b542..b21a68b542 100644
--- a/test/yarp/snapshots/seattlerb/call_leading_dots_comment.txt
+++ b/test/prism/snapshots/seattlerb/call_leading_dots_comment.txt
diff --git a/test/yarp/snapshots/seattlerb/call_lt.txt b/test/prism/snapshots/seattlerb/call_lt.txt
index dcdfbb3420..dcdfbb3420 100644
--- a/test/yarp/snapshots/seattlerb/call_lt.txt
+++ b/test/prism/snapshots/seattlerb/call_lt.txt
diff --git a/test/yarp/snapshots/seattlerb/call_lte.txt b/test/prism/snapshots/seattlerb/call_lte.txt
index 32f886fa3c..32f886fa3c 100644
--- a/test/yarp/snapshots/seattlerb/call_lte.txt
+++ b/test/prism/snapshots/seattlerb/call_lte.txt
diff --git a/test/yarp/snapshots/seattlerb/call_not.txt b/test/prism/snapshots/seattlerb/call_not.txt
index 6c2f2d5f52..6c2f2d5f52 100644
--- a/test/yarp/snapshots/seattlerb/call_not.txt
+++ b/test/prism/snapshots/seattlerb/call_not.txt
diff --git a/test/yarp/snapshots/seattlerb/call_pipe.txt b/test/prism/snapshots/seattlerb/call_pipe.txt
index 4981718ce9..4981718ce9 100644
--- a/test/yarp/snapshots/seattlerb/call_pipe.txt
+++ b/test/prism/snapshots/seattlerb/call_pipe.txt
diff --git a/test/yarp/snapshots/seattlerb/call_rshift.txt b/test/prism/snapshots/seattlerb/call_rshift.txt
index dd50e3e336..dd50e3e336 100644
--- a/test/yarp/snapshots/seattlerb/call_rshift.txt
+++ b/test/prism/snapshots/seattlerb/call_rshift.txt
diff --git a/test/yarp/snapshots/seattlerb/call_self_brackets.txt b/test/prism/snapshots/seattlerb/call_self_brackets.txt
index 0fb7d677d8..0fb7d677d8 100644
--- a/test/yarp/snapshots/seattlerb/call_self_brackets.txt
+++ b/test/prism/snapshots/seattlerb/call_self_brackets.txt
diff --git a/test/yarp/snapshots/seattlerb/call_spaceship.txt b/test/prism/snapshots/seattlerb/call_spaceship.txt
index 388b8dc427..388b8dc427 100644
--- a/test/yarp/snapshots/seattlerb/call_spaceship.txt
+++ b/test/prism/snapshots/seattlerb/call_spaceship.txt
diff --git a/test/yarp/snapshots/seattlerb/call_stabby_do_end_with_block.txt b/test/prism/snapshots/seattlerb/call_stabby_do_end_with_block.txt
index 576e1a49b0..576e1a49b0 100644
--- a/test/yarp/snapshots/seattlerb/call_stabby_do_end_with_block.txt
+++ b/test/prism/snapshots/seattlerb/call_stabby_do_end_with_block.txt
diff --git a/test/yarp/snapshots/seattlerb/call_stabby_with_braces_block.txt b/test/prism/snapshots/seattlerb/call_stabby_with_braces_block.txt
index 0dc00fd90d..0dc00fd90d 100644
--- a/test/yarp/snapshots/seattlerb/call_stabby_with_braces_block.txt
+++ b/test/prism/snapshots/seattlerb/call_stabby_with_braces_block.txt
diff --git a/test/yarp/snapshots/seattlerb/call_star.txt b/test/prism/snapshots/seattlerb/call_star.txt
index bf3fa53b44..bf3fa53b44 100644
--- a/test/yarp/snapshots/seattlerb/call_star.txt
+++ b/test/prism/snapshots/seattlerb/call_star.txt
diff --git a/test/yarp/snapshots/seattlerb/call_star2.txt b/test/prism/snapshots/seattlerb/call_star2.txt
index 960f676135..960f676135 100644
--- a/test/yarp/snapshots/seattlerb/call_star2.txt
+++ b/test/prism/snapshots/seattlerb/call_star2.txt
diff --git a/test/yarp/snapshots/seattlerb/call_trailing_comma.txt b/test/prism/snapshots/seattlerb/call_trailing_comma.txt
index 91ffc098bf..91ffc098bf 100644
--- a/test/yarp/snapshots/seattlerb/call_trailing_comma.txt
+++ b/test/prism/snapshots/seattlerb/call_trailing_comma.txt
diff --git a/test/yarp/snapshots/seattlerb/call_trailing_dots.txt b/test/prism/snapshots/seattlerb/call_trailing_dots.txt
index 828db0ce3b..828db0ce3b 100644
--- a/test/yarp/snapshots/seattlerb/call_trailing_dots.txt
+++ b/test/prism/snapshots/seattlerb/call_trailing_dots.txt
diff --git a/test/yarp/snapshots/seattlerb/call_unary_bang.txt b/test/prism/snapshots/seattlerb/call_unary_bang.txt
index a3dc0368a5..a3dc0368a5 100644
--- a/test/yarp/snapshots/seattlerb/call_unary_bang.txt
+++ b/test/prism/snapshots/seattlerb/call_unary_bang.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in.txt b/test/prism/snapshots/seattlerb/case_in.txt
index 94556ddecb..94556ddecb 100644
--- a/test/yarp/snapshots/seattlerb/case_in.txt
+++ b/test/prism/snapshots/seattlerb/case_in.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_31.txt b/test/prism/snapshots/seattlerb/case_in_31.txt
index e753c3ccff..e753c3ccff 100644
--- a/test/yarp/snapshots/seattlerb/case_in_31.txt
+++ b/test/prism/snapshots/seattlerb/case_in_31.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_37.txt b/test/prism/snapshots/seattlerb/case_in_37.txt
index 46bdcf40b6..46bdcf40b6 100644
--- a/test/yarp/snapshots/seattlerb/case_in_37.txt
+++ b/test/prism/snapshots/seattlerb/case_in_37.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_42.txt b/test/prism/snapshots/seattlerb/case_in_42.txt
index fe69a9e3d3..fe69a9e3d3 100644
--- a/test/yarp/snapshots/seattlerb/case_in_42.txt
+++ b/test/prism/snapshots/seattlerb/case_in_42.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_42_2.txt b/test/prism/snapshots/seattlerb/case_in_42_2.txt
index f4e6806d35..f4e6806d35 100644
--- a/test/yarp/snapshots/seattlerb/case_in_42_2.txt
+++ b/test/prism/snapshots/seattlerb/case_in_42_2.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_47.txt b/test/prism/snapshots/seattlerb/case_in_47.txt
index 32b24fc98d..32b24fc98d 100644
--- a/test/yarp/snapshots/seattlerb/case_in_47.txt
+++ b/test/prism/snapshots/seattlerb/case_in_47.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_67.txt b/test/prism/snapshots/seattlerb/case_in_67.txt
index 73649059f0..73649059f0 100644
--- a/test/yarp/snapshots/seattlerb/case_in_67.txt
+++ b/test/prism/snapshots/seattlerb/case_in_67.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_86.txt b/test/prism/snapshots/seattlerb/case_in_86.txt
index 7197e77bc0..7197e77bc0 100644
--- a/test/yarp/snapshots/seattlerb/case_in_86.txt
+++ b/test/prism/snapshots/seattlerb/case_in_86.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_86_2.txt b/test/prism/snapshots/seattlerb/case_in_86_2.txt
index 9d3abbb31d..9d3abbb31d 100644
--- a/test/yarp/snapshots/seattlerb/case_in_86_2.txt
+++ b/test/prism/snapshots/seattlerb/case_in_86_2.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_array_pat_const.txt b/test/prism/snapshots/seattlerb/case_in_array_pat_const.txt
index 8316c51f2e..8316c51f2e 100644
--- a/test/yarp/snapshots/seattlerb/case_in_array_pat_const.txt
+++ b/test/prism/snapshots/seattlerb/case_in_array_pat_const.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_array_pat_const2.txt b/test/prism/snapshots/seattlerb/case_in_array_pat_const2.txt
index 9f54b921ac..9f54b921ac 100644
--- a/test/yarp/snapshots/seattlerb/case_in_array_pat_const2.txt
+++ b/test/prism/snapshots/seattlerb/case_in_array_pat_const2.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_array_pat_paren_assign.txt b/test/prism/snapshots/seattlerb/case_in_array_pat_paren_assign.txt
index 0b903e8d91..0b903e8d91 100644
--- a/test/yarp/snapshots/seattlerb/case_in_array_pat_paren_assign.txt
+++ b/test/prism/snapshots/seattlerb/case_in_array_pat_paren_assign.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_const.txt b/test/prism/snapshots/seattlerb/case_in_const.txt
index 59880bc2a7..59880bc2a7 100644
--- a/test/yarp/snapshots/seattlerb/case_in_const.txt
+++ b/test/prism/snapshots/seattlerb/case_in_const.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_else.txt b/test/prism/snapshots/seattlerb/case_in_else.txt
index c132443cc8..c132443cc8 100644
--- a/test/yarp/snapshots/seattlerb/case_in_else.txt
+++ b/test/prism/snapshots/seattlerb/case_in_else.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_find.txt b/test/prism/snapshots/seattlerb/case_in_find.txt
index 191dee3a04..191dee3a04 100644
--- a/test/yarp/snapshots/seattlerb/case_in_find.txt
+++ b/test/prism/snapshots/seattlerb/case_in_find.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_find_array.txt b/test/prism/snapshots/seattlerb/case_in_find_array.txt
index df764a4b07..df764a4b07 100644
--- a/test/yarp/snapshots/seattlerb/case_in_find_array.txt
+++ b/test/prism/snapshots/seattlerb/case_in_find_array.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_hash_pat.txt b/test/prism/snapshots/seattlerb/case_in_hash_pat.txt
index e039140241..e039140241 100644
--- a/test/yarp/snapshots/seattlerb/case_in_hash_pat.txt
+++ b/test/prism/snapshots/seattlerb/case_in_hash_pat.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_hash_pat_assign.txt b/test/prism/snapshots/seattlerb/case_in_hash_pat_assign.txt
index b24718b1ee..b24718b1ee 100644
--- a/test/yarp/snapshots/seattlerb/case_in_hash_pat_assign.txt
+++ b/test/prism/snapshots/seattlerb/case_in_hash_pat_assign.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_hash_pat_paren_assign.txt b/test/prism/snapshots/seattlerb/case_in_hash_pat_paren_assign.txt
index 802c09438e..802c09438e 100644
--- a/test/yarp/snapshots/seattlerb/case_in_hash_pat_paren_assign.txt
+++ b/test/prism/snapshots/seattlerb/case_in_hash_pat_paren_assign.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_hash_pat_paren_true.txt b/test/prism/snapshots/seattlerb/case_in_hash_pat_paren_true.txt
index ca7fbcfd92..ca7fbcfd92 100644
--- a/test/yarp/snapshots/seattlerb/case_in_hash_pat_paren_true.txt
+++ b/test/prism/snapshots/seattlerb/case_in_hash_pat_paren_true.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_hash_pat_rest.txt b/test/prism/snapshots/seattlerb/case_in_hash_pat_rest.txt
index bbd4963008..bbd4963008 100644
--- a/test/yarp/snapshots/seattlerb/case_in_hash_pat_rest.txt
+++ b/test/prism/snapshots/seattlerb/case_in_hash_pat_rest.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_hash_pat_rest_solo.txt b/test/prism/snapshots/seattlerb/case_in_hash_pat_rest_solo.txt
index 4a189bb590..4a189bb590 100644
--- a/test/yarp/snapshots/seattlerb/case_in_hash_pat_rest_solo.txt
+++ b/test/prism/snapshots/seattlerb/case_in_hash_pat_rest_solo.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_if_unless_post_mod.txt b/test/prism/snapshots/seattlerb/case_in_if_unless_post_mod.txt
index b058ee0285..b058ee0285 100644
--- a/test/yarp/snapshots/seattlerb/case_in_if_unless_post_mod.txt
+++ b/test/prism/snapshots/seattlerb/case_in_if_unless_post_mod.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_multiple.txt b/test/prism/snapshots/seattlerb/case_in_multiple.txt
index 046cb61838..046cb61838 100644
--- a/test/yarp/snapshots/seattlerb/case_in_multiple.txt
+++ b/test/prism/snapshots/seattlerb/case_in_multiple.txt
diff --git a/test/yarp/snapshots/seattlerb/case_in_or.txt b/test/prism/snapshots/seattlerb/case_in_or.txt
index 059ddcd32c..059ddcd32c 100644
--- a/test/yarp/snapshots/seattlerb/case_in_or.txt
+++ b/test/prism/snapshots/seattlerb/case_in_or.txt
diff --git a/test/yarp/snapshots/seattlerb/class_comments.txt b/test/prism/snapshots/seattlerb/class_comments.txt
index 5ac05b6be6..5ac05b6be6 100644
--- a/test/yarp/snapshots/seattlerb/class_comments.txt
+++ b/test/prism/snapshots/seattlerb/class_comments.txt
diff --git a/test/yarp/snapshots/seattlerb/cond_unary_minus.txt b/test/prism/snapshots/seattlerb/cond_unary_minus.txt
index 28c354b85d..28c354b85d 100644
--- a/test/yarp/snapshots/seattlerb/cond_unary_minus.txt
+++ b/test/prism/snapshots/seattlerb/cond_unary_minus.txt
diff --git a/test/yarp/snapshots/seattlerb/const_2_op_asgn_or2.txt b/test/prism/snapshots/seattlerb/const_2_op_asgn_or2.txt
index 332c7ff302..332c7ff302 100644
--- a/test/yarp/snapshots/seattlerb/const_2_op_asgn_or2.txt
+++ b/test/prism/snapshots/seattlerb/const_2_op_asgn_or2.txt
diff --git a/test/yarp/snapshots/seattlerb/const_3_op_asgn_or.txt b/test/prism/snapshots/seattlerb/const_3_op_asgn_or.txt
index e7130cc1b3..e7130cc1b3 100644
--- a/test/yarp/snapshots/seattlerb/const_3_op_asgn_or.txt
+++ b/test/prism/snapshots/seattlerb/const_3_op_asgn_or.txt
diff --git a/test/yarp/snapshots/seattlerb/const_op_asgn_and1.txt b/test/prism/snapshots/seattlerb/const_op_asgn_and1.txt
index c4c5534f92..c4c5534f92 100644
--- a/test/yarp/snapshots/seattlerb/const_op_asgn_and1.txt
+++ b/test/prism/snapshots/seattlerb/const_op_asgn_and1.txt
diff --git a/test/yarp/snapshots/seattlerb/const_op_asgn_and2.txt b/test/prism/snapshots/seattlerb/const_op_asgn_and2.txt
index ef9ee358b9..ef9ee358b9 100644
--- a/test/yarp/snapshots/seattlerb/const_op_asgn_and2.txt
+++ b/test/prism/snapshots/seattlerb/const_op_asgn_and2.txt
diff --git a/test/yarp/snapshots/seattlerb/const_op_asgn_or.txt b/test/prism/snapshots/seattlerb/const_op_asgn_or.txt
index 7afc8882e9..7afc8882e9 100644
--- a/test/yarp/snapshots/seattlerb/const_op_asgn_or.txt
+++ b/test/prism/snapshots/seattlerb/const_op_asgn_or.txt
diff --git a/test/yarp/snapshots/seattlerb/dasgn_icky2.txt b/test/prism/snapshots/seattlerb/dasgn_icky2.txt
index 16864d1e33..16864d1e33 100644
--- a/test/yarp/snapshots/seattlerb/dasgn_icky2.txt
+++ b/test/prism/snapshots/seattlerb/dasgn_icky2.txt
diff --git a/test/yarp/snapshots/seattlerb/defined_eh_parens.txt b/test/prism/snapshots/seattlerb/defined_eh_parens.txt
index b03666c7e4..b03666c7e4 100644
--- a/test/yarp/snapshots/seattlerb/defined_eh_parens.txt
+++ b/test/prism/snapshots/seattlerb/defined_eh_parens.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_arg_asplat_arg.txt b/test/prism/snapshots/seattlerb/defn_arg_asplat_arg.txt
index c5c169fc0e..c5c169fc0e 100644
--- a/test/yarp/snapshots/seattlerb/defn_arg_asplat_arg.txt
+++ b/test/prism/snapshots/seattlerb/defn_arg_asplat_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_arg_forward_args.txt b/test/prism/snapshots/seattlerb/defn_arg_forward_args.txt
index 8b85009de0..8b85009de0 100644
--- a/test/yarp/snapshots/seattlerb/defn_arg_forward_args.txt
+++ b/test/prism/snapshots/seattlerb/defn_arg_forward_args.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_args_forward_args.txt b/test/prism/snapshots/seattlerb/defn_args_forward_args.txt
index 2d033dd1f2..2d033dd1f2 100644
--- a/test/yarp/snapshots/seattlerb/defn_args_forward_args.txt
+++ b/test/prism/snapshots/seattlerb/defn_args_forward_args.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_comments.txt b/test/prism/snapshots/seattlerb/defn_comments.txt
index 585aa65c9a..585aa65c9a 100644
--- a/test/yarp/snapshots/seattlerb/defn_comments.txt
+++ b/test/prism/snapshots/seattlerb/defn_comments.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_endless_command.txt b/test/prism/snapshots/seattlerb/defn_endless_command.txt
index 90cfd1c888..90cfd1c888 100644
--- a/test/yarp/snapshots/seattlerb/defn_endless_command.txt
+++ b/test/prism/snapshots/seattlerb/defn_endless_command.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_endless_command_rescue.txt b/test/prism/snapshots/seattlerb/defn_endless_command_rescue.txt
index 18e019d4f4..18e019d4f4 100644
--- a/test/yarp/snapshots/seattlerb/defn_endless_command_rescue.txt
+++ b/test/prism/snapshots/seattlerb/defn_endless_command_rescue.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_forward_args.txt b/test/prism/snapshots/seattlerb/defn_forward_args.txt
index 5eb2cf1d18..5eb2cf1d18 100644
--- a/test/yarp/snapshots/seattlerb/defn_forward_args.txt
+++ b/test/prism/snapshots/seattlerb/defn_forward_args.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_forward_args__no_parens.txt b/test/prism/snapshots/seattlerb/defn_forward_args__no_parens.txt
index 168fdbbb42..168fdbbb42 100644
--- a/test/yarp/snapshots/seattlerb/defn_forward_args__no_parens.txt
+++ b/test/prism/snapshots/seattlerb/defn_forward_args__no_parens.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_kwarg_env.txt b/test/prism/snapshots/seattlerb/defn_kwarg_env.txt
index 57b835d9d4..57b835d9d4 100644
--- a/test/yarp/snapshots/seattlerb/defn_kwarg_env.txt
+++ b/test/prism/snapshots/seattlerb/defn_kwarg_env.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_kwarg_kwarg.txt b/test/prism/snapshots/seattlerb/defn_kwarg_kwarg.txt
index 2d57ad3189..2d57ad3189 100644
--- a/test/yarp/snapshots/seattlerb/defn_kwarg_kwarg.txt
+++ b/test/prism/snapshots/seattlerb/defn_kwarg_kwarg.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_kwarg_kwsplat.txt b/test/prism/snapshots/seattlerb/defn_kwarg_kwsplat.txt
index 0d005c2057..0d005c2057 100644
--- a/test/yarp/snapshots/seattlerb/defn_kwarg_kwsplat.txt
+++ b/test/prism/snapshots/seattlerb/defn_kwarg_kwsplat.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_kwarg_kwsplat_anon.txt b/test/prism/snapshots/seattlerb/defn_kwarg_kwsplat_anon.txt
index 60c8e7bcb8..60c8e7bcb8 100644
--- a/test/yarp/snapshots/seattlerb/defn_kwarg_kwsplat_anon.txt
+++ b/test/prism/snapshots/seattlerb/defn_kwarg_kwsplat_anon.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_kwarg_lvar.txt b/test/prism/snapshots/seattlerb/defn_kwarg_lvar.txt
index 6b46d9e2d4..6b46d9e2d4 100644
--- a/test/yarp/snapshots/seattlerb/defn_kwarg_lvar.txt
+++ b/test/prism/snapshots/seattlerb/defn_kwarg_lvar.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_kwarg_no_parens.txt b/test/prism/snapshots/seattlerb/defn_kwarg_no_parens.txt
index ba0bd44324..ba0bd44324 100644
--- a/test/yarp/snapshots/seattlerb/defn_kwarg_no_parens.txt
+++ b/test/prism/snapshots/seattlerb/defn_kwarg_no_parens.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_kwarg_val.txt b/test/prism/snapshots/seattlerb/defn_kwarg_val.txt
index 5933c969db..5933c969db 100644
--- a/test/yarp/snapshots/seattlerb/defn_kwarg_val.txt
+++ b/test/prism/snapshots/seattlerb/defn_kwarg_val.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_no_kwargs.txt b/test/prism/snapshots/seattlerb/defn_no_kwargs.txt
index 0ef0634a53..0ef0634a53 100644
--- a/test/yarp/snapshots/seattlerb/defn_no_kwargs.txt
+++ b/test/prism/snapshots/seattlerb/defn_no_kwargs.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_oneliner.txt b/test/prism/snapshots/seattlerb/defn_oneliner.txt
index 55227da074..55227da074 100644
--- a/test/yarp/snapshots/seattlerb/defn_oneliner.txt
+++ b/test/prism/snapshots/seattlerb/defn_oneliner.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_oneliner_eq2.txt b/test/prism/snapshots/seattlerb/defn_oneliner_eq2.txt
index 359332adba..359332adba 100644
--- a/test/yarp/snapshots/seattlerb/defn_oneliner_eq2.txt
+++ b/test/prism/snapshots/seattlerb/defn_oneliner_eq2.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_oneliner_noargs.txt b/test/prism/snapshots/seattlerb/defn_oneliner_noargs.txt
index 1159287905..1159287905 100644
--- a/test/yarp/snapshots/seattlerb/defn_oneliner_noargs.txt
+++ b/test/prism/snapshots/seattlerb/defn_oneliner_noargs.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_oneliner_noargs_parentheses.txt b/test/prism/snapshots/seattlerb/defn_oneliner_noargs_parentheses.txt
index 6634a2c375..6634a2c375 100644
--- a/test/yarp/snapshots/seattlerb/defn_oneliner_noargs_parentheses.txt
+++ b/test/prism/snapshots/seattlerb/defn_oneliner_noargs_parentheses.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_oneliner_rescue.txt b/test/prism/snapshots/seattlerb/defn_oneliner_rescue.txt
index 5fe7779944..5fe7779944 100644
--- a/test/yarp/snapshots/seattlerb/defn_oneliner_rescue.txt
+++ b/test/prism/snapshots/seattlerb/defn_oneliner_rescue.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_opt_last_arg.txt b/test/prism/snapshots/seattlerb/defn_opt_last_arg.txt
index e82a9c8091..e82a9c8091 100644
--- a/test/yarp/snapshots/seattlerb/defn_opt_last_arg.txt
+++ b/test/prism/snapshots/seattlerb/defn_opt_last_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_opt_reg.txt b/test/prism/snapshots/seattlerb/defn_opt_reg.txt
index 437eaa7472..437eaa7472 100644
--- a/test/yarp/snapshots/seattlerb/defn_opt_reg.txt
+++ b/test/prism/snapshots/seattlerb/defn_opt_reg.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_opt_splat_arg.txt b/test/prism/snapshots/seattlerb/defn_opt_splat_arg.txt
index 4ad2a5303e..4ad2a5303e 100644
--- a/test/yarp/snapshots/seattlerb/defn_opt_splat_arg.txt
+++ b/test/prism/snapshots/seattlerb/defn_opt_splat_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_powarg.txt b/test/prism/snapshots/seattlerb/defn_powarg.txt
index a903d1f741..a903d1f741 100644
--- a/test/yarp/snapshots/seattlerb/defn_powarg.txt
+++ b/test/prism/snapshots/seattlerb/defn_powarg.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_reg_opt_reg.txt b/test/prism/snapshots/seattlerb/defn_reg_opt_reg.txt
index 0b6614abbc..0b6614abbc 100644
--- a/test/yarp/snapshots/seattlerb/defn_reg_opt_reg.txt
+++ b/test/prism/snapshots/seattlerb/defn_reg_opt_reg.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_splat_arg.txt b/test/prism/snapshots/seattlerb/defn_splat_arg.txt
index 69b1c0749a..69b1c0749a 100644
--- a/test/yarp/snapshots/seattlerb/defn_splat_arg.txt
+++ b/test/prism/snapshots/seattlerb/defn_splat_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/defn_unary_not.txt b/test/prism/snapshots/seattlerb/defn_unary_not.txt
index 61afb79ad1..61afb79ad1 100644
--- a/test/yarp/snapshots/seattlerb/defn_unary_not.txt
+++ b/test/prism/snapshots/seattlerb/defn_unary_not.txt
diff --git a/test/yarp/snapshots/seattlerb/defns_reserved.txt b/test/prism/snapshots/seattlerb/defns_reserved.txt
index 96860b49ce..96860b49ce 100644
--- a/test/yarp/snapshots/seattlerb/defns_reserved.txt
+++ b/test/prism/snapshots/seattlerb/defns_reserved.txt
diff --git a/test/yarp/snapshots/seattlerb/defs_as_arg_with_do_block_inside.txt b/test/prism/snapshots/seattlerb/defs_as_arg_with_do_block_inside.txt
index 8b2002ac39..8b2002ac39 100644
--- a/test/yarp/snapshots/seattlerb/defs_as_arg_with_do_block_inside.txt
+++ b/test/prism/snapshots/seattlerb/defs_as_arg_with_do_block_inside.txt
diff --git a/test/yarp/snapshots/seattlerb/defs_comments.txt b/test/prism/snapshots/seattlerb/defs_comments.txt
index a2976e7ee2..a2976e7ee2 100644
--- a/test/yarp/snapshots/seattlerb/defs_comments.txt
+++ b/test/prism/snapshots/seattlerb/defs_comments.txt
diff --git a/test/yarp/snapshots/seattlerb/defs_endless_command.txt b/test/prism/snapshots/seattlerb/defs_endless_command.txt
index 257b632a3d..257b632a3d 100644
--- a/test/yarp/snapshots/seattlerb/defs_endless_command.txt
+++ b/test/prism/snapshots/seattlerb/defs_endless_command.txt
diff --git a/test/yarp/snapshots/seattlerb/defs_endless_command_rescue.txt b/test/prism/snapshots/seattlerb/defs_endless_command_rescue.txt
index 0b18829492..0b18829492 100644
--- a/test/yarp/snapshots/seattlerb/defs_endless_command_rescue.txt
+++ b/test/prism/snapshots/seattlerb/defs_endless_command_rescue.txt
diff --git a/test/yarp/snapshots/seattlerb/defs_kwarg.txt b/test/prism/snapshots/seattlerb/defs_kwarg.txt
index 8343c1f178..8343c1f178 100644
--- a/test/yarp/snapshots/seattlerb/defs_kwarg.txt
+++ b/test/prism/snapshots/seattlerb/defs_kwarg.txt
diff --git a/test/yarp/snapshots/seattlerb/defs_oneliner.txt b/test/prism/snapshots/seattlerb/defs_oneliner.txt
index 629de9b138..629de9b138 100644
--- a/test/yarp/snapshots/seattlerb/defs_oneliner.txt
+++ b/test/prism/snapshots/seattlerb/defs_oneliner.txt
diff --git a/test/yarp/snapshots/seattlerb/defs_oneliner_eq2.txt b/test/prism/snapshots/seattlerb/defs_oneliner_eq2.txt
index 45ae30ecea..45ae30ecea 100644
--- a/test/yarp/snapshots/seattlerb/defs_oneliner_eq2.txt
+++ b/test/prism/snapshots/seattlerb/defs_oneliner_eq2.txt
diff --git a/test/yarp/snapshots/seattlerb/defs_oneliner_rescue.txt b/test/prism/snapshots/seattlerb/defs_oneliner_rescue.txt
index 9e1bea2d2c..9e1bea2d2c 100644
--- a/test/yarp/snapshots/seattlerb/defs_oneliner_rescue.txt
+++ b/test/prism/snapshots/seattlerb/defs_oneliner_rescue.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult0_.txt b/test/prism/snapshots/seattlerb/difficult0_.txt
index f4f9b11560..f4f9b11560 100644
--- a/test/yarp/snapshots/seattlerb/difficult0_.txt
+++ b/test/prism/snapshots/seattlerb/difficult0_.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult1_line_numbers.txt b/test/prism/snapshots/seattlerb/difficult1_line_numbers.txt
index fd98c2a5ef..fd98c2a5ef 100644
--- a/test/yarp/snapshots/seattlerb/difficult1_line_numbers.txt
+++ b/test/prism/snapshots/seattlerb/difficult1_line_numbers.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult1_line_numbers2.txt b/test/prism/snapshots/seattlerb/difficult1_line_numbers2.txt
index ab8857b6d3..ab8857b6d3 100644
--- a/test/yarp/snapshots/seattlerb/difficult1_line_numbers2.txt
+++ b/test/prism/snapshots/seattlerb/difficult1_line_numbers2.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult2_.txt b/test/prism/snapshots/seattlerb/difficult2_.txt
index 6bada8e1be..6bada8e1be 100644
--- a/test/yarp/snapshots/seattlerb/difficult2_.txt
+++ b/test/prism/snapshots/seattlerb/difficult2_.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult3_.txt b/test/prism/snapshots/seattlerb/difficult3_.txt
index 315602ea1e..315602ea1e 100644
--- a/test/yarp/snapshots/seattlerb/difficult3_.txt
+++ b/test/prism/snapshots/seattlerb/difficult3_.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult3_2.txt b/test/prism/snapshots/seattlerb/difficult3_2.txt
index c1ebe5b4cf..c1ebe5b4cf 100644
--- a/test/yarp/snapshots/seattlerb/difficult3_2.txt
+++ b/test/prism/snapshots/seattlerb/difficult3_2.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult3_3.txt b/test/prism/snapshots/seattlerb/difficult3_3.txt
index 46160cc33c..46160cc33c 100644
--- a/test/yarp/snapshots/seattlerb/difficult3_3.txt
+++ b/test/prism/snapshots/seattlerb/difficult3_3.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult3_4.txt b/test/prism/snapshots/seattlerb/difficult3_4.txt
index 67fe5715a3..67fe5715a3 100644
--- a/test/yarp/snapshots/seattlerb/difficult3_4.txt
+++ b/test/prism/snapshots/seattlerb/difficult3_4.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult3_5.txt b/test/prism/snapshots/seattlerb/difficult3_5.txt
index 174557dc5e..174557dc5e 100644
--- a/test/yarp/snapshots/seattlerb/difficult3_5.txt
+++ b/test/prism/snapshots/seattlerb/difficult3_5.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult3__10.txt b/test/prism/snapshots/seattlerb/difficult3__10.txt
index c70e73eb86..c70e73eb86 100644
--- a/test/yarp/snapshots/seattlerb/difficult3__10.txt
+++ b/test/prism/snapshots/seattlerb/difficult3__10.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult3__11.txt b/test/prism/snapshots/seattlerb/difficult3__11.txt
index 6dce592668..6dce592668 100644
--- a/test/yarp/snapshots/seattlerb/difficult3__11.txt
+++ b/test/prism/snapshots/seattlerb/difficult3__11.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult3__12.txt b/test/prism/snapshots/seattlerb/difficult3__12.txt
index 67947d6301..67947d6301 100644
--- a/test/yarp/snapshots/seattlerb/difficult3__12.txt
+++ b/test/prism/snapshots/seattlerb/difficult3__12.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult3__6.txt b/test/prism/snapshots/seattlerb/difficult3__6.txt
index ea05a98bbd..ea05a98bbd 100644
--- a/test/yarp/snapshots/seattlerb/difficult3__6.txt
+++ b/test/prism/snapshots/seattlerb/difficult3__6.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult3__7.txt b/test/prism/snapshots/seattlerb/difficult3__7.txt
index 8c0aa4cf1b..8c0aa4cf1b 100644
--- a/test/yarp/snapshots/seattlerb/difficult3__7.txt
+++ b/test/prism/snapshots/seattlerb/difficult3__7.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult3__8.txt b/test/prism/snapshots/seattlerb/difficult3__8.txt
index c7e893600c..c7e893600c 100644
--- a/test/yarp/snapshots/seattlerb/difficult3__8.txt
+++ b/test/prism/snapshots/seattlerb/difficult3__8.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult3__9.txt b/test/prism/snapshots/seattlerb/difficult3__9.txt
index 5e1c6b1cab..5e1c6b1cab 100644
--- a/test/yarp/snapshots/seattlerb/difficult3__9.txt
+++ b/test/prism/snapshots/seattlerb/difficult3__9.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult4__leading_dots.txt b/test/prism/snapshots/seattlerb/difficult4__leading_dots.txt
index acdb72f84c..acdb72f84c 100644
--- a/test/yarp/snapshots/seattlerb/difficult4__leading_dots.txt
+++ b/test/prism/snapshots/seattlerb/difficult4__leading_dots.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult4__leading_dots2.txt b/test/prism/snapshots/seattlerb/difficult4__leading_dots2.txt
index e569fbea1f..e569fbea1f 100644
--- a/test/yarp/snapshots/seattlerb/difficult4__leading_dots2.txt
+++ b/test/prism/snapshots/seattlerb/difficult4__leading_dots2.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult6_.txt b/test/prism/snapshots/seattlerb/difficult6_.txt
index dd12d42c15..dd12d42c15 100644
--- a/test/yarp/snapshots/seattlerb/difficult6_.txt
+++ b/test/prism/snapshots/seattlerb/difficult6_.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult6__7.txt b/test/prism/snapshots/seattlerb/difficult6__7.txt
index 2ca623e8e8..2ca623e8e8 100644
--- a/test/yarp/snapshots/seattlerb/difficult6__7.txt
+++ b/test/prism/snapshots/seattlerb/difficult6__7.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult6__8.txt b/test/prism/snapshots/seattlerb/difficult6__8.txt
index 1f7c63ba12..1f7c63ba12 100644
--- a/test/yarp/snapshots/seattlerb/difficult6__8.txt
+++ b/test/prism/snapshots/seattlerb/difficult6__8.txt
diff --git a/test/yarp/snapshots/seattlerb/difficult7_.txt b/test/prism/snapshots/seattlerb/difficult7_.txt
index e567448bcf..e567448bcf 100644
--- a/test/yarp/snapshots/seattlerb/difficult7_.txt
+++ b/test/prism/snapshots/seattlerb/difficult7_.txt
diff --git a/test/yarp/snapshots/seattlerb/do_bug.txt b/test/prism/snapshots/seattlerb/do_bug.txt
index 49b3605da3..49b3605da3 100644
--- a/test/yarp/snapshots/seattlerb/do_bug.txt
+++ b/test/prism/snapshots/seattlerb/do_bug.txt
diff --git a/test/yarp/snapshots/seattlerb/do_lambda.txt b/test/prism/snapshots/seattlerb/do_lambda.txt
index 4713fb3e4b..4713fb3e4b 100644
--- a/test/yarp/snapshots/seattlerb/do_lambda.txt
+++ b/test/prism/snapshots/seattlerb/do_lambda.txt
diff --git a/test/yarp/snapshots/seattlerb/dot2_nil__26.txt b/test/prism/snapshots/seattlerb/dot2_nil__26.txt
index 6e10c48818..6e10c48818 100644
--- a/test/yarp/snapshots/seattlerb/dot2_nil__26.txt
+++ b/test/prism/snapshots/seattlerb/dot2_nil__26.txt
diff --git a/test/yarp/snapshots/seattlerb/dot3_nil__26.txt b/test/prism/snapshots/seattlerb/dot3_nil__26.txt
index 0da36ab471..0da36ab471 100644
--- a/test/yarp/snapshots/seattlerb/dot3_nil__26.txt
+++ b/test/prism/snapshots/seattlerb/dot3_nil__26.txt
diff --git a/test/yarp/snapshots/seattlerb/dstr_evstr.txt b/test/prism/snapshots/seattlerb/dstr_evstr.txt
index c070c86f96..c070c86f96 100644
--- a/test/yarp/snapshots/seattlerb/dstr_evstr.txt
+++ b/test/prism/snapshots/seattlerb/dstr_evstr.txt
diff --git a/test/yarp/snapshots/seattlerb/dstr_evstr_empty_end.txt b/test/prism/snapshots/seattlerb/dstr_evstr_empty_end.txt
index a51f7fe994..a51f7fe994 100644
--- a/test/yarp/snapshots/seattlerb/dstr_evstr_empty_end.txt
+++ b/test/prism/snapshots/seattlerb/dstr_evstr_empty_end.txt
diff --git a/test/yarp/snapshots/seattlerb/dstr_lex_state.txt b/test/prism/snapshots/seattlerb/dstr_lex_state.txt
index 60d9eff91e..60d9eff91e 100644
--- a/test/yarp/snapshots/seattlerb/dstr_lex_state.txt
+++ b/test/prism/snapshots/seattlerb/dstr_lex_state.txt
diff --git a/test/yarp/snapshots/seattlerb/dstr_str.txt b/test/prism/snapshots/seattlerb/dstr_str.txt
index 42bd37a1ac..42bd37a1ac 100644
--- a/test/yarp/snapshots/seattlerb/dstr_str.txt
+++ b/test/prism/snapshots/seattlerb/dstr_str.txt
diff --git a/test/yarp/snapshots/seattlerb/dsym_esc_to_sym.txt b/test/prism/snapshots/seattlerb/dsym_esc_to_sym.txt
index a52ac4043c..a52ac4043c 100644
--- a/test/yarp/snapshots/seattlerb/dsym_esc_to_sym.txt
+++ b/test/prism/snapshots/seattlerb/dsym_esc_to_sym.txt
diff --git a/test/yarp/snapshots/seattlerb/dsym_to_sym.txt b/test/prism/snapshots/seattlerb/dsym_to_sym.txt
index 1d7fcf801f..1d7fcf801f 100644
--- a/test/yarp/snapshots/seattlerb/dsym_to_sym.txt
+++ b/test/prism/snapshots/seattlerb/dsym_to_sym.txt
diff --git a/test/yarp/snapshots/seattlerb/eq_begin_line_numbers.txt b/test/prism/snapshots/seattlerb/eq_begin_line_numbers.txt
index 1fd43f6166..1fd43f6166 100644
--- a/test/yarp/snapshots/seattlerb/eq_begin_line_numbers.txt
+++ b/test/prism/snapshots/seattlerb/eq_begin_line_numbers.txt
diff --git a/test/yarp/snapshots/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt b/test/prism/snapshots/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt
index 38c745deef..38c745deef 100644
--- a/test/yarp/snapshots/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt
+++ b/test/prism/snapshots/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt
diff --git a/test/yarp/snapshots/seattlerb/evstr_evstr.txt b/test/prism/snapshots/seattlerb/evstr_evstr.txt
index 373f49364e..373f49364e 100644
--- a/test/yarp/snapshots/seattlerb/evstr_evstr.txt
+++ b/test/prism/snapshots/seattlerb/evstr_evstr.txt
diff --git a/test/yarp/snapshots/seattlerb/evstr_str.txt b/test/prism/snapshots/seattlerb/evstr_str.txt
index 196014e307..196014e307 100644
--- a/test/yarp/snapshots/seattlerb/evstr_str.txt
+++ b/test/prism/snapshots/seattlerb/evstr_str.txt
diff --git a/test/yarp/snapshots/seattlerb/expr_not_bang.txt b/test/prism/snapshots/seattlerb/expr_not_bang.txt
index f9679d8df6..f9679d8df6 100644
--- a/test/yarp/snapshots/seattlerb/expr_not_bang.txt
+++ b/test/prism/snapshots/seattlerb/expr_not_bang.txt
diff --git a/test/yarp/snapshots/seattlerb/f_kw.txt b/test/prism/snapshots/seattlerb/f_kw.txt
index cbc29b9c96..cbc29b9c96 100644
--- a/test/yarp/snapshots/seattlerb/f_kw.txt
+++ b/test/prism/snapshots/seattlerb/f_kw.txt
diff --git a/test/yarp/snapshots/seattlerb/f_kw__required.txt b/test/prism/snapshots/seattlerb/f_kw__required.txt
index 16d94d6b46..16d94d6b46 100644
--- a/test/yarp/snapshots/seattlerb/f_kw__required.txt
+++ b/test/prism/snapshots/seattlerb/f_kw__required.txt
diff --git a/test/yarp/snapshots/seattlerb/flip2_env_lvar.txt b/test/prism/snapshots/seattlerb/flip2_env_lvar.txt
index 1bd74d2b82..1bd74d2b82 100644
--- a/test/yarp/snapshots/seattlerb/flip2_env_lvar.txt
+++ b/test/prism/snapshots/seattlerb/flip2_env_lvar.txt
diff --git a/test/yarp/snapshots/seattlerb/float_with_if_modifier.txt b/test/prism/snapshots/seattlerb/float_with_if_modifier.txt
index 798dba2d05..798dba2d05 100644
--- a/test/yarp/snapshots/seattlerb/float_with_if_modifier.txt
+++ b/test/prism/snapshots/seattlerb/float_with_if_modifier.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc__backslash_dos_format.txt b/test/prism/snapshots/seattlerb/heredoc__backslash_dos_format.txt
index 1d8b569dfe..1d8b569dfe 100644
--- a/test/yarp/snapshots/seattlerb/heredoc__backslash_dos_format.txt
+++ b/test/prism/snapshots/seattlerb/heredoc__backslash_dos_format.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_backslash_nl.txt b/test/prism/snapshots/seattlerb/heredoc_backslash_nl.txt
index 3f98b7cd43..3f98b7cd43 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_backslash_nl.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_backslash_nl.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_bad_hex_escape.txt b/test/prism/snapshots/seattlerb/heredoc_bad_hex_escape.txt
index 29770b2ba3..29770b2ba3 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_bad_hex_escape.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_bad_hex_escape.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_bad_oct_escape.txt b/test/prism/snapshots/seattlerb/heredoc_bad_oct_escape.txt
index e51b83d922..e51b83d922 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_bad_oct_escape.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_bad_oct_escape.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_comma_arg.txt b/test/prism/snapshots/seattlerb/heredoc_comma_arg.txt
index 007c4308fe..007c4308fe 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_comma_arg.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_comma_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_lineno.txt b/test/prism/snapshots/seattlerb/heredoc_lineno.txt
index 138a6af030..138a6af030 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_lineno.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_lineno.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_nested.txt b/test/prism/snapshots/seattlerb/heredoc_nested.txt
index d46f7253a5..d46f7253a5 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_nested.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_nested.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_squiggly.txt b/test/prism/snapshots/seattlerb/heredoc_squiggly.txt
index bc5273e9ac..bc5273e9ac 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_squiggly.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_squiggly.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt b/test/prism/snapshots/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt
index 1d6e533151..1d6e533151 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_squiggly_blank_lines.txt b/test/prism/snapshots/seattlerb/heredoc_squiggly_blank_lines.txt
index 8adeee53bf..8adeee53bf 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_squiggly_blank_lines.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_squiggly_blank_lines.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_squiggly_empty.txt b/test/prism/snapshots/seattlerb/heredoc_squiggly_empty.txt
index 88049241d3..88049241d3 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_squiggly_empty.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_squiggly_empty.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_squiggly_interp.txt b/test/prism/snapshots/seattlerb/heredoc_squiggly_interp.txt
index 620b29591c..620b29591c 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_squiggly_interp.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_squiggly_interp.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_squiggly_no_indent.txt b/test/prism/snapshots/seattlerb/heredoc_squiggly_no_indent.txt
index b7f67aca7f..b7f67aca7f 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_squiggly_no_indent.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_squiggly_no_indent.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_squiggly_tabs.txt b/test/prism/snapshots/seattlerb/heredoc_squiggly_tabs.txt
index f876ffa456..f876ffa456 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_squiggly_tabs.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_squiggly_tabs.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt b/test/prism/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt
index 32a8b64ce4..32a8b64ce4 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt b/test/prism/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt
index edf33da732..edf33da732 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt b/test/prism/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt
index 810031411c..810031411c 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_unicode.txt b/test/prism/snapshots/seattlerb/heredoc_unicode.txt
index cf05249d7d..cf05249d7d 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_unicode.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_unicode.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_with_carriage_return_escapes.txt b/test/prism/snapshots/seattlerb/heredoc_with_carriage_return_escapes.txt
index c2f9bacf34..c2f9bacf34 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_with_carriage_return_escapes.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_with_carriage_return_escapes.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_with_carriage_return_escapes_windows.txt b/test/prism/snapshots/seattlerb/heredoc_with_carriage_return_escapes_windows.txt
index 02cbf2d751..02cbf2d751 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_with_carriage_return_escapes_windows.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_with_carriage_return_escapes_windows.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt b/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt
index 66e83955b2..66e83955b2 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt b/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt
index 1873c71d87..1873c71d87 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt b/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
index 9473acb636..9473acb636 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt b/test/prism/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt
index af8d5f697d..af8d5f697d 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt b/test/prism/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt
index d1b51850a9..d1b51850a9 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_with_not_global_interpolation.txt b/test/prism/snapshots/seattlerb/heredoc_with_not_global_interpolation.txt
index c656ce4eec..c656ce4eec 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_with_not_global_interpolation.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_with_not_global_interpolation.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_with_only_carriage_returns.txt b/test/prism/snapshots/seattlerb/heredoc_with_only_carriage_returns.txt
index 8043896a9e..8043896a9e 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_with_only_carriage_returns.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_with_only_carriage_returns.txt
diff --git a/test/yarp/snapshots/seattlerb/heredoc_with_only_carriage_returns_windows.txt b/test/prism/snapshots/seattlerb/heredoc_with_only_carriage_returns_windows.txt
index 5e62ba4230..5e62ba4230 100644
--- a/test/yarp/snapshots/seattlerb/heredoc_with_only_carriage_returns_windows.txt
+++ b/test/prism/snapshots/seattlerb/heredoc_with_only_carriage_returns_windows.txt
diff --git a/test/yarp/snapshots/seattlerb/if_elsif.txt b/test/prism/snapshots/seattlerb/if_elsif.txt
index bc526814a5..bc526814a5 100644
--- a/test/yarp/snapshots/seattlerb/if_elsif.txt
+++ b/test/prism/snapshots/seattlerb/if_elsif.txt
diff --git a/test/yarp/snapshots/seattlerb/if_symbol.txt b/test/prism/snapshots/seattlerb/if_symbol.txt
index 050960a0b4..050960a0b4 100644
--- a/test/yarp/snapshots/seattlerb/if_symbol.txt
+++ b/test/prism/snapshots/seattlerb/if_symbol.txt
diff --git a/test/yarp/snapshots/seattlerb/in_expr_no_case.txt b/test/prism/snapshots/seattlerb/in_expr_no_case.txt
index 0a026c08db..0a026c08db 100644
--- a/test/yarp/snapshots/seattlerb/in_expr_no_case.txt
+++ b/test/prism/snapshots/seattlerb/in_expr_no_case.txt
diff --git a/test/yarp/snapshots/seattlerb/index_0.txt b/test/prism/snapshots/seattlerb/index_0.txt
index 6df3611459..6df3611459 100644
--- a/test/yarp/snapshots/seattlerb/index_0.txt
+++ b/test/prism/snapshots/seattlerb/index_0.txt
diff --git a/test/yarp/snapshots/seattlerb/index_0_opasgn.txt b/test/prism/snapshots/seattlerb/index_0_opasgn.txt
index 537bcbf219..537bcbf219 100644
--- a/test/yarp/snapshots/seattlerb/index_0_opasgn.txt
+++ b/test/prism/snapshots/seattlerb/index_0_opasgn.txt
diff --git a/test/yarp/snapshots/seattlerb/integer_with_if_modifier.txt b/test/prism/snapshots/seattlerb/integer_with_if_modifier.txt
index 86632cca13..86632cca13 100644
--- a/test/yarp/snapshots/seattlerb/integer_with_if_modifier.txt
+++ b/test/prism/snapshots/seattlerb/integer_with_if_modifier.txt
diff --git a/test/yarp/snapshots/seattlerb/interpolated_symbol_array_line_breaks.txt b/test/prism/snapshots/seattlerb/interpolated_symbol_array_line_breaks.txt
index a64a92ff34..a64a92ff34 100644
--- a/test/yarp/snapshots/seattlerb/interpolated_symbol_array_line_breaks.txt
+++ b/test/prism/snapshots/seattlerb/interpolated_symbol_array_line_breaks.txt
diff --git a/test/yarp/snapshots/seattlerb/interpolated_word_array_line_breaks.txt b/test/prism/snapshots/seattlerb/interpolated_word_array_line_breaks.txt
index a9c2463161..a9c2463161 100644
--- a/test/yarp/snapshots/seattlerb/interpolated_word_array_line_breaks.txt
+++ b/test/prism/snapshots/seattlerb/interpolated_word_array_line_breaks.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_1.txt b/test/prism/snapshots/seattlerb/iter_args_1.txt
index 922c8167ee..922c8167ee 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_1.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_1.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_10_1.txt b/test/prism/snapshots/seattlerb/iter_args_10_1.txt
index f883cdc457..f883cdc457 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_10_1.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_10_1.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_10_2.txt b/test/prism/snapshots/seattlerb/iter_args_10_2.txt
index 9030ccf61a..9030ccf61a 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_10_2.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_10_2.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_11_1.txt b/test/prism/snapshots/seattlerb/iter_args_11_1.txt
index b9c326d2ed..b9c326d2ed 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_11_1.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_11_1.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_11_2.txt b/test/prism/snapshots/seattlerb/iter_args_11_2.txt
index c1dd485bf3..c1dd485bf3 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_11_2.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_11_2.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_2__19.txt b/test/prism/snapshots/seattlerb/iter_args_2__19.txt
index f6e064ef0f..f6e064ef0f 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_2__19.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_2__19.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_3.txt b/test/prism/snapshots/seattlerb/iter_args_3.txt
index 3b96f8c4ee..3b96f8c4ee 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_3.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_3.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_4.txt b/test/prism/snapshots/seattlerb/iter_args_4.txt
index a39ce2c671..a39ce2c671 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_4.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_4.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_5.txt b/test/prism/snapshots/seattlerb/iter_args_5.txt
index b97c1d86ec..b97c1d86ec 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_5.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_5.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_6.txt b/test/prism/snapshots/seattlerb/iter_args_6.txt
index d0f81d32c6..d0f81d32c6 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_6.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_6.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_7_1.txt b/test/prism/snapshots/seattlerb/iter_args_7_1.txt
index 57dc9b5e92..57dc9b5e92 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_7_1.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_7_1.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_7_2.txt b/test/prism/snapshots/seattlerb/iter_args_7_2.txt
index 7f29777661..7f29777661 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_7_2.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_7_2.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_8_1.txt b/test/prism/snapshots/seattlerb/iter_args_8_1.txt
index d31b1d6c8c..d31b1d6c8c 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_8_1.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_8_1.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_8_2.txt b/test/prism/snapshots/seattlerb/iter_args_8_2.txt
index 2c2719ffc7..2c2719ffc7 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_8_2.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_8_2.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_9_1.txt b/test/prism/snapshots/seattlerb/iter_args_9_1.txt
index a04c4da21f..a04c4da21f 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_9_1.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_9_1.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_args_9_2.txt b/test/prism/snapshots/seattlerb/iter_args_9_2.txt
index b9475368a7..b9475368a7 100644
--- a/test/yarp/snapshots/seattlerb/iter_args_9_2.txt
+++ b/test/prism/snapshots/seattlerb/iter_args_9_2.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_kwarg.txt b/test/prism/snapshots/seattlerb/iter_kwarg.txt
index 127ce75018..127ce75018 100644
--- a/test/yarp/snapshots/seattlerb/iter_kwarg.txt
+++ b/test/prism/snapshots/seattlerb/iter_kwarg.txt
diff --git a/test/yarp/snapshots/seattlerb/iter_kwarg_kwsplat.txt b/test/prism/snapshots/seattlerb/iter_kwarg_kwsplat.txt
index ac4ef0a80d..ac4ef0a80d 100644
--- a/test/yarp/snapshots/seattlerb/iter_kwarg_kwsplat.txt
+++ b/test/prism/snapshots/seattlerb/iter_kwarg_kwsplat.txt
diff --git a/test/yarp/snapshots/seattlerb/label_vs_string.txt b/test/prism/snapshots/seattlerb/label_vs_string.txt
index bba7782fe6..bba7782fe6 100644
--- a/test/yarp/snapshots/seattlerb/label_vs_string.txt
+++ b/test/prism/snapshots/seattlerb/label_vs_string.txt
diff --git a/test/yarp/snapshots/seattlerb/lambda_do_vs_brace.txt b/test/prism/snapshots/seattlerb/lambda_do_vs_brace.txt
index 5762a91ccd..5762a91ccd 100644
--- a/test/yarp/snapshots/seattlerb/lambda_do_vs_brace.txt
+++ b/test/prism/snapshots/seattlerb/lambda_do_vs_brace.txt
diff --git a/test/yarp/snapshots/seattlerb/lasgn_arg_rescue_arg.txt b/test/prism/snapshots/seattlerb/lasgn_arg_rescue_arg.txt
index b1c234bff2..b1c234bff2 100644
--- a/test/yarp/snapshots/seattlerb/lasgn_arg_rescue_arg.txt
+++ b/test/prism/snapshots/seattlerb/lasgn_arg_rescue_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/lasgn_call_bracket_rescue_arg.txt b/test/prism/snapshots/seattlerb/lasgn_call_bracket_rescue_arg.txt
index 36ee85c9d9..36ee85c9d9 100644
--- a/test/yarp/snapshots/seattlerb/lasgn_call_bracket_rescue_arg.txt
+++ b/test/prism/snapshots/seattlerb/lasgn_call_bracket_rescue_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/lasgn_call_nobracket_rescue_arg.txt b/test/prism/snapshots/seattlerb/lasgn_call_nobracket_rescue_arg.txt
index a1e22f1852..a1e22f1852 100644
--- a/test/yarp/snapshots/seattlerb/lasgn_call_nobracket_rescue_arg.txt
+++ b/test/prism/snapshots/seattlerb/lasgn_call_nobracket_rescue_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/lasgn_command.txt b/test/prism/snapshots/seattlerb/lasgn_command.txt
index 30bc60f5bc..30bc60f5bc 100644
--- a/test/yarp/snapshots/seattlerb/lasgn_command.txt
+++ b/test/prism/snapshots/seattlerb/lasgn_command.txt
diff --git a/test/yarp/snapshots/seattlerb/lasgn_env.txt b/test/prism/snapshots/seattlerb/lasgn_env.txt
index 33539a6918..33539a6918 100644
--- a/test/yarp/snapshots/seattlerb/lasgn_env.txt
+++ b/test/prism/snapshots/seattlerb/lasgn_env.txt
diff --git a/test/yarp/snapshots/seattlerb/lasgn_ivar_env.txt b/test/prism/snapshots/seattlerb/lasgn_ivar_env.txt
index e37a331d51..e37a331d51 100644
--- a/test/yarp/snapshots/seattlerb/lasgn_ivar_env.txt
+++ b/test/prism/snapshots/seattlerb/lasgn_ivar_env.txt
diff --git a/test/yarp/snapshots/seattlerb/lasgn_lasgn_command_call.txt b/test/prism/snapshots/seattlerb/lasgn_lasgn_command_call.txt
index 0056decf76..0056decf76 100644
--- a/test/yarp/snapshots/seattlerb/lasgn_lasgn_command_call.txt
+++ b/test/prism/snapshots/seattlerb/lasgn_lasgn_command_call.txt
diff --git a/test/yarp/snapshots/seattlerb/lasgn_middle_splat.txt b/test/prism/snapshots/seattlerb/lasgn_middle_splat.txt
index c21348bc75..c21348bc75 100644
--- a/test/yarp/snapshots/seattlerb/lasgn_middle_splat.txt
+++ b/test/prism/snapshots/seattlerb/lasgn_middle_splat.txt
diff --git a/test/yarp/snapshots/seattlerb/magic_encoding_comment.txt b/test/prism/snapshots/seattlerb/magic_encoding_comment.txt
index 969d318d39..969d318d39 100644
--- a/test/yarp/snapshots/seattlerb/magic_encoding_comment.txt
+++ b/test/prism/snapshots/seattlerb/magic_encoding_comment.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_anon_splat_arg.txt b/test/prism/snapshots/seattlerb/masgn_anon_splat_arg.txt
index 3b0ff6e998..3b0ff6e998 100644
--- a/test/yarp/snapshots/seattlerb/masgn_anon_splat_arg.txt
+++ b/test/prism/snapshots/seattlerb/masgn_anon_splat_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_arg_colon_arg.txt b/test/prism/snapshots/seattlerb/masgn_arg_colon_arg.txt
index c09d215438..c09d215438 100644
--- a/test/yarp/snapshots/seattlerb/masgn_arg_colon_arg.txt
+++ b/test/prism/snapshots/seattlerb/masgn_arg_colon_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_arg_ident.txt b/test/prism/snapshots/seattlerb/masgn_arg_ident.txt
index 670540bb20..670540bb20 100644
--- a/test/yarp/snapshots/seattlerb/masgn_arg_ident.txt
+++ b/test/prism/snapshots/seattlerb/masgn_arg_ident.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_arg_splat_arg.txt b/test/prism/snapshots/seattlerb/masgn_arg_splat_arg.txt
index c0849099cd..c0849099cd 100644
--- a/test/yarp/snapshots/seattlerb/masgn_arg_splat_arg.txt
+++ b/test/prism/snapshots/seattlerb/masgn_arg_splat_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_colon2.txt b/test/prism/snapshots/seattlerb/masgn_colon2.txt
index 01cf2320fc..01cf2320fc 100644
--- a/test/yarp/snapshots/seattlerb/masgn_colon2.txt
+++ b/test/prism/snapshots/seattlerb/masgn_colon2.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_colon3.txt b/test/prism/snapshots/seattlerb/masgn_colon3.txt
index 1c97b15d23..1c97b15d23 100644
--- a/test/yarp/snapshots/seattlerb/masgn_colon3.txt
+++ b/test/prism/snapshots/seattlerb/masgn_colon3.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_command_call.txt b/test/prism/snapshots/seattlerb/masgn_command_call.txt
index becf774546..becf774546 100644
--- a/test/yarp/snapshots/seattlerb/masgn_command_call.txt
+++ b/test/prism/snapshots/seattlerb/masgn_command_call.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_double_paren.txt b/test/prism/snapshots/seattlerb/masgn_double_paren.txt
index 3dfb782975..3dfb782975 100644
--- a/test/yarp/snapshots/seattlerb/masgn_double_paren.txt
+++ b/test/prism/snapshots/seattlerb/masgn_double_paren.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_lhs_splat.txt b/test/prism/snapshots/seattlerb/masgn_lhs_splat.txt
index 49b717143b..49b717143b 100644
--- a/test/yarp/snapshots/seattlerb/masgn_lhs_splat.txt
+++ b/test/prism/snapshots/seattlerb/masgn_lhs_splat.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_paren.txt b/test/prism/snapshots/seattlerb/masgn_paren.txt
index 4463b6ac19..4463b6ac19 100644
--- a/test/yarp/snapshots/seattlerb/masgn_paren.txt
+++ b/test/prism/snapshots/seattlerb/masgn_paren.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_splat_arg.txt b/test/prism/snapshots/seattlerb/masgn_splat_arg.txt
index 1c29fe51a5..1c29fe51a5 100644
--- a/test/yarp/snapshots/seattlerb/masgn_splat_arg.txt
+++ b/test/prism/snapshots/seattlerb/masgn_splat_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_splat_arg_arg.txt b/test/prism/snapshots/seattlerb/masgn_splat_arg_arg.txt
index 5274cda1b8..5274cda1b8 100644
--- a/test/yarp/snapshots/seattlerb/masgn_splat_arg_arg.txt
+++ b/test/prism/snapshots/seattlerb/masgn_splat_arg_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_star.txt b/test/prism/snapshots/seattlerb/masgn_star.txt
index f86b63fbd0..f86b63fbd0 100644
--- a/test/yarp/snapshots/seattlerb/masgn_star.txt
+++ b/test/prism/snapshots/seattlerb/masgn_star.txt
diff --git a/test/yarp/snapshots/seattlerb/masgn_var_star_var.txt b/test/prism/snapshots/seattlerb/masgn_var_star_var.txt
index 7923a9e6f8..7923a9e6f8 100644
--- a/test/yarp/snapshots/seattlerb/masgn_var_star_var.txt
+++ b/test/prism/snapshots/seattlerb/masgn_var_star_var.txt
diff --git a/test/yarp/snapshots/seattlerb/messy_op_asgn_lineno.txt b/test/prism/snapshots/seattlerb/messy_op_asgn_lineno.txt
index 44ea4fec29..44ea4fec29 100644
--- a/test/yarp/snapshots/seattlerb/messy_op_asgn_lineno.txt
+++ b/test/prism/snapshots/seattlerb/messy_op_asgn_lineno.txt
diff --git a/test/yarp/snapshots/seattlerb/method_call_assoc_trailing_comma.txt b/test/prism/snapshots/seattlerb/method_call_assoc_trailing_comma.txt
index 356831f513..356831f513 100644
--- a/test/yarp/snapshots/seattlerb/method_call_assoc_trailing_comma.txt
+++ b/test/prism/snapshots/seattlerb/method_call_assoc_trailing_comma.txt
diff --git a/test/yarp/snapshots/seattlerb/method_call_trailing_comma.txt b/test/prism/snapshots/seattlerb/method_call_trailing_comma.txt
index a7ac3c7b6f..a7ac3c7b6f 100644
--- a/test/yarp/snapshots/seattlerb/method_call_trailing_comma.txt
+++ b/test/prism/snapshots/seattlerb/method_call_trailing_comma.txt
diff --git a/test/yarp/snapshots/seattlerb/mlhs_back_anonsplat.txt b/test/prism/snapshots/seattlerb/mlhs_back_anonsplat.txt
index 6166ec0705..6166ec0705 100644
--- a/test/yarp/snapshots/seattlerb/mlhs_back_anonsplat.txt
+++ b/test/prism/snapshots/seattlerb/mlhs_back_anonsplat.txt
diff --git a/test/yarp/snapshots/seattlerb/mlhs_back_splat.txt b/test/prism/snapshots/seattlerb/mlhs_back_splat.txt
index eb41fc6b87..eb41fc6b87 100644
--- a/test/yarp/snapshots/seattlerb/mlhs_back_splat.txt
+++ b/test/prism/snapshots/seattlerb/mlhs_back_splat.txt
diff --git a/test/yarp/snapshots/seattlerb/mlhs_front_anonsplat.txt b/test/prism/snapshots/seattlerb/mlhs_front_anonsplat.txt
index 76b312d65b..76b312d65b 100644
--- a/test/yarp/snapshots/seattlerb/mlhs_front_anonsplat.txt
+++ b/test/prism/snapshots/seattlerb/mlhs_front_anonsplat.txt
diff --git a/test/yarp/snapshots/seattlerb/mlhs_front_splat.txt b/test/prism/snapshots/seattlerb/mlhs_front_splat.txt
index 0fff95f49e..0fff95f49e 100644
--- a/test/yarp/snapshots/seattlerb/mlhs_front_splat.txt
+++ b/test/prism/snapshots/seattlerb/mlhs_front_splat.txt
diff --git a/test/yarp/snapshots/seattlerb/mlhs_keyword.txt b/test/prism/snapshots/seattlerb/mlhs_keyword.txt
index 05cf9c9ce9..05cf9c9ce9 100644
--- a/test/yarp/snapshots/seattlerb/mlhs_keyword.txt
+++ b/test/prism/snapshots/seattlerb/mlhs_keyword.txt
diff --git a/test/yarp/snapshots/seattlerb/mlhs_mid_anonsplat.txt b/test/prism/snapshots/seattlerb/mlhs_mid_anonsplat.txt
index b2448bc839..b2448bc839 100644
--- a/test/yarp/snapshots/seattlerb/mlhs_mid_anonsplat.txt
+++ b/test/prism/snapshots/seattlerb/mlhs_mid_anonsplat.txt
diff --git a/test/yarp/snapshots/seattlerb/mlhs_mid_splat.txt b/test/prism/snapshots/seattlerb/mlhs_mid_splat.txt
index 704f9f1c80..704f9f1c80 100644
--- a/test/yarp/snapshots/seattlerb/mlhs_mid_splat.txt
+++ b/test/prism/snapshots/seattlerb/mlhs_mid_splat.txt
diff --git a/test/yarp/snapshots/seattlerb/mlhs_rescue.txt b/test/prism/snapshots/seattlerb/mlhs_rescue.txt
index d6e2f7a75f..d6e2f7a75f 100644
--- a/test/yarp/snapshots/seattlerb/mlhs_rescue.txt
+++ b/test/prism/snapshots/seattlerb/mlhs_rescue.txt
diff --git a/test/yarp/snapshots/seattlerb/module_comments.txt b/test/prism/snapshots/seattlerb/module_comments.txt
index 2785187a29..2785187a29 100644
--- a/test/yarp/snapshots/seattlerb/module_comments.txt
+++ b/test/prism/snapshots/seattlerb/module_comments.txt
diff --git a/test/yarp/snapshots/seattlerb/multiline_hash_declaration.txt b/test/prism/snapshots/seattlerb/multiline_hash_declaration.txt
index 5c7453727b..5c7453727b 100644
--- a/test/yarp/snapshots/seattlerb/multiline_hash_declaration.txt
+++ b/test/prism/snapshots/seattlerb/multiline_hash_declaration.txt
diff --git a/test/yarp/snapshots/seattlerb/non_interpolated_symbol_array_line_breaks.txt b/test/prism/snapshots/seattlerb/non_interpolated_symbol_array_line_breaks.txt
index 84da92544b..84da92544b 100644
--- a/test/yarp/snapshots/seattlerb/non_interpolated_symbol_array_line_breaks.txt
+++ b/test/prism/snapshots/seattlerb/non_interpolated_symbol_array_line_breaks.txt
diff --git a/test/yarp/snapshots/seattlerb/non_interpolated_word_array_line_breaks.txt b/test/prism/snapshots/seattlerb/non_interpolated_word_array_line_breaks.txt
index 8e34057120..8e34057120 100644
--- a/test/yarp/snapshots/seattlerb/non_interpolated_word_array_line_breaks.txt
+++ b/test/prism/snapshots/seattlerb/non_interpolated_word_array_line_breaks.txt
diff --git a/test/yarp/snapshots/seattlerb/op_asgn_command_call.txt b/test/prism/snapshots/seattlerb/op_asgn_command_call.txt
index d986eccdb9..d986eccdb9 100644
--- a/test/yarp/snapshots/seattlerb/op_asgn_command_call.txt
+++ b/test/prism/snapshots/seattlerb/op_asgn_command_call.txt
diff --git a/test/yarp/snapshots/seattlerb/op_asgn_dot_ident_command_call.txt b/test/prism/snapshots/seattlerb/op_asgn_dot_ident_command_call.txt
index 62853c9475..62853c9475 100644
--- a/test/yarp/snapshots/seattlerb/op_asgn_dot_ident_command_call.txt
+++ b/test/prism/snapshots/seattlerb/op_asgn_dot_ident_command_call.txt
diff --git a/test/yarp/snapshots/seattlerb/op_asgn_index_command_call.txt b/test/prism/snapshots/seattlerb/op_asgn_index_command_call.txt
index 33f094b849..33f094b849 100644
--- a/test/yarp/snapshots/seattlerb/op_asgn_index_command_call.txt
+++ b/test/prism/snapshots/seattlerb/op_asgn_index_command_call.txt
diff --git a/test/yarp/snapshots/seattlerb/op_asgn_primary_colon_const_command_call.txt b/test/prism/snapshots/seattlerb/op_asgn_primary_colon_const_command_call.txt
index 81568afe4b..81568afe4b 100644
--- a/test/yarp/snapshots/seattlerb/op_asgn_primary_colon_const_command_call.txt
+++ b/test/prism/snapshots/seattlerb/op_asgn_primary_colon_const_command_call.txt
diff --git a/test/yarp/snapshots/seattlerb/op_asgn_primary_colon_identifier1.txt b/test/prism/snapshots/seattlerb/op_asgn_primary_colon_identifier1.txt
index f03c9057a3..f03c9057a3 100644
--- a/test/yarp/snapshots/seattlerb/op_asgn_primary_colon_identifier1.txt
+++ b/test/prism/snapshots/seattlerb/op_asgn_primary_colon_identifier1.txt
diff --git a/test/yarp/snapshots/seattlerb/op_asgn_primary_colon_identifier_command_call.txt b/test/prism/snapshots/seattlerb/op_asgn_primary_colon_identifier_command_call.txt
index addc999eec..addc999eec 100644
--- a/test/yarp/snapshots/seattlerb/op_asgn_primary_colon_identifier_command_call.txt
+++ b/test/prism/snapshots/seattlerb/op_asgn_primary_colon_identifier_command_call.txt
diff --git a/test/yarp/snapshots/seattlerb/op_asgn_val_dot_ident_command_call.txt b/test/prism/snapshots/seattlerb/op_asgn_val_dot_ident_command_call.txt
index e6c9d1efd4..e6c9d1efd4 100644
--- a/test/yarp/snapshots/seattlerb/op_asgn_val_dot_ident_command_call.txt
+++ b/test/prism/snapshots/seattlerb/op_asgn_val_dot_ident_command_call.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_def_special_name.txt b/test/prism/snapshots/seattlerb/parse_def_special_name.txt
index dfbfe8a391..dfbfe8a391 100644
--- a/test/yarp/snapshots/seattlerb/parse_def_special_name.txt
+++ b/test/prism/snapshots/seattlerb/parse_def_special_name.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_if_not_canonical.txt b/test/prism/snapshots/seattlerb/parse_if_not_canonical.txt
index a8c1aede4a..a8c1aede4a 100644
--- a/test/yarp/snapshots/seattlerb/parse_if_not_canonical.txt
+++ b/test/prism/snapshots/seattlerb/parse_if_not_canonical.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_if_not_noncanonical.txt b/test/prism/snapshots/seattlerb/parse_if_not_noncanonical.txt
index a8c1aede4a..a8c1aede4a 100644
--- a/test/yarp/snapshots/seattlerb/parse_if_not_noncanonical.txt
+++ b/test/prism/snapshots/seattlerb/parse_if_not_noncanonical.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_block.txt b/test/prism/snapshots/seattlerb/parse_line_block.txt
index f75ed80127..f75ed80127 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_block.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_block.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_block_inline_comment.txt b/test/prism/snapshots/seattlerb/parse_line_block_inline_comment.txt
index 0cae7d514b..0cae7d514b 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_block_inline_comment.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_block_inline_comment.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_block_inline_comment_leading_newlines.txt b/test/prism/snapshots/seattlerb/parse_line_block_inline_comment_leading_newlines.txt
index 5bb55d0f6a..5bb55d0f6a 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_block_inline_comment_leading_newlines.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_block_inline_comment_leading_newlines.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_block_inline_multiline_comment.txt b/test/prism/snapshots/seattlerb/parse_line_block_inline_multiline_comment.txt
index 2aa469b88c..2aa469b88c 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_block_inline_multiline_comment.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_block_inline_multiline_comment.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt b/test/prism/snapshots/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt
index a70dee6c7c..a70dee6c7c 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt b/test/prism/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt
index 9aa87bb1b7..9aa87bb1b7 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_call_no_args.txt b/test/prism/snapshots/seattlerb/parse_line_call_no_args.txt
index cc71f259bf..cc71f259bf 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_call_no_args.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_call_no_args.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_defn_complex.txt b/test/prism/snapshots/seattlerb/parse_line_defn_complex.txt
index f2fa55fb2d..f2fa55fb2d 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_defn_complex.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_defn_complex.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_defn_no_parens.txt b/test/prism/snapshots/seattlerb/parse_line_defn_no_parens.txt
index 74240322ac..74240322ac 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_defn_no_parens.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_defn_no_parens.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_defn_no_parens_args.txt b/test/prism/snapshots/seattlerb/parse_line_defn_no_parens_args.txt
index d19fa698f6..d19fa698f6 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_defn_no_parens_args.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_defn_no_parens_args.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_dot2.txt b/test/prism/snapshots/seattlerb/parse_line_dot2.txt
index 3c2cd7a8ca..3c2cd7a8ca 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_dot2.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_dot2.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_dot2_open.txt b/test/prism/snapshots/seattlerb/parse_line_dot2_open.txt
index 03183f59b1..03183f59b1 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_dot2_open.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_dot2_open.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_dot3.txt b/test/prism/snapshots/seattlerb/parse_line_dot3.txt
index cb6d394d76..cb6d394d76 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_dot3.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_dot3.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_dot3_open.txt b/test/prism/snapshots/seattlerb/parse_line_dot3_open.txt
index ec9b0f8f82..ec9b0f8f82 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_dot3_open.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_dot3_open.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_dstr_escaped_newline.txt b/test/prism/snapshots/seattlerb/parse_line_dstr_escaped_newline.txt
index e135d31a25..e135d31a25 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_dstr_escaped_newline.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_dstr_escaped_newline.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_dstr_soft_newline.txt b/test/prism/snapshots/seattlerb/parse_line_dstr_soft_newline.txt
index 6f881c15f9..6f881c15f9 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_dstr_soft_newline.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_dstr_soft_newline.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_evstr_after_break.txt b/test/prism/snapshots/seattlerb/parse_line_evstr_after_break.txt
index 931556aabc..931556aabc 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_evstr_after_break.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_evstr_after_break.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_hash_lit.txt b/test/prism/snapshots/seattlerb/parse_line_hash_lit.txt
index b29f36bf22..b29f36bf22 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_hash_lit.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_hash_lit.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_heredoc.txt b/test/prism/snapshots/seattlerb/parse_line_heredoc.txt
index 47a4f82f16..47a4f82f16 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_heredoc.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_heredoc.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_heredoc_evstr.txt b/test/prism/snapshots/seattlerb/parse_line_heredoc_evstr.txt
index d32f4fa7a1..d32f4fa7a1 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_heredoc_evstr.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_heredoc_evstr.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_heredoc_hardnewline.txt b/test/prism/snapshots/seattlerb/parse_line_heredoc_hardnewline.txt
index 230de59dd6..230de59dd6 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_heredoc_hardnewline.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_heredoc_hardnewline.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt b/test/prism/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt
index f351c424f0..f351c424f0 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_iter_call_no_parens.txt b/test/prism/snapshots/seattlerb/parse_line_iter_call_no_parens.txt
index f4c6adaf93..f4c6adaf93 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_iter_call_no_parens.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_iter_call_no_parens.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_iter_call_parens.txt b/test/prism/snapshots/seattlerb/parse_line_iter_call_parens.txt
index f5240a5534..f5240a5534 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_iter_call_parens.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_iter_call_parens.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_multiline_str.txt b/test/prism/snapshots/seattlerb/parse_line_multiline_str.txt
index fa8c491047..fa8c491047 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_multiline_str.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_multiline_str.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_multiline_str_literal_n.txt b/test/prism/snapshots/seattlerb/parse_line_multiline_str_literal_n.txt
index c72b516baa..c72b516baa 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_multiline_str_literal_n.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_multiline_str_literal_n.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_newlines.txt b/test/prism/snapshots/seattlerb/parse_line_newlines.txt
index 3e1ceef586..3e1ceef586 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_newlines.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_newlines.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_op_asgn.txt b/test/prism/snapshots/seattlerb/parse_line_op_asgn.txt
index e10f376dac..e10f376dac 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_op_asgn.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_op_asgn.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_postexe.txt b/test/prism/snapshots/seattlerb/parse_line_postexe.txt
index 507fba834b..507fba834b 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_postexe.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_postexe.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_preexe.txt b/test/prism/snapshots/seattlerb/parse_line_preexe.txt
index 3b2f75fdd0..3b2f75fdd0 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_preexe.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_preexe.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_rescue.txt b/test/prism/snapshots/seattlerb/parse_line_rescue.txt
index 4b4de20405..4b4de20405 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_rescue.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_rescue.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_return.txt b/test/prism/snapshots/seattlerb/parse_line_return.txt
index 129b96d837..129b96d837 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_return.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_return.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_str_with_newline_escape.txt b/test/prism/snapshots/seattlerb/parse_line_str_with_newline_escape.txt
index 29f76ea9ba..29f76ea9ba 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_str_with_newline_escape.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_str_with_newline_escape.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_to_ary.txt b/test/prism/snapshots/seattlerb/parse_line_to_ary.txt
index dffbdcbcd0..dffbdcbcd0 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_to_ary.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_to_ary.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_line_trailing_newlines.txt b/test/prism/snapshots/seattlerb/parse_line_trailing_newlines.txt
index cd019a3045..cd019a3045 100644
--- a/test/yarp/snapshots/seattlerb/parse_line_trailing_newlines.txt
+++ b/test/prism/snapshots/seattlerb/parse_line_trailing_newlines.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_opt_call_args_assocs_comma.txt b/test/prism/snapshots/seattlerb/parse_opt_call_args_assocs_comma.txt
index b831cc094a..b831cc094a 100644
--- a/test/yarp/snapshots/seattlerb/parse_opt_call_args_assocs_comma.txt
+++ b/test/prism/snapshots/seattlerb/parse_opt_call_args_assocs_comma.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_opt_call_args_lit_comma.txt b/test/prism/snapshots/seattlerb/parse_opt_call_args_lit_comma.txt
index 9e61b425fc..9e61b425fc 100644
--- a/test/yarp/snapshots/seattlerb/parse_opt_call_args_lit_comma.txt
+++ b/test/prism/snapshots/seattlerb/parse_opt_call_args_lit_comma.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_pattern_019.txt b/test/prism/snapshots/seattlerb/parse_pattern_019.txt
index e3bf981ded..e3bf981ded 100644
--- a/test/yarp/snapshots/seattlerb/parse_pattern_019.txt
+++ b/test/prism/snapshots/seattlerb/parse_pattern_019.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_pattern_044.txt b/test/prism/snapshots/seattlerb/parse_pattern_044.txt
index 6d4dee139c..6d4dee139c 100644
--- a/test/yarp/snapshots/seattlerb/parse_pattern_044.txt
+++ b/test/prism/snapshots/seattlerb/parse_pattern_044.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_pattern_051.txt b/test/prism/snapshots/seattlerb/parse_pattern_051.txt
index 5d95d71701..5d95d71701 100644
--- a/test/yarp/snapshots/seattlerb/parse_pattern_051.txt
+++ b/test/prism/snapshots/seattlerb/parse_pattern_051.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_pattern_058.txt b/test/prism/snapshots/seattlerb/parse_pattern_058.txt
index 15010ca250..15010ca250 100644
--- a/test/yarp/snapshots/seattlerb/parse_pattern_058.txt
+++ b/test/prism/snapshots/seattlerb/parse_pattern_058.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_pattern_058_2.txt b/test/prism/snapshots/seattlerb/parse_pattern_058_2.txt
index dc89fc3640..dc89fc3640 100644
--- a/test/yarp/snapshots/seattlerb/parse_pattern_058_2.txt
+++ b/test/prism/snapshots/seattlerb/parse_pattern_058_2.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_pattern_069.txt b/test/prism/snapshots/seattlerb/parse_pattern_069.txt
index 4d1e51e3f4..4d1e51e3f4 100644
--- a/test/yarp/snapshots/seattlerb/parse_pattern_069.txt
+++ b/test/prism/snapshots/seattlerb/parse_pattern_069.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_pattern_076.txt b/test/prism/snapshots/seattlerb/parse_pattern_076.txt
index bce1fdce96..bce1fdce96 100644
--- a/test/yarp/snapshots/seattlerb/parse_pattern_076.txt
+++ b/test/prism/snapshots/seattlerb/parse_pattern_076.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_until_not_canonical.txt b/test/prism/snapshots/seattlerb/parse_until_not_canonical.txt
index a6f6be9789..a6f6be9789 100644
--- a/test/yarp/snapshots/seattlerb/parse_until_not_canonical.txt
+++ b/test/prism/snapshots/seattlerb/parse_until_not_canonical.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_until_not_noncanonical.txt b/test/prism/snapshots/seattlerb/parse_until_not_noncanonical.txt
index a6f6be9789..a6f6be9789 100644
--- a/test/yarp/snapshots/seattlerb/parse_until_not_noncanonical.txt
+++ b/test/prism/snapshots/seattlerb/parse_until_not_noncanonical.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_while_not_canonical.txt b/test/prism/snapshots/seattlerb/parse_while_not_canonical.txt
index d96f4018d7..d96f4018d7 100644
--- a/test/yarp/snapshots/seattlerb/parse_while_not_canonical.txt
+++ b/test/prism/snapshots/seattlerb/parse_while_not_canonical.txt
diff --git a/test/yarp/snapshots/seattlerb/parse_while_not_noncanonical.txt b/test/prism/snapshots/seattlerb/parse_while_not_noncanonical.txt
index d96f4018d7..d96f4018d7 100644
--- a/test/yarp/snapshots/seattlerb/parse_while_not_noncanonical.txt
+++ b/test/prism/snapshots/seattlerb/parse_while_not_noncanonical.txt
diff --git a/test/yarp/snapshots/seattlerb/pctW_lineno.txt b/test/prism/snapshots/seattlerb/pctW_lineno.txt
index 468150529d..468150529d 100644
--- a/test/yarp/snapshots/seattlerb/pctW_lineno.txt
+++ b/test/prism/snapshots/seattlerb/pctW_lineno.txt
diff --git a/test/yarp/snapshots/seattlerb/pct_Q_backslash_nl.txt b/test/prism/snapshots/seattlerb/pct_Q_backslash_nl.txt
index 02830644e3..02830644e3 100644
--- a/test/yarp/snapshots/seattlerb/pct_Q_backslash_nl.txt
+++ b/test/prism/snapshots/seattlerb/pct_Q_backslash_nl.txt
diff --git a/test/yarp/snapshots/seattlerb/pct_nl.txt b/test/prism/snapshots/seattlerb/pct_nl.txt
index 147f8d4ce8..147f8d4ce8 100644
--- a/test/yarp/snapshots/seattlerb/pct_nl.txt
+++ b/test/prism/snapshots/seattlerb/pct_nl.txt
diff --git a/test/yarp/snapshots/seattlerb/pct_w_heredoc_interp_nested.txt b/test/prism/snapshots/seattlerb/pct_w_heredoc_interp_nested.txt
index 0b1fd48eca..0b1fd48eca 100644
--- a/test/yarp/snapshots/seattlerb/pct_w_heredoc_interp_nested.txt
+++ b/test/prism/snapshots/seattlerb/pct_w_heredoc_interp_nested.txt
diff --git a/test/yarp/snapshots/seattlerb/pipe_semicolon.txt b/test/prism/snapshots/seattlerb/pipe_semicolon.txt
index a102fdd0a1..a102fdd0a1 100644
--- a/test/yarp/snapshots/seattlerb/pipe_semicolon.txt
+++ b/test/prism/snapshots/seattlerb/pipe_semicolon.txt
diff --git a/test/yarp/snapshots/seattlerb/pipe_space.txt b/test/prism/snapshots/seattlerb/pipe_space.txt
index 7f3738fd5d..7f3738fd5d 100644
--- a/test/yarp/snapshots/seattlerb/pipe_space.txt
+++ b/test/prism/snapshots/seattlerb/pipe_space.txt
diff --git a/test/yarp/snapshots/seattlerb/qWords_space.txt b/test/prism/snapshots/seattlerb/qWords_space.txt
index db2a56632f..db2a56632f 100644
--- a/test/yarp/snapshots/seattlerb/qWords_space.txt
+++ b/test/prism/snapshots/seattlerb/qWords_space.txt
diff --git a/test/yarp/snapshots/seattlerb/qsymbols.txt b/test/prism/snapshots/seattlerb/qsymbols.txt
index ba50680a43..ba50680a43 100644
--- a/test/yarp/snapshots/seattlerb/qsymbols.txt
+++ b/test/prism/snapshots/seattlerb/qsymbols.txt
diff --git a/test/yarp/snapshots/seattlerb/qsymbols_empty.txt b/test/prism/snapshots/seattlerb/qsymbols_empty.txt
index dd94a36cc8..dd94a36cc8 100644
--- a/test/yarp/snapshots/seattlerb/qsymbols_empty.txt
+++ b/test/prism/snapshots/seattlerb/qsymbols_empty.txt
diff --git a/test/yarp/snapshots/seattlerb/qsymbols_empty_space.txt b/test/prism/snapshots/seattlerb/qsymbols_empty_space.txt
index e851b377d9..e851b377d9 100644
--- a/test/yarp/snapshots/seattlerb/qsymbols_empty_space.txt
+++ b/test/prism/snapshots/seattlerb/qsymbols_empty_space.txt
diff --git a/test/yarp/snapshots/seattlerb/qsymbols_interp.txt b/test/prism/snapshots/seattlerb/qsymbols_interp.txt
index 4c2ffb3393..4c2ffb3393 100644
--- a/test/yarp/snapshots/seattlerb/qsymbols_interp.txt
+++ b/test/prism/snapshots/seattlerb/qsymbols_interp.txt
diff --git a/test/yarp/snapshots/seattlerb/quoted_symbol_hash_arg.txt b/test/prism/snapshots/seattlerb/quoted_symbol_hash_arg.txt
index a5877fac0c..a5877fac0c 100644
--- a/test/yarp/snapshots/seattlerb/quoted_symbol_hash_arg.txt
+++ b/test/prism/snapshots/seattlerb/quoted_symbol_hash_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/quoted_symbol_keys.txt b/test/prism/snapshots/seattlerb/quoted_symbol_keys.txt
index f7dc2289f3..f7dc2289f3 100644
--- a/test/yarp/snapshots/seattlerb/quoted_symbol_keys.txt
+++ b/test/prism/snapshots/seattlerb/quoted_symbol_keys.txt
diff --git a/test/yarp/snapshots/seattlerb/qw_escape.txt b/test/prism/snapshots/seattlerb/qw_escape.txt
index ef60ee32c4..ef60ee32c4 100644
--- a/test/yarp/snapshots/seattlerb/qw_escape.txt
+++ b/test/prism/snapshots/seattlerb/qw_escape.txt
diff --git a/test/yarp/snapshots/seattlerb/qw_escape_term.txt b/test/prism/snapshots/seattlerb/qw_escape_term.txt
index 0677055ad6..0677055ad6 100644
--- a/test/yarp/snapshots/seattlerb/qw_escape_term.txt
+++ b/test/prism/snapshots/seattlerb/qw_escape_term.txt
diff --git a/test/yarp/snapshots/seattlerb/qwords_empty.txt b/test/prism/snapshots/seattlerb/qwords_empty.txt
index 17ebaf21d9..17ebaf21d9 100644
--- a/test/yarp/snapshots/seattlerb/qwords_empty.txt
+++ b/test/prism/snapshots/seattlerb/qwords_empty.txt
diff --git a/test/yarp/snapshots/seattlerb/read_escape_unicode_curlies.txt b/test/prism/snapshots/seattlerb/read_escape_unicode_curlies.txt
index 4c4b6b9528..4c4b6b9528 100644
--- a/test/yarp/snapshots/seattlerb/read_escape_unicode_curlies.txt
+++ b/test/prism/snapshots/seattlerb/read_escape_unicode_curlies.txt
diff --git a/test/yarp/snapshots/seattlerb/read_escape_unicode_h4.txt b/test/prism/snapshots/seattlerb/read_escape_unicode_h4.txt
index 4bdf2cd2f9..4bdf2cd2f9 100644
--- a/test/yarp/snapshots/seattlerb/read_escape_unicode_h4.txt
+++ b/test/prism/snapshots/seattlerb/read_escape_unicode_h4.txt
diff --git a/test/yarp/snapshots/seattlerb/regexp.txt b/test/prism/snapshots/seattlerb/regexp.txt
index fead46a8be..fead46a8be 100644
--- a/test/yarp/snapshots/seattlerb/regexp.txt
+++ b/test/prism/snapshots/seattlerb/regexp.txt
diff --git a/test/yarp/snapshots/seattlerb/regexp_esc_C_slash.txt b/test/prism/snapshots/seattlerb/regexp_esc_C_slash.txt
index 3bc991033c..3bc991033c 100644
--- a/test/yarp/snapshots/seattlerb/regexp_esc_C_slash.txt
+++ b/test/prism/snapshots/seattlerb/regexp_esc_C_slash.txt
diff --git a/test/yarp/snapshots/seattlerb/regexp_esc_u.txt b/test/prism/snapshots/seattlerb/regexp_esc_u.txt
index adbfe36880..adbfe36880 100644
--- a/test/yarp/snapshots/seattlerb/regexp_esc_u.txt
+++ b/test/prism/snapshots/seattlerb/regexp_esc_u.txt
diff --git a/test/yarp/snapshots/seattlerb/regexp_escape_extended.txt b/test/prism/snapshots/seattlerb/regexp_escape_extended.txt
index a8fb9a56f0..a8fb9a56f0 100644
--- a/test/yarp/snapshots/seattlerb/regexp_escape_extended.txt
+++ b/test/prism/snapshots/seattlerb/regexp_escape_extended.txt
diff --git a/test/yarp/snapshots/seattlerb/regexp_unicode_curlies.txt b/test/prism/snapshots/seattlerb/regexp_unicode_curlies.txt
index 5e039bd16e..5e039bd16e 100644
--- a/test/yarp/snapshots/seattlerb/regexp_unicode_curlies.txt
+++ b/test/prism/snapshots/seattlerb/regexp_unicode_curlies.txt
diff --git a/test/yarp/snapshots/seattlerb/required_kwarg_no_value.txt b/test/prism/snapshots/seattlerb/required_kwarg_no_value.txt
index ccfdab2a14..ccfdab2a14 100644
--- a/test/yarp/snapshots/seattlerb/required_kwarg_no_value.txt
+++ b/test/prism/snapshots/seattlerb/required_kwarg_no_value.txt
diff --git a/test/yarp/snapshots/seattlerb/rescue_do_end_ensure_result.txt b/test/prism/snapshots/seattlerb/rescue_do_end_ensure_result.txt
index e5f1a1e2ab..e5f1a1e2ab 100644
--- a/test/yarp/snapshots/seattlerb/rescue_do_end_ensure_result.txt
+++ b/test/prism/snapshots/seattlerb/rescue_do_end_ensure_result.txt
diff --git a/test/yarp/snapshots/seattlerb/rescue_do_end_no_raise.txt b/test/prism/snapshots/seattlerb/rescue_do_end_no_raise.txt
index 88907d510d..88907d510d 100644
--- a/test/yarp/snapshots/seattlerb/rescue_do_end_no_raise.txt
+++ b/test/prism/snapshots/seattlerb/rescue_do_end_no_raise.txt
diff --git a/test/yarp/snapshots/seattlerb/rescue_do_end_raised.txt b/test/prism/snapshots/seattlerb/rescue_do_end_raised.txt
index c0fd317c9e..c0fd317c9e 100644
--- a/test/yarp/snapshots/seattlerb/rescue_do_end_raised.txt
+++ b/test/prism/snapshots/seattlerb/rescue_do_end_raised.txt
diff --git a/test/yarp/snapshots/seattlerb/rescue_do_end_rescued.txt b/test/prism/snapshots/seattlerb/rescue_do_end_rescued.txt
index 91e8062ae3..91e8062ae3 100644
--- a/test/yarp/snapshots/seattlerb/rescue_do_end_rescued.txt
+++ b/test/prism/snapshots/seattlerb/rescue_do_end_rescued.txt
diff --git a/test/yarp/snapshots/seattlerb/rescue_in_block.txt b/test/prism/snapshots/seattlerb/rescue_in_block.txt
index 58f6282558..58f6282558 100644
--- a/test/yarp/snapshots/seattlerb/rescue_in_block.txt
+++ b/test/prism/snapshots/seattlerb/rescue_in_block.txt
diff --git a/test/yarp/snapshots/seattlerb/rescue_parens.txt b/test/prism/snapshots/seattlerb/rescue_parens.txt
index e97a46a8ec..e97a46a8ec 100644
--- a/test/yarp/snapshots/seattlerb/rescue_parens.txt
+++ b/test/prism/snapshots/seattlerb/rescue_parens.txt
diff --git a/test/yarp/snapshots/seattlerb/return_call_assocs.txt b/test/prism/snapshots/seattlerb/return_call_assocs.txt
index cfbf7fda5c..cfbf7fda5c 100644
--- a/test/yarp/snapshots/seattlerb/return_call_assocs.txt
+++ b/test/prism/snapshots/seattlerb/return_call_assocs.txt
diff --git a/test/yarp/snapshots/seattlerb/rhs_asgn.txt b/test/prism/snapshots/seattlerb/rhs_asgn.txt
index 61ed05f4e1..61ed05f4e1 100644
--- a/test/yarp/snapshots/seattlerb/rhs_asgn.txt
+++ b/test/prism/snapshots/seattlerb/rhs_asgn.txt
diff --git a/test/yarp/snapshots/seattlerb/ruby21_numbers.txt b/test/prism/snapshots/seattlerb/ruby21_numbers.txt
index d855195ca6..d855195ca6 100644
--- a/test/yarp/snapshots/seattlerb/ruby21_numbers.txt
+++ b/test/prism/snapshots/seattlerb/ruby21_numbers.txt
diff --git a/test/yarp/snapshots/seattlerb/safe_attrasgn.txt b/test/prism/snapshots/seattlerb/safe_attrasgn.txt
index e6ea102a26..e6ea102a26 100644
--- a/test/yarp/snapshots/seattlerb/safe_attrasgn.txt
+++ b/test/prism/snapshots/seattlerb/safe_attrasgn.txt
diff --git a/test/yarp/snapshots/seattlerb/safe_attrasgn_constant.txt b/test/prism/snapshots/seattlerb/safe_attrasgn_constant.txt
index 3bf82ed234..3bf82ed234 100644
--- a/test/yarp/snapshots/seattlerb/safe_attrasgn_constant.txt
+++ b/test/prism/snapshots/seattlerb/safe_attrasgn_constant.txt
diff --git a/test/yarp/snapshots/seattlerb/safe_call.txt b/test/prism/snapshots/seattlerb/safe_call.txt
index cf7412a9fa..cf7412a9fa 100644
--- a/test/yarp/snapshots/seattlerb/safe_call.txt
+++ b/test/prism/snapshots/seattlerb/safe_call.txt
diff --git a/test/yarp/snapshots/seattlerb/safe_call_after_newline.txt b/test/prism/snapshots/seattlerb/safe_call_after_newline.txt
index ef16c63d2b..ef16c63d2b 100644
--- a/test/yarp/snapshots/seattlerb/safe_call_after_newline.txt
+++ b/test/prism/snapshots/seattlerb/safe_call_after_newline.txt
diff --git a/test/yarp/snapshots/seattlerb/safe_call_dot_parens.txt b/test/prism/snapshots/seattlerb/safe_call_dot_parens.txt
index b152d6230b..b152d6230b 100644
--- a/test/yarp/snapshots/seattlerb/safe_call_dot_parens.txt
+++ b/test/prism/snapshots/seattlerb/safe_call_dot_parens.txt
diff --git a/test/yarp/snapshots/seattlerb/safe_call_newline.txt b/test/prism/snapshots/seattlerb/safe_call_newline.txt
index cf7412a9fa..cf7412a9fa 100644
--- a/test/yarp/snapshots/seattlerb/safe_call_newline.txt
+++ b/test/prism/snapshots/seattlerb/safe_call_newline.txt
diff --git a/test/yarp/snapshots/seattlerb/safe_call_operator.txt b/test/prism/snapshots/seattlerb/safe_call_operator.txt
index d24465ef89..d24465ef89 100644
--- a/test/yarp/snapshots/seattlerb/safe_call_operator.txt
+++ b/test/prism/snapshots/seattlerb/safe_call_operator.txt
diff --git a/test/yarp/snapshots/seattlerb/safe_call_rhs_newline.txt b/test/prism/snapshots/seattlerb/safe_call_rhs_newline.txt
index 779a26b9a4..779a26b9a4 100644
--- a/test/yarp/snapshots/seattlerb/safe_call_rhs_newline.txt
+++ b/test/prism/snapshots/seattlerb/safe_call_rhs_newline.txt
diff --git a/test/yarp/snapshots/seattlerb/safe_calls.txt b/test/prism/snapshots/seattlerb/safe_calls.txt
index f4f9644f12..f4f9644f12 100644
--- a/test/yarp/snapshots/seattlerb/safe_calls.txt
+++ b/test/prism/snapshots/seattlerb/safe_calls.txt
diff --git a/test/yarp/snapshots/seattlerb/safe_op_asgn.txt b/test/prism/snapshots/seattlerb/safe_op_asgn.txt
index eee4cd1b42..eee4cd1b42 100644
--- a/test/yarp/snapshots/seattlerb/safe_op_asgn.txt
+++ b/test/prism/snapshots/seattlerb/safe_op_asgn.txt
diff --git a/test/yarp/snapshots/seattlerb/safe_op_asgn2.txt b/test/prism/snapshots/seattlerb/safe_op_asgn2.txt
index f7d02d3e55..f7d02d3e55 100644
--- a/test/yarp/snapshots/seattlerb/safe_op_asgn2.txt
+++ b/test/prism/snapshots/seattlerb/safe_op_asgn2.txt
diff --git a/test/yarp/snapshots/seattlerb/slashy_newlines_within_string.txt b/test/prism/snapshots/seattlerb/slashy_newlines_within_string.txt
index 49e5265871..49e5265871 100644
--- a/test/yarp/snapshots/seattlerb/slashy_newlines_within_string.txt
+++ b/test/prism/snapshots/seattlerb/slashy_newlines_within_string.txt
diff --git a/test/yarp/snapshots/seattlerb/stabby_arg_no_paren.txt b/test/prism/snapshots/seattlerb/stabby_arg_no_paren.txt
index 7392e71525..7392e71525 100644
--- a/test/yarp/snapshots/seattlerb/stabby_arg_no_paren.txt
+++ b/test/prism/snapshots/seattlerb/stabby_arg_no_paren.txt
diff --git a/test/yarp/snapshots/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt b/test/prism/snapshots/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt
index 0661b2a2aa..0661b2a2aa 100644
--- a/test/yarp/snapshots/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt
+++ b/test/prism/snapshots/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt
diff --git a/test/yarp/snapshots/seattlerb/stabby_block_iter_call.txt b/test/prism/snapshots/seattlerb/stabby_block_iter_call.txt
index 4cce284497..4cce284497 100644
--- a/test/yarp/snapshots/seattlerb/stabby_block_iter_call.txt
+++ b/test/prism/snapshots/seattlerb/stabby_block_iter_call.txt
diff --git a/test/yarp/snapshots/seattlerb/stabby_block_iter_call_no_target_with_arg.txt b/test/prism/snapshots/seattlerb/stabby_block_iter_call_no_target_with_arg.txt
index 46f401eb5a..46f401eb5a 100644
--- a/test/yarp/snapshots/seattlerb/stabby_block_iter_call_no_target_with_arg.txt
+++ b/test/prism/snapshots/seattlerb/stabby_block_iter_call_no_target_with_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/stabby_block_kw.txt b/test/prism/snapshots/seattlerb/stabby_block_kw.txt
index e3613e4b36..e3613e4b36 100644
--- a/test/yarp/snapshots/seattlerb/stabby_block_kw.txt
+++ b/test/prism/snapshots/seattlerb/stabby_block_kw.txt
diff --git a/test/yarp/snapshots/seattlerb/stabby_block_kw__required.txt b/test/prism/snapshots/seattlerb/stabby_block_kw__required.txt
index 0139100071..0139100071 100644
--- a/test/yarp/snapshots/seattlerb/stabby_block_kw__required.txt
+++ b/test/prism/snapshots/seattlerb/stabby_block_kw__required.txt
diff --git a/test/yarp/snapshots/seattlerb/stabby_proc_scope.txt b/test/prism/snapshots/seattlerb/stabby_proc_scope.txt
index 059192d67f..059192d67f 100644
--- a/test/yarp/snapshots/seattlerb/stabby_proc_scope.txt
+++ b/test/prism/snapshots/seattlerb/stabby_proc_scope.txt
diff --git a/test/yarp/snapshots/seattlerb/str_backslashes.txt b/test/prism/snapshots/seattlerb/str_backslashes.txt
index 09e8628e8b..09e8628e8b 100644
--- a/test/yarp/snapshots/seattlerb/str_backslashes.txt
+++ b/test/prism/snapshots/seattlerb/str_backslashes.txt
diff --git a/test/yarp/snapshots/seattlerb/str_double_double_escaped_newline.txt b/test/prism/snapshots/seattlerb/str_double_double_escaped_newline.txt
index 56fdd6cd7d..56fdd6cd7d 100644
--- a/test/yarp/snapshots/seattlerb/str_double_double_escaped_newline.txt
+++ b/test/prism/snapshots/seattlerb/str_double_double_escaped_newline.txt
diff --git a/test/yarp/snapshots/seattlerb/str_double_escaped_newline.txt b/test/prism/snapshots/seattlerb/str_double_escaped_newline.txt
index 906ef18d65..906ef18d65 100644
--- a/test/yarp/snapshots/seattlerb/str_double_escaped_newline.txt
+++ b/test/prism/snapshots/seattlerb/str_double_escaped_newline.txt
diff --git a/test/yarp/snapshots/seattlerb/str_double_newline.txt b/test/prism/snapshots/seattlerb/str_double_newline.txt
index 67953d770f..67953d770f 100644
--- a/test/yarp/snapshots/seattlerb/str_double_newline.txt
+++ b/test/prism/snapshots/seattlerb/str_double_newline.txt
diff --git a/test/yarp/snapshots/seattlerb/str_evstr.txt b/test/prism/snapshots/seattlerb/str_evstr.txt
index 8062024ed4..8062024ed4 100644
--- a/test/yarp/snapshots/seattlerb/str_evstr.txt
+++ b/test/prism/snapshots/seattlerb/str_evstr.txt
diff --git a/test/yarp/snapshots/seattlerb/str_evstr_escape.txt b/test/prism/snapshots/seattlerb/str_evstr_escape.txt
index 9dd987d226..9dd987d226 100644
--- a/test/yarp/snapshots/seattlerb/str_evstr_escape.txt
+++ b/test/prism/snapshots/seattlerb/str_evstr_escape.txt
diff --git a/test/yarp/snapshots/seattlerb/str_heredoc_interp.txt b/test/prism/snapshots/seattlerb/str_heredoc_interp.txt
index 465469430c..465469430c 100644
--- a/test/yarp/snapshots/seattlerb/str_heredoc_interp.txt
+++ b/test/prism/snapshots/seattlerb/str_heredoc_interp.txt
diff --git a/test/yarp/snapshots/seattlerb/str_interp_ternary_or_label.txt b/test/prism/snapshots/seattlerb/str_interp_ternary_or_label.txt
index c168afca2d..c168afca2d 100644
--- a/test/yarp/snapshots/seattlerb/str_interp_ternary_or_label.txt
+++ b/test/prism/snapshots/seattlerb/str_interp_ternary_or_label.txt
diff --git a/test/yarp/snapshots/seattlerb/str_lit_concat_bad_encodings.txt b/test/prism/snapshots/seattlerb/str_lit_concat_bad_encodings.txt
index 7bf71b7858..7bf71b7858 100644
--- a/test/yarp/snapshots/seattlerb/str_lit_concat_bad_encodings.txt
+++ b/test/prism/snapshots/seattlerb/str_lit_concat_bad_encodings.txt
diff --git a/test/yarp/snapshots/seattlerb/str_newline_hash_line_number.txt b/test/prism/snapshots/seattlerb/str_newline_hash_line_number.txt
index 89f20da7b5..89f20da7b5 100644
--- a/test/yarp/snapshots/seattlerb/str_newline_hash_line_number.txt
+++ b/test/prism/snapshots/seattlerb/str_newline_hash_line_number.txt
diff --git a/test/yarp/snapshots/seattlerb/str_pct_Q_nested.txt b/test/prism/snapshots/seattlerb/str_pct_Q_nested.txt
index 6651fcdde0..6651fcdde0 100644
--- a/test/yarp/snapshots/seattlerb/str_pct_Q_nested.txt
+++ b/test/prism/snapshots/seattlerb/str_pct_Q_nested.txt
diff --git a/test/yarp/snapshots/seattlerb/str_pct_nested_nested.txt b/test/prism/snapshots/seattlerb/str_pct_nested_nested.txt
index 85ad89bc60..85ad89bc60 100644
--- a/test/yarp/snapshots/seattlerb/str_pct_nested_nested.txt
+++ b/test/prism/snapshots/seattlerb/str_pct_nested_nested.txt
diff --git a/test/yarp/snapshots/seattlerb/str_pct_q.txt b/test/prism/snapshots/seattlerb/str_pct_q.txt
index c4dd5bacae..c4dd5bacae 100644
--- a/test/yarp/snapshots/seattlerb/str_pct_q.txt
+++ b/test/prism/snapshots/seattlerb/str_pct_q.txt
diff --git a/test/yarp/snapshots/seattlerb/str_single_double_escaped_newline.txt b/test/prism/snapshots/seattlerb/str_single_double_escaped_newline.txt
index 6b155de886..6b155de886 100644
--- a/test/yarp/snapshots/seattlerb/str_single_double_escaped_newline.txt
+++ b/test/prism/snapshots/seattlerb/str_single_double_escaped_newline.txt
diff --git a/test/yarp/snapshots/seattlerb/str_single_escaped_newline.txt b/test/prism/snapshots/seattlerb/str_single_escaped_newline.txt
index ba2e204b68..ba2e204b68 100644
--- a/test/yarp/snapshots/seattlerb/str_single_escaped_newline.txt
+++ b/test/prism/snapshots/seattlerb/str_single_escaped_newline.txt
diff --git a/test/yarp/snapshots/seattlerb/str_single_newline.txt b/test/prism/snapshots/seattlerb/str_single_newline.txt
index 18a96fbee6..18a96fbee6 100644
--- a/test/yarp/snapshots/seattlerb/str_single_newline.txt
+++ b/test/prism/snapshots/seattlerb/str_single_newline.txt
diff --git a/test/yarp/snapshots/seattlerb/str_str.txt b/test/prism/snapshots/seattlerb/str_str.txt
index f183980f5e..f183980f5e 100644
--- a/test/yarp/snapshots/seattlerb/str_str.txt
+++ b/test/prism/snapshots/seattlerb/str_str.txt
diff --git a/test/yarp/snapshots/seattlerb/str_str_str.txt b/test/prism/snapshots/seattlerb/str_str_str.txt
index 68873d8182..68873d8182 100644
--- a/test/yarp/snapshots/seattlerb/str_str_str.txt
+++ b/test/prism/snapshots/seattlerb/str_str_str.txt
diff --git a/test/yarp/snapshots/seattlerb/super_arg.txt b/test/prism/snapshots/seattlerb/super_arg.txt
index 41109adcc3..41109adcc3 100644
--- a/test/yarp/snapshots/seattlerb/super_arg.txt
+++ b/test/prism/snapshots/seattlerb/super_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/symbol_empty.txt b/test/prism/snapshots/seattlerb/symbol_empty.txt
index ab423959a0..ab423959a0 100644
--- a/test/yarp/snapshots/seattlerb/symbol_empty.txt
+++ b/test/prism/snapshots/seattlerb/symbol_empty.txt
diff --git a/test/yarp/snapshots/seattlerb/symbol_list.txt b/test/prism/snapshots/seattlerb/symbol_list.txt
index 834543195d..834543195d 100644
--- a/test/yarp/snapshots/seattlerb/symbol_list.txt
+++ b/test/prism/snapshots/seattlerb/symbol_list.txt
diff --git a/test/yarp/snapshots/seattlerb/symbols.txt b/test/prism/snapshots/seattlerb/symbols.txt
index 1d4eae94aa..1d4eae94aa 100644
--- a/test/yarp/snapshots/seattlerb/symbols.txt
+++ b/test/prism/snapshots/seattlerb/symbols.txt
diff --git a/test/yarp/snapshots/seattlerb/symbols_empty.txt b/test/prism/snapshots/seattlerb/symbols_empty.txt
index 74800d6bc6..74800d6bc6 100644
--- a/test/yarp/snapshots/seattlerb/symbols_empty.txt
+++ b/test/prism/snapshots/seattlerb/symbols_empty.txt
diff --git a/test/yarp/snapshots/seattlerb/symbols_empty_space.txt b/test/prism/snapshots/seattlerb/symbols_empty_space.txt
index bff515a6dc..bff515a6dc 100644
--- a/test/yarp/snapshots/seattlerb/symbols_empty_space.txt
+++ b/test/prism/snapshots/seattlerb/symbols_empty_space.txt
diff --git a/test/yarp/snapshots/seattlerb/symbols_interp.txt b/test/prism/snapshots/seattlerb/symbols_interp.txt
index 6d7f614211..6d7f614211 100644
--- a/test/yarp/snapshots/seattlerb/symbols_interp.txt
+++ b/test/prism/snapshots/seattlerb/symbols_interp.txt
diff --git a/test/yarp/snapshots/seattlerb/thingy.txt b/test/prism/snapshots/seattlerb/thingy.txt
index 96c76e64b6..96c76e64b6 100644
--- a/test/yarp/snapshots/seattlerb/thingy.txt
+++ b/test/prism/snapshots/seattlerb/thingy.txt
diff --git a/test/yarp/snapshots/seattlerb/uminus_float.txt b/test/prism/snapshots/seattlerb/uminus_float.txt
index b509e2f7f3..b509e2f7f3 100644
--- a/test/yarp/snapshots/seattlerb/uminus_float.txt
+++ b/test/prism/snapshots/seattlerb/uminus_float.txt
diff --git a/test/yarp/snapshots/seattlerb/unary_minus.txt b/test/prism/snapshots/seattlerb/unary_minus.txt
index e69aaaadec..e69aaaadec 100644
--- a/test/yarp/snapshots/seattlerb/unary_minus.txt
+++ b/test/prism/snapshots/seattlerb/unary_minus.txt
diff --git a/test/yarp/snapshots/seattlerb/unary_plus.txt b/test/prism/snapshots/seattlerb/unary_plus.txt
index 4d6c27805a..4d6c27805a 100644
--- a/test/yarp/snapshots/seattlerb/unary_plus.txt
+++ b/test/prism/snapshots/seattlerb/unary_plus.txt
diff --git a/test/yarp/snapshots/seattlerb/unary_plus_on_literal.txt b/test/prism/snapshots/seattlerb/unary_plus_on_literal.txt
index 9d1cb6a12c..9d1cb6a12c 100644
--- a/test/yarp/snapshots/seattlerb/unary_plus_on_literal.txt
+++ b/test/prism/snapshots/seattlerb/unary_plus_on_literal.txt
diff --git a/test/yarp/snapshots/seattlerb/unary_tilde.txt b/test/prism/snapshots/seattlerb/unary_tilde.txt
index aa413484dc..aa413484dc 100644
--- a/test/yarp/snapshots/seattlerb/unary_tilde.txt
+++ b/test/prism/snapshots/seattlerb/unary_tilde.txt
diff --git a/test/yarp/snapshots/seattlerb/utf8_bom.txt b/test/prism/snapshots/seattlerb/utf8_bom.txt
index 6e56393521..6e56393521 100644
--- a/test/yarp/snapshots/seattlerb/utf8_bom.txt
+++ b/test/prism/snapshots/seattlerb/utf8_bom.txt
diff --git a/test/yarp/snapshots/seattlerb/when_splat.txt b/test/prism/snapshots/seattlerb/when_splat.txt
index bdeae40fba..bdeae40fba 100644
--- a/test/yarp/snapshots/seattlerb/when_splat.txt
+++ b/test/prism/snapshots/seattlerb/when_splat.txt
diff --git a/test/yarp/snapshots/seattlerb/words_interp.txt b/test/prism/snapshots/seattlerb/words_interp.txt
index eddc835f02..eddc835f02 100644
--- a/test/yarp/snapshots/seattlerb/words_interp.txt
+++ b/test/prism/snapshots/seattlerb/words_interp.txt
diff --git a/test/yarp/snapshots/seattlerb/yield_arg.txt b/test/prism/snapshots/seattlerb/yield_arg.txt
index ae6a5d2b0b..ae6a5d2b0b 100644
--- a/test/yarp/snapshots/seattlerb/yield_arg.txt
+++ b/test/prism/snapshots/seattlerb/yield_arg.txt
diff --git a/test/yarp/snapshots/seattlerb/yield_call_assocs.txt b/test/prism/snapshots/seattlerb/yield_call_assocs.txt
index 6964a034c4..6964a034c4 100644
--- a/test/yarp/snapshots/seattlerb/yield_call_assocs.txt
+++ b/test/prism/snapshots/seattlerb/yield_call_assocs.txt
diff --git a/test/yarp/snapshots/seattlerb/yield_empty_parens.txt b/test/prism/snapshots/seattlerb/yield_empty_parens.txt
index 5ecd89823f..5ecd89823f 100644
--- a/test/yarp/snapshots/seattlerb/yield_empty_parens.txt
+++ b/test/prism/snapshots/seattlerb/yield_empty_parens.txt
diff --git a/test/yarp/snapshots/single_quote_heredocs.txt b/test/prism/snapshots/single_quote_heredocs.txt
index cea79aa6b7..cea79aa6b7 100644
--- a/test/yarp/snapshots/single_quote_heredocs.txt
+++ b/test/prism/snapshots/single_quote_heredocs.txt
diff --git a/test/yarp/snapshots/spanning_heredoc.txt b/test/prism/snapshots/spanning_heredoc.txt
index 9ebb067ecf..9ebb067ecf 100644
--- a/test/yarp/snapshots/spanning_heredoc.txt
+++ b/test/prism/snapshots/spanning_heredoc.txt
diff --git a/test/yarp/snapshots/strings.txt b/test/prism/snapshots/strings.txt
index e3a72eefdf..e3a72eefdf 100644
--- a/test/yarp/snapshots/strings.txt
+++ b/test/prism/snapshots/strings.txt
diff --git a/test/yarp/snapshots/super.txt b/test/prism/snapshots/super.txt
index 24a7ae81a9..24a7ae81a9 100644
--- a/test/yarp/snapshots/super.txt
+++ b/test/prism/snapshots/super.txt
diff --git a/test/yarp/snapshots/symbols.txt b/test/prism/snapshots/symbols.txt
index d445d8a90f..d445d8a90f 100644
--- a/test/yarp/snapshots/symbols.txt
+++ b/test/prism/snapshots/symbols.txt
diff --git a/test/yarp/snapshots/ternary_operator.txt b/test/prism/snapshots/ternary_operator.txt
index 13aa17e81a..13aa17e81a 100644
--- a/test/yarp/snapshots/ternary_operator.txt
+++ b/test/prism/snapshots/ternary_operator.txt
diff --git a/test/yarp/snapshots/tilde_heredocs.txt b/test/prism/snapshots/tilde_heredocs.txt
index b0b060255c..b0b060255c 100644
--- a/test/yarp/snapshots/tilde_heredocs.txt
+++ b/test/prism/snapshots/tilde_heredocs.txt
diff --git a/test/yarp/snapshots/undef.txt b/test/prism/snapshots/undef.txt
index 8ab7acacec..8ab7acacec 100644
--- a/test/yarp/snapshots/undef.txt
+++ b/test/prism/snapshots/undef.txt
diff --git a/test/yarp/snapshots/unescaping.txt b/test/prism/snapshots/unescaping.txt
index a59dc01626..a59dc01626 100644
--- a/test/yarp/snapshots/unescaping.txt
+++ b/test/prism/snapshots/unescaping.txt
diff --git a/test/yarp/snapshots/unless.txt b/test/prism/snapshots/unless.txt
index 27455d08c6..27455d08c6 100644
--- a/test/yarp/snapshots/unless.txt
+++ b/test/prism/snapshots/unless.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/alias.txt b/test/prism/snapshots/unparser/corpus/literal/alias.txt
index e726797685..e726797685 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/alias.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/alias.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/assignment.txt b/test/prism/snapshots/unparser/corpus/literal/assignment.txt
index ec6678281a..ec6678281a 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/assignment.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/assignment.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/block.txt b/test/prism/snapshots/unparser/corpus/literal/block.txt
index 3e8309a057..3e8309a057 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/block.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/block.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/case.txt b/test/prism/snapshots/unparser/corpus/literal/case.txt
index 8cfc927794..8cfc927794 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/case.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/case.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/class.txt b/test/prism/snapshots/unparser/corpus/literal/class.txt
index 9e67bd753a..9e67bd753a 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/class.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/class.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/control.txt b/test/prism/snapshots/unparser/corpus/literal/control.txt
index 7ab821e051..7ab821e051 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/control.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/control.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/def.txt b/test/prism/snapshots/unparser/corpus/literal/def.txt
index 421c45fd9b..421c45fd9b 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/def.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/def.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/defined.txt b/test/prism/snapshots/unparser/corpus/literal/defined.txt
index ffa9bfbba8..ffa9bfbba8 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/defined.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/defined.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/defs.txt b/test/prism/snapshots/unparser/corpus/literal/defs.txt
index a035c84066..a035c84066 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/defs.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/defs.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/dstr.txt b/test/prism/snapshots/unparser/corpus/literal/dstr.txt
index 52365b2946..52365b2946 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/dstr.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/dstr.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/empty.txt b/test/prism/snapshots/unparser/corpus/literal/empty.txt
index 870bdb6ad5..870bdb6ad5 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/empty.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/empty.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/empty_begin.txt b/test/prism/snapshots/unparser/corpus/literal/empty_begin.txt
index 838b4bf6f0..838b4bf6f0 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/empty_begin.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/empty_begin.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/flipflop.txt b/test/prism/snapshots/unparser/corpus/literal/flipflop.txt
index 48913a9e3f..48913a9e3f 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/flipflop.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/flipflop.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/for.txt b/test/prism/snapshots/unparser/corpus/literal/for.txt
index 52fb1a4673..52fb1a4673 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/for.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/for.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/hookexe.txt b/test/prism/snapshots/unparser/corpus/literal/hookexe.txt
index 1637f95619..1637f95619 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/hookexe.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/hookexe.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/if.txt b/test/prism/snapshots/unparser/corpus/literal/if.txt
index bf399d7dc9..bf399d7dc9 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/if.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/if.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/kwbegin.txt b/test/prism/snapshots/unparser/corpus/literal/kwbegin.txt
index 06cf243ee8..06cf243ee8 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/kwbegin.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/kwbegin.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/lambda.txt b/test/prism/snapshots/unparser/corpus/literal/lambda.txt
index d1c6c75987..d1c6c75987 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/lambda.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/lambda.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/literal.txt b/test/prism/snapshots/unparser/corpus/literal/literal.txt
index 63524c5ef8..63524c5ef8 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/literal.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/literal.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/module.txt b/test/prism/snapshots/unparser/corpus/literal/module.txt
index 826b8628f7..826b8628f7 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/module.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/module.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/opasgn.txt b/test/prism/snapshots/unparser/corpus/literal/opasgn.txt
index 91f92de04d..91f92de04d 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/opasgn.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/opasgn.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/pattern.txt b/test/prism/snapshots/unparser/corpus/literal/pattern.txt
index a40093634c..a40093634c 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/pattern.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/pattern.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/pragma.txt b/test/prism/snapshots/unparser/corpus/literal/pragma.txt
index 5247dcc4f5..5247dcc4f5 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/pragma.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/pragma.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/range.txt b/test/prism/snapshots/unparser/corpus/literal/range.txt
index 8d22fd530e..8d22fd530e 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/range.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/range.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/rescue.txt b/test/prism/snapshots/unparser/corpus/literal/rescue.txt
index 0472a94534..0472a94534 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/rescue.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/rescue.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/send.txt b/test/prism/snapshots/unparser/corpus/literal/send.txt
index d2ec4b582f..d2ec4b582f 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/send.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/send.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/since/27.txt b/test/prism/snapshots/unparser/corpus/literal/since/27.txt
index f9277521a3..f9277521a3 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/since/27.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/since/27.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/since/30.txt b/test/prism/snapshots/unparser/corpus/literal/since/30.txt
index f595ebb780..f595ebb780 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/since/30.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/since/30.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/since/31.txt b/test/prism/snapshots/unparser/corpus/literal/since/31.txt
index d66a2017c2..d66a2017c2 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/since/31.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/since/31.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/since/32.txt b/test/prism/snapshots/unparser/corpus/literal/since/32.txt
index aa8c15e0fb..aa8c15e0fb 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/since/32.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/since/32.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/singletons.txt b/test/prism/snapshots/unparser/corpus/literal/singletons.txt
index 45c06f7b07..45c06f7b07 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/singletons.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/singletons.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/super.txt b/test/prism/snapshots/unparser/corpus/literal/super.txt
index 7a6c241d6f..7a6c241d6f 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/super.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/super.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/unary.txt b/test/prism/snapshots/unparser/corpus/literal/unary.txt
index b8586036bf..b8586036bf 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/unary.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/unary.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/undef.txt b/test/prism/snapshots/unparser/corpus/literal/undef.txt
index f89eb11fe5..f89eb11fe5 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/undef.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/undef.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/variables.txt b/test/prism/snapshots/unparser/corpus/literal/variables.txt
index 94b6f067dc..94b6f067dc 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/variables.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/variables.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/while.txt b/test/prism/snapshots/unparser/corpus/literal/while.txt
index aa47d33766..aa47d33766 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/while.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/while.txt
diff --git a/test/yarp/snapshots/unparser/corpus/literal/yield.txt b/test/prism/snapshots/unparser/corpus/literal/yield.txt
index fc9bc27cc1..fc9bc27cc1 100644
--- a/test/yarp/snapshots/unparser/corpus/literal/yield.txt
+++ b/test/prism/snapshots/unparser/corpus/literal/yield.txt
diff --git a/test/yarp/snapshots/unparser/corpus/semantic/and.txt b/test/prism/snapshots/unparser/corpus/semantic/and.txt
index b4136ecdac..b4136ecdac 100644
--- a/test/yarp/snapshots/unparser/corpus/semantic/and.txt
+++ b/test/prism/snapshots/unparser/corpus/semantic/and.txt
diff --git a/test/yarp/snapshots/unparser/corpus/semantic/block.txt b/test/prism/snapshots/unparser/corpus/semantic/block.txt
index 741a810c4b..741a810c4b 100644
--- a/test/yarp/snapshots/unparser/corpus/semantic/block.txt
+++ b/test/prism/snapshots/unparser/corpus/semantic/block.txt
diff --git a/test/yarp/snapshots/unparser/corpus/semantic/def.txt b/test/prism/snapshots/unparser/corpus/semantic/def.txt
index 0f9242b53a..0f9242b53a 100644
--- a/test/yarp/snapshots/unparser/corpus/semantic/def.txt
+++ b/test/prism/snapshots/unparser/corpus/semantic/def.txt
diff --git a/test/yarp/snapshots/unparser/corpus/semantic/dstr.txt b/test/prism/snapshots/unparser/corpus/semantic/dstr.txt
index 126886f3e0..126886f3e0 100644
--- a/test/yarp/snapshots/unparser/corpus/semantic/dstr.txt
+++ b/test/prism/snapshots/unparser/corpus/semantic/dstr.txt
diff --git a/test/yarp/snapshots/unparser/corpus/semantic/kwbegin.txt b/test/prism/snapshots/unparser/corpus/semantic/kwbegin.txt
index 5a4881abd6..5a4881abd6 100644
--- a/test/yarp/snapshots/unparser/corpus/semantic/kwbegin.txt
+++ b/test/prism/snapshots/unparser/corpus/semantic/kwbegin.txt
diff --git a/test/yarp/snapshots/unparser/corpus/semantic/literal.txt b/test/prism/snapshots/unparser/corpus/semantic/literal.txt
index c7f4fa8f9b..c7f4fa8f9b 100644
--- a/test/yarp/snapshots/unparser/corpus/semantic/literal.txt
+++ b/test/prism/snapshots/unparser/corpus/semantic/literal.txt
diff --git a/test/yarp/snapshots/unparser/corpus/semantic/send.txt b/test/prism/snapshots/unparser/corpus/semantic/send.txt
index 700b94d8ec..700b94d8ec 100644
--- a/test/yarp/snapshots/unparser/corpus/semantic/send.txt
+++ b/test/prism/snapshots/unparser/corpus/semantic/send.txt
diff --git a/test/yarp/snapshots/unparser/corpus/semantic/undef.txt b/test/prism/snapshots/unparser/corpus/semantic/undef.txt
index ec7eb7ad3e..ec7eb7ad3e 100644
--- a/test/yarp/snapshots/unparser/corpus/semantic/undef.txt
+++ b/test/prism/snapshots/unparser/corpus/semantic/undef.txt
diff --git a/test/yarp/snapshots/unparser/corpus/semantic/while.txt b/test/prism/snapshots/unparser/corpus/semantic/while.txt
index f723dc6305..f723dc6305 100644
--- a/test/yarp/snapshots/unparser/corpus/semantic/while.txt
+++ b/test/prism/snapshots/unparser/corpus/semantic/while.txt
diff --git a/test/yarp/snapshots/until.txt b/test/prism/snapshots/until.txt
index e707dad95a..e707dad95a 100644
--- a/test/yarp/snapshots/until.txt
+++ b/test/prism/snapshots/until.txt
diff --git a/test/yarp/snapshots/variables.txt b/test/prism/snapshots/variables.txt
index 8366c5b9e4..8366c5b9e4 100644
--- a/test/yarp/snapshots/variables.txt
+++ b/test/prism/snapshots/variables.txt
diff --git a/test/yarp/snapshots/while.txt b/test/prism/snapshots/while.txt
index 0ad9740324..0ad9740324 100644
--- a/test/yarp/snapshots/while.txt
+++ b/test/prism/snapshots/while.txt
diff --git a/test/yarp/snapshots/whitequark/__ENCODING__.txt b/test/prism/snapshots/whitequark/__ENCODING__.txt
index 1b223bd8fe..1b223bd8fe 100644
--- a/test/yarp/snapshots/whitequark/__ENCODING__.txt
+++ b/test/prism/snapshots/whitequark/__ENCODING__.txt
diff --git a/test/yarp/snapshots/whitequark/__ENCODING___legacy_.txt b/test/prism/snapshots/whitequark/__ENCODING___legacy_.txt
index 1b223bd8fe..1b223bd8fe 100644
--- a/test/yarp/snapshots/whitequark/__ENCODING___legacy_.txt
+++ b/test/prism/snapshots/whitequark/__ENCODING___legacy_.txt
diff --git a/test/yarp/snapshots/whitequark/alias.txt b/test/prism/snapshots/whitequark/alias.txt
index 4a9e6727e1..4a9e6727e1 100644
--- a/test/yarp/snapshots/whitequark/alias.txt
+++ b/test/prism/snapshots/whitequark/alias.txt
diff --git a/test/yarp/snapshots/whitequark/alias_gvar.txt b/test/prism/snapshots/whitequark/alias_gvar.txt
index 56357fa15c..56357fa15c 100644
--- a/test/yarp/snapshots/whitequark/alias_gvar.txt
+++ b/test/prism/snapshots/whitequark/alias_gvar.txt
diff --git a/test/yarp/snapshots/whitequark/ambiuous_quoted_label_in_ternary_operator.txt b/test/prism/snapshots/whitequark/ambiuous_quoted_label_in_ternary_operator.txt
index 3d68cecdc2..3d68cecdc2 100644
--- a/test/yarp/snapshots/whitequark/ambiuous_quoted_label_in_ternary_operator.txt
+++ b/test/prism/snapshots/whitequark/ambiuous_quoted_label_in_ternary_operator.txt
diff --git a/test/yarp/snapshots/whitequark/and.txt b/test/prism/snapshots/whitequark/and.txt
index ae1b5880d8..ae1b5880d8 100644
--- a/test/yarp/snapshots/whitequark/and.txt
+++ b/test/prism/snapshots/whitequark/and.txt
diff --git a/test/yarp/snapshots/whitequark/and_asgn.txt b/test/prism/snapshots/whitequark/and_asgn.txt
index 5e4675ac91..5e4675ac91 100644
--- a/test/yarp/snapshots/whitequark/and_asgn.txt
+++ b/test/prism/snapshots/whitequark/and_asgn.txt
diff --git a/test/yarp/snapshots/whitequark/and_or_masgn.txt b/test/prism/snapshots/whitequark/and_or_masgn.txt
index 9b6bb94096..9b6bb94096 100644
--- a/test/yarp/snapshots/whitequark/and_or_masgn.txt
+++ b/test/prism/snapshots/whitequark/and_or_masgn.txt
diff --git a/test/yarp/snapshots/whitequark/anonymous_blockarg.txt b/test/prism/snapshots/whitequark/anonymous_blockarg.txt
index 3afc2995f2..3afc2995f2 100644
--- a/test/yarp/snapshots/whitequark/anonymous_blockarg.txt
+++ b/test/prism/snapshots/whitequark/anonymous_blockarg.txt
diff --git a/test/yarp/snapshots/whitequark/arg.txt b/test/prism/snapshots/whitequark/arg.txt
index d87f10db23..d87f10db23 100644
--- a/test/yarp/snapshots/whitequark/arg.txt
+++ b/test/prism/snapshots/whitequark/arg.txt
diff --git a/test/yarp/snapshots/whitequark/arg_duplicate_ignored.txt b/test/prism/snapshots/whitequark/arg_duplicate_ignored.txt
index 4db92126d7..4db92126d7 100644
--- a/test/yarp/snapshots/whitequark/arg_duplicate_ignored.txt
+++ b/test/prism/snapshots/whitequark/arg_duplicate_ignored.txt
diff --git a/test/yarp/snapshots/whitequark/arg_label.txt b/test/prism/snapshots/whitequark/arg_label.txt
index 1d9b43332a..1d9b43332a 100644
--- a/test/yarp/snapshots/whitequark/arg_label.txt
+++ b/test/prism/snapshots/whitequark/arg_label.txt
diff --git a/test/yarp/snapshots/whitequark/arg_scope.txt b/test/prism/snapshots/whitequark/arg_scope.txt
index cfe376d04d..cfe376d04d 100644
--- a/test/yarp/snapshots/whitequark/arg_scope.txt
+++ b/test/prism/snapshots/whitequark/arg_scope.txt
diff --git a/test/yarp/snapshots/whitequark/args.txt b/test/prism/snapshots/whitequark/args.txt
index 1f3a3b5c74..1f3a3b5c74 100644
--- a/test/yarp/snapshots/whitequark/args.txt
+++ b/test/prism/snapshots/whitequark/args.txt
diff --git a/test/yarp/snapshots/whitequark/args_args_assocs.txt b/test/prism/snapshots/whitequark/args_args_assocs.txt
index 38d1a2622d..38d1a2622d 100644
--- a/test/yarp/snapshots/whitequark/args_args_assocs.txt
+++ b/test/prism/snapshots/whitequark/args_args_assocs.txt
diff --git a/test/yarp/snapshots/whitequark/args_args_assocs_comma.txt b/test/prism/snapshots/whitequark/args_args_assocs_comma.txt
index 80a6079616..80a6079616 100644
--- a/test/yarp/snapshots/whitequark/args_args_assocs_comma.txt
+++ b/test/prism/snapshots/whitequark/args_args_assocs_comma.txt
diff --git a/test/yarp/snapshots/whitequark/args_args_comma.txt b/test/prism/snapshots/whitequark/args_args_comma.txt
index 1b2709bfcc..1b2709bfcc 100644
--- a/test/yarp/snapshots/whitequark/args_args_comma.txt
+++ b/test/prism/snapshots/whitequark/args_args_comma.txt
diff --git a/test/yarp/snapshots/whitequark/args_args_star.txt b/test/prism/snapshots/whitequark/args_args_star.txt
index 64ea48909c..64ea48909c 100644
--- a/test/yarp/snapshots/whitequark/args_args_star.txt
+++ b/test/prism/snapshots/whitequark/args_args_star.txt
diff --git a/test/yarp/snapshots/whitequark/args_assocs.txt b/test/prism/snapshots/whitequark/args_assocs.txt
index 518b760764..518b760764 100644
--- a/test/yarp/snapshots/whitequark/args_assocs.txt
+++ b/test/prism/snapshots/whitequark/args_assocs.txt
diff --git a/test/yarp/snapshots/whitequark/args_assocs_comma.txt b/test/prism/snapshots/whitequark/args_assocs_comma.txt
index 238ba6ff28..238ba6ff28 100644
--- a/test/yarp/snapshots/whitequark/args_assocs_comma.txt
+++ b/test/prism/snapshots/whitequark/args_assocs_comma.txt
diff --git a/test/yarp/snapshots/whitequark/args_assocs_legacy.txt b/test/prism/snapshots/whitequark/args_assocs_legacy.txt
index 518b760764..518b760764 100644
--- a/test/yarp/snapshots/whitequark/args_assocs_legacy.txt
+++ b/test/prism/snapshots/whitequark/args_assocs_legacy.txt
diff --git a/test/yarp/snapshots/whitequark/args_block_pass.txt b/test/prism/snapshots/whitequark/args_block_pass.txt
index 2cc3008c2e..2cc3008c2e 100644
--- a/test/yarp/snapshots/whitequark/args_block_pass.txt
+++ b/test/prism/snapshots/whitequark/args_block_pass.txt
diff --git a/test/yarp/snapshots/whitequark/args_cmd.txt b/test/prism/snapshots/whitequark/args_cmd.txt
index cd16a4d354..cd16a4d354 100644
--- a/test/yarp/snapshots/whitequark/args_cmd.txt
+++ b/test/prism/snapshots/whitequark/args_cmd.txt
diff --git a/test/yarp/snapshots/whitequark/args_star.txt b/test/prism/snapshots/whitequark/args_star.txt
index 13b48ff6bb..13b48ff6bb 100644
--- a/test/yarp/snapshots/whitequark/args_star.txt
+++ b/test/prism/snapshots/whitequark/args_star.txt
diff --git a/test/yarp/snapshots/whitequark/array_assocs.txt b/test/prism/snapshots/whitequark/array_assocs.txt
index 4509ddde8b..4509ddde8b 100644
--- a/test/yarp/snapshots/whitequark/array_assocs.txt
+++ b/test/prism/snapshots/whitequark/array_assocs.txt
diff --git a/test/yarp/snapshots/whitequark/array_plain.txt b/test/prism/snapshots/whitequark/array_plain.txt
index 4bf2b19039..4bf2b19039 100644
--- a/test/yarp/snapshots/whitequark/array_plain.txt
+++ b/test/prism/snapshots/whitequark/array_plain.txt
diff --git a/test/yarp/snapshots/whitequark/array_splat.txt b/test/prism/snapshots/whitequark/array_splat.txt
index c25c8719b6..c25c8719b6 100644
--- a/test/yarp/snapshots/whitequark/array_splat.txt
+++ b/test/prism/snapshots/whitequark/array_splat.txt
diff --git a/test/yarp/snapshots/whitequark/array_symbols.txt b/test/prism/snapshots/whitequark/array_symbols.txt
index cca5be139a..cca5be139a 100644
--- a/test/yarp/snapshots/whitequark/array_symbols.txt
+++ b/test/prism/snapshots/whitequark/array_symbols.txt
diff --git a/test/yarp/snapshots/whitequark/array_symbols_empty.txt b/test/prism/snapshots/whitequark/array_symbols_empty.txt
index 3beafc362a..3beafc362a 100644
--- a/test/yarp/snapshots/whitequark/array_symbols_empty.txt
+++ b/test/prism/snapshots/whitequark/array_symbols_empty.txt
diff --git a/test/yarp/snapshots/whitequark/array_symbols_interp.txt b/test/prism/snapshots/whitequark/array_symbols_interp.txt
index de1a25f97e..de1a25f97e 100644
--- a/test/yarp/snapshots/whitequark/array_symbols_interp.txt
+++ b/test/prism/snapshots/whitequark/array_symbols_interp.txt
diff --git a/test/yarp/snapshots/whitequark/array_words.txt b/test/prism/snapshots/whitequark/array_words.txt
index 4301158d05..4301158d05 100644
--- a/test/yarp/snapshots/whitequark/array_words.txt
+++ b/test/prism/snapshots/whitequark/array_words.txt
diff --git a/test/yarp/snapshots/whitequark/array_words_empty.txt b/test/prism/snapshots/whitequark/array_words_empty.txt
index dff4df5662..dff4df5662 100644
--- a/test/yarp/snapshots/whitequark/array_words_empty.txt
+++ b/test/prism/snapshots/whitequark/array_words_empty.txt
diff --git a/test/yarp/snapshots/whitequark/array_words_interp.txt b/test/prism/snapshots/whitequark/array_words_interp.txt
index 8645425e25..8645425e25 100644
--- a/test/yarp/snapshots/whitequark/array_words_interp.txt
+++ b/test/prism/snapshots/whitequark/array_words_interp.txt
diff --git a/test/yarp/snapshots/whitequark/asgn_cmd.txt b/test/prism/snapshots/whitequark/asgn_cmd.txt
index 13268c70b1..13268c70b1 100644
--- a/test/yarp/snapshots/whitequark/asgn_cmd.txt
+++ b/test/prism/snapshots/whitequark/asgn_cmd.txt
diff --git a/test/yarp/snapshots/whitequark/asgn_mrhs.txt b/test/prism/snapshots/whitequark/asgn_mrhs.txt
index bb86015289..bb86015289 100644
--- a/test/yarp/snapshots/whitequark/asgn_mrhs.txt
+++ b/test/prism/snapshots/whitequark/asgn_mrhs.txt
diff --git a/test/yarp/snapshots/whitequark/back_ref.txt b/test/prism/snapshots/whitequark/back_ref.txt
index eafd6f144a..eafd6f144a 100644
--- a/test/yarp/snapshots/whitequark/back_ref.txt
+++ b/test/prism/snapshots/whitequark/back_ref.txt
diff --git a/test/yarp/snapshots/whitequark/bang.txt b/test/prism/snapshots/whitequark/bang.txt
index da83d817a5..da83d817a5 100644
--- a/test/yarp/snapshots/whitequark/bang.txt
+++ b/test/prism/snapshots/whitequark/bang.txt
diff --git a/test/yarp/snapshots/whitequark/bang_cmd.txt b/test/prism/snapshots/whitequark/bang_cmd.txt
index 27b0a1ebdf..27b0a1ebdf 100644
--- a/test/yarp/snapshots/whitequark/bang_cmd.txt
+++ b/test/prism/snapshots/whitequark/bang_cmd.txt
diff --git a/test/yarp/snapshots/whitequark/begin_cmdarg.txt b/test/prism/snapshots/whitequark/begin_cmdarg.txt
index 833863958f..833863958f 100644
--- a/test/yarp/snapshots/whitequark/begin_cmdarg.txt
+++ b/test/prism/snapshots/whitequark/begin_cmdarg.txt
diff --git a/test/yarp/snapshots/whitequark/beginless_erange_after_newline.txt b/test/prism/snapshots/whitequark/beginless_erange_after_newline.txt
index 0bea43c7f2..0bea43c7f2 100644
--- a/test/yarp/snapshots/whitequark/beginless_erange_after_newline.txt
+++ b/test/prism/snapshots/whitequark/beginless_erange_after_newline.txt
diff --git a/test/yarp/snapshots/whitequark/beginless_irange_after_newline.txt b/test/prism/snapshots/whitequark/beginless_irange_after_newline.txt
index ab2fa8064f..ab2fa8064f 100644
--- a/test/yarp/snapshots/whitequark/beginless_irange_after_newline.txt
+++ b/test/prism/snapshots/whitequark/beginless_irange_after_newline.txt
diff --git a/test/yarp/snapshots/whitequark/beginless_range.txt b/test/prism/snapshots/whitequark/beginless_range.txt
index 7ec06309c4..7ec06309c4 100644
--- a/test/yarp/snapshots/whitequark/beginless_range.txt
+++ b/test/prism/snapshots/whitequark/beginless_range.txt
diff --git a/test/yarp/snapshots/whitequark/blockarg.txt b/test/prism/snapshots/whitequark/blockarg.txt
index ce1c33a0f0..ce1c33a0f0 100644
--- a/test/yarp/snapshots/whitequark/blockarg.txt
+++ b/test/prism/snapshots/whitequark/blockarg.txt
diff --git a/test/yarp/snapshots/whitequark/blockargs.txt b/test/prism/snapshots/whitequark/blockargs.txt
index a9692cbaed..a9692cbaed 100644
--- a/test/yarp/snapshots/whitequark/blockargs.txt
+++ b/test/prism/snapshots/whitequark/blockargs.txt
diff --git a/test/yarp/snapshots/whitequark/break.txt b/test/prism/snapshots/whitequark/break.txt
index 7f375d2d3f..7f375d2d3f 100644
--- a/test/yarp/snapshots/whitequark/break.txt
+++ b/test/prism/snapshots/whitequark/break.txt
diff --git a/test/yarp/snapshots/whitequark/break_block.txt b/test/prism/snapshots/whitequark/break_block.txt
index 58e972f226..58e972f226 100644
--- a/test/yarp/snapshots/whitequark/break_block.txt
+++ b/test/prism/snapshots/whitequark/break_block.txt
diff --git a/test/yarp/snapshots/whitequark/bug_435.txt b/test/prism/snapshots/whitequark/bug_435.txt
index fd7380e15d..fd7380e15d 100644
--- a/test/yarp/snapshots/whitequark/bug_435.txt
+++ b/test/prism/snapshots/whitequark/bug_435.txt
diff --git a/test/yarp/snapshots/whitequark/bug_447.txt b/test/prism/snapshots/whitequark/bug_447.txt
index 40a6d81e4c..40a6d81e4c 100644
--- a/test/yarp/snapshots/whitequark/bug_447.txt
+++ b/test/prism/snapshots/whitequark/bug_447.txt
diff --git a/test/yarp/snapshots/whitequark/bug_452.txt b/test/prism/snapshots/whitequark/bug_452.txt
index e7ecdcb2c7..e7ecdcb2c7 100644
--- a/test/yarp/snapshots/whitequark/bug_452.txt
+++ b/test/prism/snapshots/whitequark/bug_452.txt
diff --git a/test/yarp/snapshots/whitequark/bug_466.txt b/test/prism/snapshots/whitequark/bug_466.txt
index f69841c32d..f69841c32d 100644
--- a/test/yarp/snapshots/whitequark/bug_466.txt
+++ b/test/prism/snapshots/whitequark/bug_466.txt
diff --git a/test/yarp/snapshots/whitequark/bug_473.txt b/test/prism/snapshots/whitequark/bug_473.txt
index cfdeb9d2f3..cfdeb9d2f3 100644
--- a/test/yarp/snapshots/whitequark/bug_473.txt
+++ b/test/prism/snapshots/whitequark/bug_473.txt
diff --git a/test/yarp/snapshots/whitequark/bug_480.txt b/test/prism/snapshots/whitequark/bug_480.txt
index d7beb238e7..d7beb238e7 100644
--- a/test/yarp/snapshots/whitequark/bug_480.txt
+++ b/test/prism/snapshots/whitequark/bug_480.txt
diff --git a/test/yarp/snapshots/whitequark/bug_481.txt b/test/prism/snapshots/whitequark/bug_481.txt
index 7baad1034c..7baad1034c 100644
--- a/test/yarp/snapshots/whitequark/bug_481.txt
+++ b/test/prism/snapshots/whitequark/bug_481.txt
diff --git a/test/yarp/snapshots/whitequark/bug_ascii_8bit_in_literal.txt b/test/prism/snapshots/whitequark/bug_ascii_8bit_in_literal.txt
index 65d733166a..65d733166a 100644
--- a/test/yarp/snapshots/whitequark/bug_ascii_8bit_in_literal.txt
+++ b/test/prism/snapshots/whitequark/bug_ascii_8bit_in_literal.txt
diff --git a/test/yarp/snapshots/whitequark/bug_cmd_string_lookahead.txt b/test/prism/snapshots/whitequark/bug_cmd_string_lookahead.txt
index 6945f3e301..6945f3e301 100644
--- a/test/yarp/snapshots/whitequark/bug_cmd_string_lookahead.txt
+++ b/test/prism/snapshots/whitequark/bug_cmd_string_lookahead.txt
diff --git a/test/yarp/snapshots/whitequark/bug_cmdarg.txt b/test/prism/snapshots/whitequark/bug_cmdarg.txt
index d3968f4eab..d3968f4eab 100644
--- a/test/yarp/snapshots/whitequark/bug_cmdarg.txt
+++ b/test/prism/snapshots/whitequark/bug_cmdarg.txt
diff --git a/test/yarp/snapshots/whitequark/bug_def_no_paren_eql_begin.txt b/test/prism/snapshots/whitequark/bug_def_no_paren_eql_begin.txt
index 1b45d0132b..1b45d0132b 100644
--- a/test/yarp/snapshots/whitequark/bug_def_no_paren_eql_begin.txt
+++ b/test/prism/snapshots/whitequark/bug_def_no_paren_eql_begin.txt
diff --git a/test/yarp/snapshots/whitequark/bug_do_block_in_call_args.txt b/test/prism/snapshots/whitequark/bug_do_block_in_call_args.txt
index 75be678df6..75be678df6 100644
--- a/test/yarp/snapshots/whitequark/bug_do_block_in_call_args.txt
+++ b/test/prism/snapshots/whitequark/bug_do_block_in_call_args.txt
diff --git a/test/yarp/snapshots/whitequark/bug_do_block_in_cmdarg.txt b/test/prism/snapshots/whitequark/bug_do_block_in_cmdarg.txt
index 2a0fc1fa70..2a0fc1fa70 100644
--- a/test/yarp/snapshots/whitequark/bug_do_block_in_cmdarg.txt
+++ b/test/prism/snapshots/whitequark/bug_do_block_in_cmdarg.txt
diff --git a/test/yarp/snapshots/whitequark/bug_do_block_in_hash_brace.txt b/test/prism/snapshots/whitequark/bug_do_block_in_hash_brace.txt
index d1212e077a..d1212e077a 100644
--- a/test/yarp/snapshots/whitequark/bug_do_block_in_hash_brace.txt
+++ b/test/prism/snapshots/whitequark/bug_do_block_in_hash_brace.txt
diff --git a/test/yarp/snapshots/whitequark/bug_heredoc_do.txt b/test/prism/snapshots/whitequark/bug_heredoc_do.txt
index 306de35b95..306de35b95 100644
--- a/test/yarp/snapshots/whitequark/bug_heredoc_do.txt
+++ b/test/prism/snapshots/whitequark/bug_heredoc_do.txt
diff --git a/test/yarp/snapshots/whitequark/bug_interp_single.txt b/test/prism/snapshots/whitequark/bug_interp_single.txt
index ce78954f81..ce78954f81 100644
--- a/test/yarp/snapshots/whitequark/bug_interp_single.txt
+++ b/test/prism/snapshots/whitequark/bug_interp_single.txt
diff --git a/test/yarp/snapshots/whitequark/bug_lambda_leakage.txt b/test/prism/snapshots/whitequark/bug_lambda_leakage.txt
index ff21708d38..ff21708d38 100644
--- a/test/yarp/snapshots/whitequark/bug_lambda_leakage.txt
+++ b/test/prism/snapshots/whitequark/bug_lambda_leakage.txt
diff --git a/test/yarp/snapshots/whitequark/bug_regex_verification.txt b/test/prism/snapshots/whitequark/bug_regex_verification.txt
index 79ac10f3a5..79ac10f3a5 100644
--- a/test/yarp/snapshots/whitequark/bug_regex_verification.txt
+++ b/test/prism/snapshots/whitequark/bug_regex_verification.txt
diff --git a/test/yarp/snapshots/whitequark/bug_rescue_empty_else.txt b/test/prism/snapshots/whitequark/bug_rescue_empty_else.txt
index 52734cc1e9..52734cc1e9 100644
--- a/test/yarp/snapshots/whitequark/bug_rescue_empty_else.txt
+++ b/test/prism/snapshots/whitequark/bug_rescue_empty_else.txt
diff --git a/test/yarp/snapshots/whitequark/bug_while_not_parens_do.txt b/test/prism/snapshots/whitequark/bug_while_not_parens_do.txt
index 1d71742a6f..1d71742a6f 100644
--- a/test/yarp/snapshots/whitequark/bug_while_not_parens_do.txt
+++ b/test/prism/snapshots/whitequark/bug_while_not_parens_do.txt
diff --git a/test/yarp/snapshots/whitequark/case_cond.txt b/test/prism/snapshots/whitequark/case_cond.txt
index c919344722..c919344722 100644
--- a/test/yarp/snapshots/whitequark/case_cond.txt
+++ b/test/prism/snapshots/whitequark/case_cond.txt
diff --git a/test/yarp/snapshots/whitequark/case_cond_else.txt b/test/prism/snapshots/whitequark/case_cond_else.txt
index 7e6b9ec30f..7e6b9ec30f 100644
--- a/test/yarp/snapshots/whitequark/case_cond_else.txt
+++ b/test/prism/snapshots/whitequark/case_cond_else.txt
diff --git a/test/yarp/snapshots/whitequark/case_expr.txt b/test/prism/snapshots/whitequark/case_expr.txt
index 44c8045a5f..44c8045a5f 100644
--- a/test/yarp/snapshots/whitequark/case_expr.txt
+++ b/test/prism/snapshots/whitequark/case_expr.txt
diff --git a/test/yarp/snapshots/whitequark/case_expr_else.txt b/test/prism/snapshots/whitequark/case_expr_else.txt
index 2c6a5f8c65..2c6a5f8c65 100644
--- a/test/yarp/snapshots/whitequark/case_expr_else.txt
+++ b/test/prism/snapshots/whitequark/case_expr_else.txt
diff --git a/test/yarp/snapshots/whitequark/casgn_scoped.txt b/test/prism/snapshots/whitequark/casgn_scoped.txt
index bb3a8b072a..bb3a8b072a 100644
--- a/test/yarp/snapshots/whitequark/casgn_scoped.txt
+++ b/test/prism/snapshots/whitequark/casgn_scoped.txt
diff --git a/test/yarp/snapshots/whitequark/casgn_toplevel.txt b/test/prism/snapshots/whitequark/casgn_toplevel.txt
index bc48b1e841..bc48b1e841 100644
--- a/test/yarp/snapshots/whitequark/casgn_toplevel.txt
+++ b/test/prism/snapshots/whitequark/casgn_toplevel.txt
diff --git a/test/yarp/snapshots/whitequark/casgn_unscoped.txt b/test/prism/snapshots/whitequark/casgn_unscoped.txt
index 90434d39db..90434d39db 100644
--- a/test/yarp/snapshots/whitequark/casgn_unscoped.txt
+++ b/test/prism/snapshots/whitequark/casgn_unscoped.txt
diff --git a/test/yarp/snapshots/whitequark/character.txt b/test/prism/snapshots/whitequark/character.txt
index b70f05b544..b70f05b544 100644
--- a/test/yarp/snapshots/whitequark/character.txt
+++ b/test/prism/snapshots/whitequark/character.txt
diff --git a/test/yarp/snapshots/whitequark/class.txt b/test/prism/snapshots/whitequark/class.txt
index e38bec6c47..e38bec6c47 100644
--- a/test/yarp/snapshots/whitequark/class.txt
+++ b/test/prism/snapshots/whitequark/class.txt
diff --git a/test/yarp/snapshots/whitequark/class_definition_in_while_cond.txt b/test/prism/snapshots/whitequark/class_definition_in_while_cond.txt
index ce384a6a5a..ce384a6a5a 100644
--- a/test/yarp/snapshots/whitequark/class_definition_in_while_cond.txt
+++ b/test/prism/snapshots/whitequark/class_definition_in_while_cond.txt
diff --git a/test/yarp/snapshots/whitequark/class_super.txt b/test/prism/snapshots/whitequark/class_super.txt
index ea8bbd70d9..ea8bbd70d9 100644
--- a/test/yarp/snapshots/whitequark/class_super.txt
+++ b/test/prism/snapshots/whitequark/class_super.txt
diff --git a/test/yarp/snapshots/whitequark/class_super_label.txt b/test/prism/snapshots/whitequark/class_super_label.txt
index 60826a72b9..60826a72b9 100644
--- a/test/yarp/snapshots/whitequark/class_super_label.txt
+++ b/test/prism/snapshots/whitequark/class_super_label.txt
diff --git a/test/yarp/snapshots/whitequark/comments_before_leading_dot__27.txt b/test/prism/snapshots/whitequark/comments_before_leading_dot__27.txt
index 5315ed5d17..5315ed5d17 100644
--- a/test/yarp/snapshots/whitequark/comments_before_leading_dot__27.txt
+++ b/test/prism/snapshots/whitequark/comments_before_leading_dot__27.txt
diff --git a/test/yarp/snapshots/whitequark/complex.txt b/test/prism/snapshots/whitequark/complex.txt
index f81564d700..f81564d700 100644
--- a/test/yarp/snapshots/whitequark/complex.txt
+++ b/test/prism/snapshots/whitequark/complex.txt
diff --git a/test/yarp/snapshots/whitequark/cond_begin.txt b/test/prism/snapshots/whitequark/cond_begin.txt
index 085f240ebd..085f240ebd 100644
--- a/test/yarp/snapshots/whitequark/cond_begin.txt
+++ b/test/prism/snapshots/whitequark/cond_begin.txt
diff --git a/test/yarp/snapshots/whitequark/cond_begin_masgn.txt b/test/prism/snapshots/whitequark/cond_begin_masgn.txt
index 9ec167665e..9ec167665e 100644
--- a/test/yarp/snapshots/whitequark/cond_begin_masgn.txt
+++ b/test/prism/snapshots/whitequark/cond_begin_masgn.txt
diff --git a/test/yarp/snapshots/whitequark/cond_eflipflop.txt b/test/prism/snapshots/whitequark/cond_eflipflop.txt
index 89976af9e9..89976af9e9 100644
--- a/test/yarp/snapshots/whitequark/cond_eflipflop.txt
+++ b/test/prism/snapshots/whitequark/cond_eflipflop.txt
diff --git a/test/yarp/snapshots/whitequark/cond_iflipflop.txt b/test/prism/snapshots/whitequark/cond_iflipflop.txt
index 1dcece1aef..1dcece1aef 100644
--- a/test/yarp/snapshots/whitequark/cond_iflipflop.txt
+++ b/test/prism/snapshots/whitequark/cond_iflipflop.txt
diff --git a/test/yarp/snapshots/whitequark/cond_match_current_line.txt b/test/prism/snapshots/whitequark/cond_match_current_line.txt
index 679e903681..679e903681 100644
--- a/test/yarp/snapshots/whitequark/cond_match_current_line.txt
+++ b/test/prism/snapshots/whitequark/cond_match_current_line.txt
diff --git a/test/yarp/snapshots/whitequark/const_op_asgn.txt b/test/prism/snapshots/whitequark/const_op_asgn.txt
index fc6533ccd0..fc6533ccd0 100644
--- a/test/yarp/snapshots/whitequark/const_op_asgn.txt
+++ b/test/prism/snapshots/whitequark/const_op_asgn.txt
diff --git a/test/yarp/snapshots/whitequark/const_scoped.txt b/test/prism/snapshots/whitequark/const_scoped.txt
index 1e2bccef96..1e2bccef96 100644
--- a/test/yarp/snapshots/whitequark/const_scoped.txt
+++ b/test/prism/snapshots/whitequark/const_scoped.txt
diff --git a/test/yarp/snapshots/whitequark/const_toplevel.txt b/test/prism/snapshots/whitequark/const_toplevel.txt
index b54b069d06..b54b069d06 100644
--- a/test/yarp/snapshots/whitequark/const_toplevel.txt
+++ b/test/prism/snapshots/whitequark/const_toplevel.txt
diff --git a/test/yarp/snapshots/whitequark/const_unscoped.txt b/test/prism/snapshots/whitequark/const_unscoped.txt
index 5e272e1775..5e272e1775 100644
--- a/test/yarp/snapshots/whitequark/const_unscoped.txt
+++ b/test/prism/snapshots/whitequark/const_unscoped.txt
diff --git a/test/yarp/snapshots/whitequark/cpath.txt b/test/prism/snapshots/whitequark/cpath.txt
index b892525646..b892525646 100644
--- a/test/yarp/snapshots/whitequark/cpath.txt
+++ b/test/prism/snapshots/whitequark/cpath.txt
diff --git a/test/yarp/snapshots/whitequark/cvar.txt b/test/prism/snapshots/whitequark/cvar.txt
index 7847ce4495..7847ce4495 100644
--- a/test/yarp/snapshots/whitequark/cvar.txt
+++ b/test/prism/snapshots/whitequark/cvar.txt
diff --git a/test/yarp/snapshots/whitequark/cvasgn.txt b/test/prism/snapshots/whitequark/cvasgn.txt
index e6a1c7e973..e6a1c7e973 100644
--- a/test/yarp/snapshots/whitequark/cvasgn.txt
+++ b/test/prism/snapshots/whitequark/cvasgn.txt
diff --git a/test/yarp/snapshots/whitequark/dedenting_heredoc.txt b/test/prism/snapshots/whitequark/dedenting_heredoc.txt
index c0babc6ba1..c0babc6ba1 100644
--- a/test/yarp/snapshots/whitequark/dedenting_heredoc.txt
+++ b/test/prism/snapshots/whitequark/dedenting_heredoc.txt
diff --git a/test/yarp/snapshots/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt b/test/prism/snapshots/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt
index ac083f3edc..ac083f3edc 100644
--- a/test/yarp/snapshots/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt
+++ b/test/prism/snapshots/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt
diff --git a/test/yarp/snapshots/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt b/test/prism/snapshots/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt
index 6d123a3387..6d123a3387 100644
--- a/test/yarp/snapshots/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt
+++ b/test/prism/snapshots/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt
diff --git a/test/yarp/snapshots/whitequark/def.txt b/test/prism/snapshots/whitequark/def.txt
index d5e1139c4d..d5e1139c4d 100644
--- a/test/yarp/snapshots/whitequark/def.txt
+++ b/test/prism/snapshots/whitequark/def.txt
diff --git a/test/yarp/snapshots/whitequark/defined.txt b/test/prism/snapshots/whitequark/defined.txt
index 475e6a2734..475e6a2734 100644
--- a/test/yarp/snapshots/whitequark/defined.txt
+++ b/test/prism/snapshots/whitequark/defined.txt
diff --git a/test/yarp/snapshots/whitequark/defs.txt b/test/prism/snapshots/whitequark/defs.txt
index bdb96e83b0..bdb96e83b0 100644
--- a/test/yarp/snapshots/whitequark/defs.txt
+++ b/test/prism/snapshots/whitequark/defs.txt
diff --git a/test/yarp/snapshots/whitequark/empty_stmt.txt b/test/prism/snapshots/whitequark/empty_stmt.txt
index 870bdb6ad5..870bdb6ad5 100644
--- a/test/yarp/snapshots/whitequark/empty_stmt.txt
+++ b/test/prism/snapshots/whitequark/empty_stmt.txt
diff --git a/test/yarp/snapshots/whitequark/endless_comparison_method.txt b/test/prism/snapshots/whitequark/endless_comparison_method.txt
index ee65681c02..ee65681c02 100644
--- a/test/yarp/snapshots/whitequark/endless_comparison_method.txt
+++ b/test/prism/snapshots/whitequark/endless_comparison_method.txt
diff --git a/test/yarp/snapshots/whitequark/endless_method.txt b/test/prism/snapshots/whitequark/endless_method.txt
index 4d1d01bde0..4d1d01bde0 100644
--- a/test/yarp/snapshots/whitequark/endless_method.txt
+++ b/test/prism/snapshots/whitequark/endless_method.txt
diff --git a/test/yarp/snapshots/whitequark/endless_method_command_syntax.txt b/test/prism/snapshots/whitequark/endless_method_command_syntax.txt
index 0943a1edf3..0943a1edf3 100644
--- a/test/yarp/snapshots/whitequark/endless_method_command_syntax.txt
+++ b/test/prism/snapshots/whitequark/endless_method_command_syntax.txt
diff --git a/test/yarp/snapshots/whitequark/endless_method_forwarded_args_legacy.txt b/test/prism/snapshots/whitequark/endless_method_forwarded_args_legacy.txt
index ebdfd4c5cc..ebdfd4c5cc 100644
--- a/test/yarp/snapshots/whitequark/endless_method_forwarded_args_legacy.txt
+++ b/test/prism/snapshots/whitequark/endless_method_forwarded_args_legacy.txt
diff --git a/test/yarp/snapshots/whitequark/endless_method_with_rescue_mod.txt b/test/prism/snapshots/whitequark/endless_method_with_rescue_mod.txt
index 8f8e770fa9..8f8e770fa9 100644
--- a/test/yarp/snapshots/whitequark/endless_method_with_rescue_mod.txt
+++ b/test/prism/snapshots/whitequark/endless_method_with_rescue_mod.txt
diff --git a/test/yarp/snapshots/whitequark/endless_method_without_args.txt b/test/prism/snapshots/whitequark/endless_method_without_args.txt
index b7db96171e..b7db96171e 100644
--- a/test/yarp/snapshots/whitequark/endless_method_without_args.txt
+++ b/test/prism/snapshots/whitequark/endless_method_without_args.txt
diff --git a/test/yarp/snapshots/whitequark/ensure.txt b/test/prism/snapshots/whitequark/ensure.txt
index a82ec2c148..a82ec2c148 100644
--- a/test/yarp/snapshots/whitequark/ensure.txt
+++ b/test/prism/snapshots/whitequark/ensure.txt
diff --git a/test/yarp/snapshots/whitequark/ensure_empty.txt b/test/prism/snapshots/whitequark/ensure_empty.txt
index 0bab5d80c3..0bab5d80c3 100644
--- a/test/yarp/snapshots/whitequark/ensure_empty.txt
+++ b/test/prism/snapshots/whitequark/ensure_empty.txt
diff --git a/test/yarp/snapshots/whitequark/false.txt b/test/prism/snapshots/whitequark/false.txt
index 00562f703a..00562f703a 100644
--- a/test/yarp/snapshots/whitequark/false.txt
+++ b/test/prism/snapshots/whitequark/false.txt
diff --git a/test/yarp/snapshots/whitequark/float.txt b/test/prism/snapshots/whitequark/float.txt
index 14457fcff2..14457fcff2 100644
--- a/test/yarp/snapshots/whitequark/float.txt
+++ b/test/prism/snapshots/whitequark/float.txt
diff --git a/test/yarp/snapshots/whitequark/for.txt b/test/prism/snapshots/whitequark/for.txt
index 19118c0c54..19118c0c54 100644
--- a/test/yarp/snapshots/whitequark/for.txt
+++ b/test/prism/snapshots/whitequark/for.txt
diff --git a/test/yarp/snapshots/whitequark/for_mlhs.txt b/test/prism/snapshots/whitequark/for_mlhs.txt
index 3fbca4d299..3fbca4d299 100644
--- a/test/yarp/snapshots/whitequark/for_mlhs.txt
+++ b/test/prism/snapshots/whitequark/for_mlhs.txt
diff --git a/test/yarp/snapshots/whitequark/forward_arg.txt b/test/prism/snapshots/whitequark/forward_arg.txt
index 37f836e372..37f836e372 100644
--- a/test/yarp/snapshots/whitequark/forward_arg.txt
+++ b/test/prism/snapshots/whitequark/forward_arg.txt
diff --git a/test/yarp/snapshots/whitequark/forward_arg_with_open_args.txt b/test/prism/snapshots/whitequark/forward_arg_with_open_args.txt
index 7c498718cf..7c498718cf 100644
--- a/test/yarp/snapshots/whitequark/forward_arg_with_open_args.txt
+++ b/test/prism/snapshots/whitequark/forward_arg_with_open_args.txt
diff --git a/test/yarp/snapshots/whitequark/forward_args_legacy.txt b/test/prism/snapshots/whitequark/forward_args_legacy.txt
index ea271bd9ce..ea271bd9ce 100644
--- a/test/yarp/snapshots/whitequark/forward_args_legacy.txt
+++ b/test/prism/snapshots/whitequark/forward_args_legacy.txt
diff --git a/test/yarp/snapshots/whitequark/forwarded_argument_with_kwrestarg.txt b/test/prism/snapshots/whitequark/forwarded_argument_with_kwrestarg.txt
index 3a3ddaea6e..3a3ddaea6e 100644
--- a/test/yarp/snapshots/whitequark/forwarded_argument_with_kwrestarg.txt
+++ b/test/prism/snapshots/whitequark/forwarded_argument_with_kwrestarg.txt
diff --git a/test/yarp/snapshots/whitequark/forwarded_argument_with_restarg.txt b/test/prism/snapshots/whitequark/forwarded_argument_with_restarg.txt
index 5c1d350672..5c1d350672 100644
--- a/test/yarp/snapshots/whitequark/forwarded_argument_with_restarg.txt
+++ b/test/prism/snapshots/whitequark/forwarded_argument_with_restarg.txt
diff --git a/test/yarp/snapshots/whitequark/forwarded_kwrestarg.txt b/test/prism/snapshots/whitequark/forwarded_kwrestarg.txt
index 3690613d9e..3690613d9e 100644
--- a/test/yarp/snapshots/whitequark/forwarded_kwrestarg.txt
+++ b/test/prism/snapshots/whitequark/forwarded_kwrestarg.txt
diff --git a/test/yarp/snapshots/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt b/test/prism/snapshots/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt
index 87fbc462fc..87fbc462fc 100644
--- a/test/yarp/snapshots/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt
+++ b/test/prism/snapshots/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt
diff --git a/test/yarp/snapshots/whitequark/forwarded_restarg.txt b/test/prism/snapshots/whitequark/forwarded_restarg.txt
index 4ff9bf55a8..4ff9bf55a8 100644
--- a/test/yarp/snapshots/whitequark/forwarded_restarg.txt
+++ b/test/prism/snapshots/whitequark/forwarded_restarg.txt
diff --git a/test/yarp/snapshots/whitequark/gvar.txt b/test/prism/snapshots/whitequark/gvar.txt
index f4401c4389..f4401c4389 100644
--- a/test/yarp/snapshots/whitequark/gvar.txt
+++ b/test/prism/snapshots/whitequark/gvar.txt
diff --git a/test/yarp/snapshots/whitequark/gvasgn.txt b/test/prism/snapshots/whitequark/gvasgn.txt
index 541a3a0fc4..541a3a0fc4 100644
--- a/test/yarp/snapshots/whitequark/gvasgn.txt
+++ b/test/prism/snapshots/whitequark/gvasgn.txt
diff --git a/test/yarp/snapshots/whitequark/hash_empty.txt b/test/prism/snapshots/whitequark/hash_empty.txt
index 38a2c15a9a..38a2c15a9a 100644
--- a/test/yarp/snapshots/whitequark/hash_empty.txt
+++ b/test/prism/snapshots/whitequark/hash_empty.txt
diff --git a/test/yarp/snapshots/whitequark/hash_hashrocket.txt b/test/prism/snapshots/whitequark/hash_hashrocket.txt
index 5b6d1e3920..5b6d1e3920 100644
--- a/test/yarp/snapshots/whitequark/hash_hashrocket.txt
+++ b/test/prism/snapshots/whitequark/hash_hashrocket.txt
diff --git a/test/yarp/snapshots/whitequark/hash_kwsplat.txt b/test/prism/snapshots/whitequark/hash_kwsplat.txt
index 506f054071..506f054071 100644
--- a/test/yarp/snapshots/whitequark/hash_kwsplat.txt
+++ b/test/prism/snapshots/whitequark/hash_kwsplat.txt
diff --git a/test/yarp/snapshots/whitequark/hash_label.txt b/test/prism/snapshots/whitequark/hash_label.txt
index 444010d4a8..444010d4a8 100644
--- a/test/yarp/snapshots/whitequark/hash_label.txt
+++ b/test/prism/snapshots/whitequark/hash_label.txt
diff --git a/test/yarp/snapshots/whitequark/hash_label_end.txt b/test/prism/snapshots/whitequark/hash_label_end.txt
index dfa6eb4da5..dfa6eb4da5 100644
--- a/test/yarp/snapshots/whitequark/hash_label_end.txt
+++ b/test/prism/snapshots/whitequark/hash_label_end.txt
diff --git a/test/yarp/snapshots/whitequark/hash_pair_value_omission.txt b/test/prism/snapshots/whitequark/hash_pair_value_omission.txt
index 37e3098369..37e3098369 100644
--- a/test/yarp/snapshots/whitequark/hash_pair_value_omission.txt
+++ b/test/prism/snapshots/whitequark/hash_pair_value_omission.txt
diff --git a/test/yarp/snapshots/whitequark/heredoc.txt b/test/prism/snapshots/whitequark/heredoc.txt
index 35e6d8be63..35e6d8be63 100644
--- a/test/yarp/snapshots/whitequark/heredoc.txt
+++ b/test/prism/snapshots/whitequark/heredoc.txt
diff --git a/test/yarp/snapshots/whitequark/if.txt b/test/prism/snapshots/whitequark/if.txt
index c5a422008e..c5a422008e 100644
--- a/test/yarp/snapshots/whitequark/if.txt
+++ b/test/prism/snapshots/whitequark/if.txt
diff --git a/test/yarp/snapshots/whitequark/if_else.txt b/test/prism/snapshots/whitequark/if_else.txt
index a0b8a8d842..a0b8a8d842 100644
--- a/test/yarp/snapshots/whitequark/if_else.txt
+++ b/test/prism/snapshots/whitequark/if_else.txt
diff --git a/test/yarp/snapshots/whitequark/if_elsif.txt b/test/prism/snapshots/whitequark/if_elsif.txt
index cf55c74095..cf55c74095 100644
--- a/test/yarp/snapshots/whitequark/if_elsif.txt
+++ b/test/prism/snapshots/whitequark/if_elsif.txt
diff --git a/test/yarp/snapshots/whitequark/if_masgn__24.txt b/test/prism/snapshots/whitequark/if_masgn__24.txt
index 3202633df6..3202633df6 100644
--- a/test/yarp/snapshots/whitequark/if_masgn__24.txt
+++ b/test/prism/snapshots/whitequark/if_masgn__24.txt
diff --git a/test/yarp/snapshots/whitequark/if_mod.txt b/test/prism/snapshots/whitequark/if_mod.txt
index 1e0f7f0bb0..1e0f7f0bb0 100644
--- a/test/yarp/snapshots/whitequark/if_mod.txt
+++ b/test/prism/snapshots/whitequark/if_mod.txt
diff --git a/test/yarp/snapshots/whitequark/if_nl_then.txt b/test/prism/snapshots/whitequark/if_nl_then.txt
index 17355a73d3..17355a73d3 100644
--- a/test/yarp/snapshots/whitequark/if_nl_then.txt
+++ b/test/prism/snapshots/whitequark/if_nl_then.txt
diff --git a/test/yarp/snapshots/whitequark/if_while_after_class__since_32.txt b/test/prism/snapshots/whitequark/if_while_after_class__since_32.txt
index e4338171c5..e4338171c5 100644
--- a/test/yarp/snapshots/whitequark/if_while_after_class__since_32.txt
+++ b/test/prism/snapshots/whitequark/if_while_after_class__since_32.txt
diff --git a/test/yarp/snapshots/whitequark/int.txt b/test/prism/snapshots/whitequark/int.txt
index 8690dee172..8690dee172 100644
--- a/test/yarp/snapshots/whitequark/int.txt
+++ b/test/prism/snapshots/whitequark/int.txt
diff --git a/test/yarp/snapshots/whitequark/int___LINE__.txt b/test/prism/snapshots/whitequark/int___LINE__.txt
index bf2ea47102..bf2ea47102 100644
--- a/test/yarp/snapshots/whitequark/int___LINE__.txt
+++ b/test/prism/snapshots/whitequark/int___LINE__.txt
diff --git a/test/yarp/snapshots/whitequark/interp_digit_var.txt b/test/prism/snapshots/whitequark/interp_digit_var.txt
index 2a97bf5780..2a97bf5780 100644
--- a/test/yarp/snapshots/whitequark/interp_digit_var.txt
+++ b/test/prism/snapshots/whitequark/interp_digit_var.txt
diff --git a/test/yarp/snapshots/whitequark/ivar.txt b/test/prism/snapshots/whitequark/ivar.txt
index 9c70e6e959..9c70e6e959 100644
--- a/test/yarp/snapshots/whitequark/ivar.txt
+++ b/test/prism/snapshots/whitequark/ivar.txt
diff --git a/test/yarp/snapshots/whitequark/ivasgn.txt b/test/prism/snapshots/whitequark/ivasgn.txt
index 3be3907f62..3be3907f62 100644
--- a/test/yarp/snapshots/whitequark/ivasgn.txt
+++ b/test/prism/snapshots/whitequark/ivasgn.txt
diff --git a/test/yarp/snapshots/whitequark/keyword_argument_omission.txt b/test/prism/snapshots/whitequark/keyword_argument_omission.txt
index b9774ebbec..b9774ebbec 100644
--- a/test/yarp/snapshots/whitequark/keyword_argument_omission.txt
+++ b/test/prism/snapshots/whitequark/keyword_argument_omission.txt
diff --git a/test/yarp/snapshots/whitequark/kwarg.txt b/test/prism/snapshots/whitequark/kwarg.txt
index 72ac3865b7..72ac3865b7 100644
--- a/test/yarp/snapshots/whitequark/kwarg.txt
+++ b/test/prism/snapshots/whitequark/kwarg.txt
diff --git a/test/yarp/snapshots/whitequark/kwbegin_compstmt.txt b/test/prism/snapshots/whitequark/kwbegin_compstmt.txt
index 0d1f9e6afa..0d1f9e6afa 100644
--- a/test/yarp/snapshots/whitequark/kwbegin_compstmt.txt
+++ b/test/prism/snapshots/whitequark/kwbegin_compstmt.txt
diff --git a/test/yarp/snapshots/whitequark/kwnilarg.txt b/test/prism/snapshots/whitequark/kwnilarg.txt
index 42c0815710..42c0815710 100644
--- a/test/yarp/snapshots/whitequark/kwnilarg.txt
+++ b/test/prism/snapshots/whitequark/kwnilarg.txt
diff --git a/test/yarp/snapshots/whitequark/kwoptarg.txt b/test/prism/snapshots/whitequark/kwoptarg.txt
index 2a3d2e8921..2a3d2e8921 100644
--- a/test/yarp/snapshots/whitequark/kwoptarg.txt
+++ b/test/prism/snapshots/whitequark/kwoptarg.txt
diff --git a/test/yarp/snapshots/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt b/test/prism/snapshots/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt
index 64ac6a7cf3..64ac6a7cf3 100644
--- a/test/yarp/snapshots/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt
+++ b/test/prism/snapshots/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt
diff --git a/test/yarp/snapshots/whitequark/kwrestarg_named.txt b/test/prism/snapshots/whitequark/kwrestarg_named.txt
index 034e260f92..034e260f92 100644
--- a/test/yarp/snapshots/whitequark/kwrestarg_named.txt
+++ b/test/prism/snapshots/whitequark/kwrestarg_named.txt
diff --git a/test/yarp/snapshots/whitequark/kwrestarg_unnamed.txt b/test/prism/snapshots/whitequark/kwrestarg_unnamed.txt
index 9c3d0e628f..9c3d0e628f 100644
--- a/test/yarp/snapshots/whitequark/kwrestarg_unnamed.txt
+++ b/test/prism/snapshots/whitequark/kwrestarg_unnamed.txt
diff --git a/test/yarp/snapshots/whitequark/lbrace_arg_after_command_args.txt b/test/prism/snapshots/whitequark/lbrace_arg_after_command_args.txt
index 3bce83afdf..3bce83afdf 100644
--- a/test/yarp/snapshots/whitequark/lbrace_arg_after_command_args.txt
+++ b/test/prism/snapshots/whitequark/lbrace_arg_after_command_args.txt
diff --git a/test/yarp/snapshots/whitequark/lparenarg_after_lvar__since_25.txt b/test/prism/snapshots/whitequark/lparenarg_after_lvar__since_25.txt
index a3442293f2..a3442293f2 100644
--- a/test/yarp/snapshots/whitequark/lparenarg_after_lvar__since_25.txt
+++ b/test/prism/snapshots/whitequark/lparenarg_after_lvar__since_25.txt
diff --git a/test/yarp/snapshots/whitequark/lvar.txt b/test/prism/snapshots/whitequark/lvar.txt
index 1585d64cd9..1585d64cd9 100644
--- a/test/yarp/snapshots/whitequark/lvar.txt
+++ b/test/prism/snapshots/whitequark/lvar.txt
diff --git a/test/yarp/snapshots/whitequark/lvar_injecting_match.txt b/test/prism/snapshots/whitequark/lvar_injecting_match.txt
index b457f19086..b457f19086 100644
--- a/test/yarp/snapshots/whitequark/lvar_injecting_match.txt
+++ b/test/prism/snapshots/whitequark/lvar_injecting_match.txt
diff --git a/test/yarp/snapshots/whitequark/lvasgn.txt b/test/prism/snapshots/whitequark/lvasgn.txt
index dfa7183840..dfa7183840 100644
--- a/test/yarp/snapshots/whitequark/lvasgn.txt
+++ b/test/prism/snapshots/whitequark/lvasgn.txt
diff --git a/test/yarp/snapshots/whitequark/masgn.txt b/test/prism/snapshots/whitequark/masgn.txt
index e62f8e4ca7..e62f8e4ca7 100644
--- a/test/yarp/snapshots/whitequark/masgn.txt
+++ b/test/prism/snapshots/whitequark/masgn.txt
diff --git a/test/yarp/snapshots/whitequark/masgn_attr.txt b/test/prism/snapshots/whitequark/masgn_attr.txt
index c4464f01d4..c4464f01d4 100644
--- a/test/yarp/snapshots/whitequark/masgn_attr.txt
+++ b/test/prism/snapshots/whitequark/masgn_attr.txt
diff --git a/test/yarp/snapshots/whitequark/masgn_cmd.txt b/test/prism/snapshots/whitequark/masgn_cmd.txt
index e2bfcffa0b..e2bfcffa0b 100644
--- a/test/yarp/snapshots/whitequark/masgn_cmd.txt
+++ b/test/prism/snapshots/whitequark/masgn_cmd.txt
diff --git a/test/yarp/snapshots/whitequark/masgn_const.txt b/test/prism/snapshots/whitequark/masgn_const.txt
index 3cd8f13a78..3cd8f13a78 100644
--- a/test/yarp/snapshots/whitequark/masgn_const.txt
+++ b/test/prism/snapshots/whitequark/masgn_const.txt
diff --git a/test/yarp/snapshots/whitequark/masgn_nested.txt b/test/prism/snapshots/whitequark/masgn_nested.txt
index 9fac89a301..9fac89a301 100644
--- a/test/yarp/snapshots/whitequark/masgn_nested.txt
+++ b/test/prism/snapshots/whitequark/masgn_nested.txt
diff --git a/test/yarp/snapshots/whitequark/masgn_splat.txt b/test/prism/snapshots/whitequark/masgn_splat.txt
index f4148d5102..f4148d5102 100644
--- a/test/yarp/snapshots/whitequark/masgn_splat.txt
+++ b/test/prism/snapshots/whitequark/masgn_splat.txt
diff --git a/test/yarp/snapshots/whitequark/method_definition_in_while_cond.txt b/test/prism/snapshots/whitequark/method_definition_in_while_cond.txt
index 2ecf554690..2ecf554690 100644
--- a/test/yarp/snapshots/whitequark/method_definition_in_while_cond.txt
+++ b/test/prism/snapshots/whitequark/method_definition_in_while_cond.txt
diff --git a/test/yarp/snapshots/whitequark/module.txt b/test/prism/snapshots/whitequark/module.txt
index 87348c4ec9..87348c4ec9 100644
--- a/test/yarp/snapshots/whitequark/module.txt
+++ b/test/prism/snapshots/whitequark/module.txt
diff --git a/test/yarp/snapshots/whitequark/multiple_pattern_matches.txt b/test/prism/snapshots/whitequark/multiple_pattern_matches.txt
index ee1cbd3838..ee1cbd3838 100644
--- a/test/yarp/snapshots/whitequark/multiple_pattern_matches.txt
+++ b/test/prism/snapshots/whitequark/multiple_pattern_matches.txt
diff --git a/test/yarp/snapshots/whitequark/newline_in_hash_argument.txt b/test/prism/snapshots/whitequark/newline_in_hash_argument.txt
index 6c91492ca8..6c91492ca8 100644
--- a/test/yarp/snapshots/whitequark/newline_in_hash_argument.txt
+++ b/test/prism/snapshots/whitequark/newline_in_hash_argument.txt
diff --git a/test/yarp/snapshots/whitequark/next.txt b/test/prism/snapshots/whitequark/next.txt
index b7d05ff9aa..b7d05ff9aa 100644
--- a/test/yarp/snapshots/whitequark/next.txt
+++ b/test/prism/snapshots/whitequark/next.txt
diff --git a/test/yarp/snapshots/whitequark/next_block.txt b/test/prism/snapshots/whitequark/next_block.txt
index 59cb11ac87..59cb11ac87 100644
--- a/test/yarp/snapshots/whitequark/next_block.txt
+++ b/test/prism/snapshots/whitequark/next_block.txt
diff --git a/test/yarp/snapshots/whitequark/nil.txt b/test/prism/snapshots/whitequark/nil.txt
index 15774c02fd..15774c02fd 100644
--- a/test/yarp/snapshots/whitequark/nil.txt
+++ b/test/prism/snapshots/whitequark/nil.txt
diff --git a/test/yarp/snapshots/whitequark/nil_expression.txt b/test/prism/snapshots/whitequark/nil_expression.txt
index 7421115611..7421115611 100644
--- a/test/yarp/snapshots/whitequark/nil_expression.txt
+++ b/test/prism/snapshots/whitequark/nil_expression.txt
diff --git a/test/yarp/snapshots/whitequark/non_lvar_injecting_match.txt b/test/prism/snapshots/whitequark/non_lvar_injecting_match.txt
index d31b67c689..d31b67c689 100644
--- a/test/yarp/snapshots/whitequark/non_lvar_injecting_match.txt
+++ b/test/prism/snapshots/whitequark/non_lvar_injecting_match.txt
diff --git a/test/yarp/snapshots/whitequark/not.txt b/test/prism/snapshots/whitequark/not.txt
index c7706f13ba..c7706f13ba 100644
--- a/test/yarp/snapshots/whitequark/not.txt
+++ b/test/prism/snapshots/whitequark/not.txt
diff --git a/test/yarp/snapshots/whitequark/not_cmd.txt b/test/prism/snapshots/whitequark/not_cmd.txt
index c31c06dc6b..c31c06dc6b 100644
--- a/test/yarp/snapshots/whitequark/not_cmd.txt
+++ b/test/prism/snapshots/whitequark/not_cmd.txt
diff --git a/test/yarp/snapshots/whitequark/not_masgn__24.txt b/test/prism/snapshots/whitequark/not_masgn__24.txt
index 971d985d11..971d985d11 100644
--- a/test/yarp/snapshots/whitequark/not_masgn__24.txt
+++ b/test/prism/snapshots/whitequark/not_masgn__24.txt
diff --git a/test/yarp/snapshots/whitequark/nth_ref.txt b/test/prism/snapshots/whitequark/nth_ref.txt
index 1d386d518b..1d386d518b 100644
--- a/test/yarp/snapshots/whitequark/nth_ref.txt
+++ b/test/prism/snapshots/whitequark/nth_ref.txt
diff --git a/test/yarp/snapshots/whitequark/numbered_args_after_27.txt b/test/prism/snapshots/whitequark/numbered_args_after_27.txt
index d6dfd5e1b5..d6dfd5e1b5 100644
--- a/test/yarp/snapshots/whitequark/numbered_args_after_27.txt
+++ b/test/prism/snapshots/whitequark/numbered_args_after_27.txt
diff --git a/test/yarp/snapshots/whitequark/numparam_outside_block.txt b/test/prism/snapshots/whitequark/numparam_outside_block.txt
index 544d9c2744..544d9c2744 100644
--- a/test/yarp/snapshots/whitequark/numparam_outside_block.txt
+++ b/test/prism/snapshots/whitequark/numparam_outside_block.txt
diff --git a/test/yarp/snapshots/whitequark/op_asgn.txt b/test/prism/snapshots/whitequark/op_asgn.txt
index 4594c1006e..4594c1006e 100644
--- a/test/yarp/snapshots/whitequark/op_asgn.txt
+++ b/test/prism/snapshots/whitequark/op_asgn.txt
diff --git a/test/yarp/snapshots/whitequark/op_asgn_cmd.txt b/test/prism/snapshots/whitequark/op_asgn_cmd.txt
index c2af985002..c2af985002 100644
--- a/test/yarp/snapshots/whitequark/op_asgn_cmd.txt
+++ b/test/prism/snapshots/whitequark/op_asgn_cmd.txt
diff --git a/test/yarp/snapshots/whitequark/op_asgn_index.txt b/test/prism/snapshots/whitequark/op_asgn_index.txt
index f44bd7a4c4..f44bd7a4c4 100644
--- a/test/yarp/snapshots/whitequark/op_asgn_index.txt
+++ b/test/prism/snapshots/whitequark/op_asgn_index.txt
diff --git a/test/yarp/snapshots/whitequark/op_asgn_index_cmd.txt b/test/prism/snapshots/whitequark/op_asgn_index_cmd.txt
index dac4a7970e..dac4a7970e 100644
--- a/test/yarp/snapshots/whitequark/op_asgn_index_cmd.txt
+++ b/test/prism/snapshots/whitequark/op_asgn_index_cmd.txt
diff --git a/test/yarp/snapshots/whitequark/optarg.txt b/test/prism/snapshots/whitequark/optarg.txt
index d0bacfdfee..d0bacfdfee 100644
--- a/test/yarp/snapshots/whitequark/optarg.txt
+++ b/test/prism/snapshots/whitequark/optarg.txt
diff --git a/test/yarp/snapshots/whitequark/or.txt b/test/prism/snapshots/whitequark/or.txt
index 713ca53ad7..713ca53ad7 100644
--- a/test/yarp/snapshots/whitequark/or.txt
+++ b/test/prism/snapshots/whitequark/or.txt
diff --git a/test/yarp/snapshots/whitequark/or_asgn.txt b/test/prism/snapshots/whitequark/or_asgn.txt
index db0b4a5adc..db0b4a5adc 100644
--- a/test/yarp/snapshots/whitequark/or_asgn.txt
+++ b/test/prism/snapshots/whitequark/or_asgn.txt
diff --git a/test/yarp/snapshots/whitequark/parser_bug_272.txt b/test/prism/snapshots/whitequark/parser_bug_272.txt
index e60da94c2a..e60da94c2a 100644
--- a/test/yarp/snapshots/whitequark/parser_bug_272.txt
+++ b/test/prism/snapshots/whitequark/parser_bug_272.txt
diff --git a/test/yarp/snapshots/whitequark/parser_bug_490.txt b/test/prism/snapshots/whitequark/parser_bug_490.txt
index 9e4cd2bd15..9e4cd2bd15 100644
--- a/test/yarp/snapshots/whitequark/parser_bug_490.txt
+++ b/test/prism/snapshots/whitequark/parser_bug_490.txt
diff --git a/test/yarp/snapshots/whitequark/parser_bug_507.txt b/test/prism/snapshots/whitequark/parser_bug_507.txt
index d2a3d3cba8..d2a3d3cba8 100644
--- a/test/yarp/snapshots/whitequark/parser_bug_507.txt
+++ b/test/prism/snapshots/whitequark/parser_bug_507.txt
diff --git a/test/yarp/snapshots/whitequark/parser_bug_518.txt b/test/prism/snapshots/whitequark/parser_bug_518.txt
index b63fbb8284..b63fbb8284 100644
--- a/test/yarp/snapshots/whitequark/parser_bug_518.txt
+++ b/test/prism/snapshots/whitequark/parser_bug_518.txt
diff --git a/test/yarp/snapshots/whitequark/parser_bug_525.txt b/test/prism/snapshots/whitequark/parser_bug_525.txt
index 9b85fcb785..9b85fcb785 100644
--- a/test/yarp/snapshots/whitequark/parser_bug_525.txt
+++ b/test/prism/snapshots/whitequark/parser_bug_525.txt
diff --git a/test/yarp/snapshots/whitequark/parser_bug_604.txt b/test/prism/snapshots/whitequark/parser_bug_604.txt
index 3e03983f6e..3e03983f6e 100644
--- a/test/yarp/snapshots/whitequark/parser_bug_604.txt
+++ b/test/prism/snapshots/whitequark/parser_bug_604.txt
diff --git a/test/yarp/snapshots/whitequark/parser_bug_640.txt b/test/prism/snapshots/whitequark/parser_bug_640.txt
index 3ddfb52d98..3ddfb52d98 100644
--- a/test/yarp/snapshots/whitequark/parser_bug_640.txt
+++ b/test/prism/snapshots/whitequark/parser_bug_640.txt
diff --git a/test/yarp/snapshots/whitequark/parser_bug_645.txt b/test/prism/snapshots/whitequark/parser_bug_645.txt
index 4eee6234c1..4eee6234c1 100644
--- a/test/yarp/snapshots/whitequark/parser_bug_645.txt
+++ b/test/prism/snapshots/whitequark/parser_bug_645.txt
diff --git a/test/yarp/snapshots/whitequark/parser_bug_830.txt b/test/prism/snapshots/whitequark/parser_bug_830.txt
index f19fffbba0..f19fffbba0 100644
--- a/test/yarp/snapshots/whitequark/parser_bug_830.txt
+++ b/test/prism/snapshots/whitequark/parser_bug_830.txt
diff --git a/test/yarp/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt b/test/prism/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt
index 8a041058b8..8a041058b8 100644
--- a/test/yarp/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt
+++ b/test/prism/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt
diff --git a/test/yarp/snapshots/whitequark/parser_slash_slash_n_escaping_in_literals.txt b/test/prism/snapshots/whitequark/parser_slash_slash_n_escaping_in_literals.txt
index a527c36f62..a527c36f62 100644
--- a/test/yarp/snapshots/whitequark/parser_slash_slash_n_escaping_in_literals.txt
+++ b/test/prism/snapshots/whitequark/parser_slash_slash_n_escaping_in_literals.txt
diff --git a/test/yarp/snapshots/whitequark/pattern_matching__FILE__LINE_literals.txt b/test/prism/snapshots/whitequark/pattern_matching__FILE__LINE_literals.txt
index 1fc938e1ed..1fc938e1ed 100644
--- a/test/yarp/snapshots/whitequark/pattern_matching__FILE__LINE_literals.txt
+++ b/test/prism/snapshots/whitequark/pattern_matching__FILE__LINE_literals.txt
diff --git a/test/yarp/snapshots/whitequark/pattern_matching_blank_else.txt b/test/prism/snapshots/whitequark/pattern_matching_blank_else.txt
index f6b212c8b2..f6b212c8b2 100644
--- a/test/yarp/snapshots/whitequark/pattern_matching_blank_else.txt
+++ b/test/prism/snapshots/whitequark/pattern_matching_blank_else.txt
diff --git a/test/yarp/snapshots/whitequark/pattern_matching_else.txt b/test/prism/snapshots/whitequark/pattern_matching_else.txt
index 358a556947..358a556947 100644
--- a/test/yarp/snapshots/whitequark/pattern_matching_else.txt
+++ b/test/prism/snapshots/whitequark/pattern_matching_else.txt
diff --git a/test/yarp/snapshots/whitequark/pattern_matching_single_line.txt b/test/prism/snapshots/whitequark/pattern_matching_single_line.txt
index 4cda50acb1..4cda50acb1 100644
--- a/test/yarp/snapshots/whitequark/pattern_matching_single_line.txt
+++ b/test/prism/snapshots/whitequark/pattern_matching_single_line.txt
diff --git a/test/yarp/snapshots/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt b/test/prism/snapshots/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
index faf1c957ea..faf1c957ea 100644
--- a/test/yarp/snapshots/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
+++ b/test/prism/snapshots/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt
diff --git a/test/yarp/snapshots/whitequark/postexe.txt b/test/prism/snapshots/whitequark/postexe.txt
index 1c833ffaa4..1c833ffaa4 100644
--- a/test/yarp/snapshots/whitequark/postexe.txt
+++ b/test/prism/snapshots/whitequark/postexe.txt
diff --git a/test/yarp/snapshots/whitequark/preexe.txt b/test/prism/snapshots/whitequark/preexe.txt
index 955ba6d444..955ba6d444 100644
--- a/test/yarp/snapshots/whitequark/preexe.txt
+++ b/test/prism/snapshots/whitequark/preexe.txt
diff --git a/test/yarp/snapshots/whitequark/procarg0.txt b/test/prism/snapshots/whitequark/procarg0.txt
index 8518cbf811..8518cbf811 100644
--- a/test/yarp/snapshots/whitequark/procarg0.txt
+++ b/test/prism/snapshots/whitequark/procarg0.txt
diff --git a/test/yarp/snapshots/whitequark/range_exclusive.txt b/test/prism/snapshots/whitequark/range_exclusive.txt
index 7e134a3004..7e134a3004 100644
--- a/test/yarp/snapshots/whitequark/range_exclusive.txt
+++ b/test/prism/snapshots/whitequark/range_exclusive.txt
diff --git a/test/yarp/snapshots/whitequark/range_inclusive.txt b/test/prism/snapshots/whitequark/range_inclusive.txt
index b6fe045834..b6fe045834 100644
--- a/test/yarp/snapshots/whitequark/range_inclusive.txt
+++ b/test/prism/snapshots/whitequark/range_inclusive.txt
diff --git a/test/yarp/snapshots/whitequark/rational.txt b/test/prism/snapshots/whitequark/rational.txt
index 260a5d2efc..260a5d2efc 100644
--- a/test/yarp/snapshots/whitequark/rational.txt
+++ b/test/prism/snapshots/whitequark/rational.txt
diff --git a/test/yarp/snapshots/whitequark/redo.txt b/test/prism/snapshots/whitequark/redo.txt
index 48d3da9d52..48d3da9d52 100644
--- a/test/yarp/snapshots/whitequark/redo.txt
+++ b/test/prism/snapshots/whitequark/redo.txt
diff --git a/test/yarp/snapshots/whitequark/regex_interp.txt b/test/prism/snapshots/whitequark/regex_interp.txt
index 71d88cae70..71d88cae70 100644
--- a/test/yarp/snapshots/whitequark/regex_interp.txt
+++ b/test/prism/snapshots/whitequark/regex_interp.txt
diff --git a/test/yarp/snapshots/whitequark/regex_plain.txt b/test/prism/snapshots/whitequark/regex_plain.txt
index e4c80c53ea..e4c80c53ea 100644
--- a/test/yarp/snapshots/whitequark/regex_plain.txt
+++ b/test/prism/snapshots/whitequark/regex_plain.txt
diff --git a/test/yarp/snapshots/whitequark/resbody_list.txt b/test/prism/snapshots/whitequark/resbody_list.txt
index 2611c028cb..2611c028cb 100644
--- a/test/yarp/snapshots/whitequark/resbody_list.txt
+++ b/test/prism/snapshots/whitequark/resbody_list.txt
diff --git a/test/yarp/snapshots/whitequark/resbody_list_mrhs.txt b/test/prism/snapshots/whitequark/resbody_list_mrhs.txt
index 72758b6c97..72758b6c97 100644
--- a/test/yarp/snapshots/whitequark/resbody_list_mrhs.txt
+++ b/test/prism/snapshots/whitequark/resbody_list_mrhs.txt
diff --git a/test/yarp/snapshots/whitequark/resbody_list_var.txt b/test/prism/snapshots/whitequark/resbody_list_var.txt
index 27798cd610..27798cd610 100644
--- a/test/yarp/snapshots/whitequark/resbody_list_var.txt
+++ b/test/prism/snapshots/whitequark/resbody_list_var.txt
diff --git a/test/yarp/snapshots/whitequark/resbody_var.txt b/test/prism/snapshots/whitequark/resbody_var.txt
index 1428a7e6c3..1428a7e6c3 100644
--- a/test/yarp/snapshots/whitequark/resbody_var.txt
+++ b/test/prism/snapshots/whitequark/resbody_var.txt
diff --git a/test/yarp/snapshots/whitequark/rescue.txt b/test/prism/snapshots/whitequark/rescue.txt
index 8bf45b892e..8bf45b892e 100644
--- a/test/yarp/snapshots/whitequark/rescue.txt
+++ b/test/prism/snapshots/whitequark/rescue.txt
diff --git a/test/yarp/snapshots/whitequark/rescue_else.txt b/test/prism/snapshots/whitequark/rescue_else.txt
index 9d39f38aef..9d39f38aef 100644
--- a/test/yarp/snapshots/whitequark/rescue_else.txt
+++ b/test/prism/snapshots/whitequark/rescue_else.txt
diff --git a/test/yarp/snapshots/whitequark/rescue_else_ensure.txt b/test/prism/snapshots/whitequark/rescue_else_ensure.txt
index f3d59057e7..f3d59057e7 100644
--- a/test/yarp/snapshots/whitequark/rescue_else_ensure.txt
+++ b/test/prism/snapshots/whitequark/rescue_else_ensure.txt
diff --git a/test/yarp/snapshots/whitequark/rescue_ensure.txt b/test/prism/snapshots/whitequark/rescue_ensure.txt
index f709474a7c..f709474a7c 100644
--- a/test/yarp/snapshots/whitequark/rescue_ensure.txt
+++ b/test/prism/snapshots/whitequark/rescue_ensure.txt
diff --git a/test/yarp/snapshots/whitequark/rescue_in_lambda_block.txt b/test/prism/snapshots/whitequark/rescue_in_lambda_block.txt
index 72b6842f42..72b6842f42 100644
--- a/test/yarp/snapshots/whitequark/rescue_in_lambda_block.txt
+++ b/test/prism/snapshots/whitequark/rescue_in_lambda_block.txt
diff --git a/test/yarp/snapshots/whitequark/rescue_mod.txt b/test/prism/snapshots/whitequark/rescue_mod.txt
index a0d9cc6ceb..a0d9cc6ceb 100644
--- a/test/yarp/snapshots/whitequark/rescue_mod.txt
+++ b/test/prism/snapshots/whitequark/rescue_mod.txt
diff --git a/test/yarp/snapshots/whitequark/rescue_mod_asgn.txt b/test/prism/snapshots/whitequark/rescue_mod_asgn.txt
index 85c68e719b..85c68e719b 100644
--- a/test/yarp/snapshots/whitequark/rescue_mod_asgn.txt
+++ b/test/prism/snapshots/whitequark/rescue_mod_asgn.txt
diff --git a/test/yarp/snapshots/whitequark/rescue_mod_masgn.txt b/test/prism/snapshots/whitequark/rescue_mod_masgn.txt
index bf2db50258..bf2db50258 100644
--- a/test/yarp/snapshots/whitequark/rescue_mod_masgn.txt
+++ b/test/prism/snapshots/whitequark/rescue_mod_masgn.txt
diff --git a/test/yarp/snapshots/whitequark/rescue_mod_op_assign.txt b/test/prism/snapshots/whitequark/rescue_mod_op_assign.txt
index 32aa9d3880..32aa9d3880 100644
--- a/test/yarp/snapshots/whitequark/rescue_mod_op_assign.txt
+++ b/test/prism/snapshots/whitequark/rescue_mod_op_assign.txt
diff --git a/test/yarp/snapshots/whitequark/rescue_without_begin_end.txt b/test/prism/snapshots/whitequark/rescue_without_begin_end.txt
index 250b63fdda..250b63fdda 100644
--- a/test/yarp/snapshots/whitequark/rescue_without_begin_end.txt
+++ b/test/prism/snapshots/whitequark/rescue_without_begin_end.txt
diff --git a/test/yarp/snapshots/whitequark/restarg_named.txt b/test/prism/snapshots/whitequark/restarg_named.txt
index 3255609cdd..3255609cdd 100644
--- a/test/yarp/snapshots/whitequark/restarg_named.txt
+++ b/test/prism/snapshots/whitequark/restarg_named.txt
diff --git a/test/yarp/snapshots/whitequark/restarg_unnamed.txt b/test/prism/snapshots/whitequark/restarg_unnamed.txt
index 82e8f3f7ab..82e8f3f7ab 100644
--- a/test/yarp/snapshots/whitequark/restarg_unnamed.txt
+++ b/test/prism/snapshots/whitequark/restarg_unnamed.txt
diff --git a/test/yarp/snapshots/whitequark/retry.txt b/test/prism/snapshots/whitequark/retry.txt
index 671c369514..671c369514 100644
--- a/test/yarp/snapshots/whitequark/retry.txt
+++ b/test/prism/snapshots/whitequark/retry.txt
diff --git a/test/yarp/snapshots/whitequark/return.txt b/test/prism/snapshots/whitequark/return.txt
index 5bf8d4ca10..5bf8d4ca10 100644
--- a/test/yarp/snapshots/whitequark/return.txt
+++ b/test/prism/snapshots/whitequark/return.txt
diff --git a/test/yarp/snapshots/whitequark/return_block.txt b/test/prism/snapshots/whitequark/return_block.txt
index 91cd334f06..91cd334f06 100644
--- a/test/yarp/snapshots/whitequark/return_block.txt
+++ b/test/prism/snapshots/whitequark/return_block.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_10279.txt b/test/prism/snapshots/whitequark/ruby_bug_10279.txt
index be4105fff3..be4105fff3 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_10279.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_10279.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_10653.txt b/test/prism/snapshots/whitequark/ruby_bug_10653.txt
index edd3269804..edd3269804 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_10653.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_10653.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_11107.txt b/test/prism/snapshots/whitequark/ruby_bug_11107.txt
index 28aa66ee5a..28aa66ee5a 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_11107.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_11107.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_11380.txt b/test/prism/snapshots/whitequark/ruby_bug_11380.txt
index 4453caa63d..4453caa63d 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_11380.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_11380.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_11873.txt b/test/prism/snapshots/whitequark/ruby_bug_11873.txt
index e7fdb64e9e..e7fdb64e9e 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_11873.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_11873.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_11873_a.txt b/test/prism/snapshots/whitequark/ruby_bug_11873_a.txt
index c5d24ac5f7..c5d24ac5f7 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_11873_a.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_11873_a.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_11873_b.txt b/test/prism/snapshots/whitequark/ruby_bug_11873_b.txt
index 89323d4778..89323d4778 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_11873_b.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_11873_b.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_11989.txt b/test/prism/snapshots/whitequark/ruby_bug_11989.txt
index b271785d13..b271785d13 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_11989.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_11989.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_11990.txt b/test/prism/snapshots/whitequark/ruby_bug_11990.txt
index 08179b6c76..08179b6c76 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_11990.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_11990.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_12073.txt b/test/prism/snapshots/whitequark/ruby_bug_12073.txt
index 8d87e2ff0d..8d87e2ff0d 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_12073.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_12073.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_12402.txt b/test/prism/snapshots/whitequark/ruby_bug_12402.txt
index 8b3ca59827..8b3ca59827 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_12402.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_12402.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_12669.txt b/test/prism/snapshots/whitequark/ruby_bug_12669.txt
index f9380994e9..f9380994e9 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_12669.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_12669.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_12686.txt b/test/prism/snapshots/whitequark/ruby_bug_12686.txt
index c5d14532cb..c5d14532cb 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_12686.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_12686.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_13547.txt b/test/prism/snapshots/whitequark/ruby_bug_13547.txt
index e370f58367..e370f58367 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_13547.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_13547.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_14690.txt b/test/prism/snapshots/whitequark/ruby_bug_14690.txt
index 949de2297a..949de2297a 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_14690.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_14690.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_15789.txt b/test/prism/snapshots/whitequark/ruby_bug_15789.txt
index 2de0b0f7a9..2de0b0f7a9 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_15789.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_15789.txt
diff --git a/test/yarp/snapshots/whitequark/ruby_bug_9669.txt b/test/prism/snapshots/whitequark/ruby_bug_9669.txt
index 62a25ef2ce..62a25ef2ce 100644
--- a/test/yarp/snapshots/whitequark/ruby_bug_9669.txt
+++ b/test/prism/snapshots/whitequark/ruby_bug_9669.txt
diff --git a/test/yarp/snapshots/whitequark/sclass.txt b/test/prism/snapshots/whitequark/sclass.txt
index 81584a8ca6..81584a8ca6 100644
--- a/test/yarp/snapshots/whitequark/sclass.txt
+++ b/test/prism/snapshots/whitequark/sclass.txt
diff --git a/test/yarp/snapshots/whitequark/self.txt b/test/prism/snapshots/whitequark/self.txt
index c69f8fa8c5..c69f8fa8c5 100644
--- a/test/yarp/snapshots/whitequark/self.txt
+++ b/test/prism/snapshots/whitequark/self.txt
diff --git a/test/yarp/snapshots/whitequark/send_attr_asgn.txt b/test/prism/snapshots/whitequark/send_attr_asgn.txt
index 2f005fb4dc..2f005fb4dc 100644
--- a/test/yarp/snapshots/whitequark/send_attr_asgn.txt
+++ b/test/prism/snapshots/whitequark/send_attr_asgn.txt
diff --git a/test/yarp/snapshots/whitequark/send_attr_asgn_conditional.txt b/test/prism/snapshots/whitequark/send_attr_asgn_conditional.txt
index e6ea102a26..e6ea102a26 100644
--- a/test/yarp/snapshots/whitequark/send_attr_asgn_conditional.txt
+++ b/test/prism/snapshots/whitequark/send_attr_asgn_conditional.txt
diff --git a/test/yarp/snapshots/whitequark/send_binary_op.txt b/test/prism/snapshots/whitequark/send_binary_op.txt
index d0b3aedae8..d0b3aedae8 100644
--- a/test/yarp/snapshots/whitequark/send_binary_op.txt
+++ b/test/prism/snapshots/whitequark/send_binary_op.txt
diff --git a/test/yarp/snapshots/whitequark/send_block_chain_cmd.txt b/test/prism/snapshots/whitequark/send_block_chain_cmd.txt
index c82d388037..c82d388037 100644
--- a/test/yarp/snapshots/whitequark/send_block_chain_cmd.txt
+++ b/test/prism/snapshots/whitequark/send_block_chain_cmd.txt
diff --git a/test/yarp/snapshots/whitequark/send_block_conditional.txt b/test/prism/snapshots/whitequark/send_block_conditional.txt
index 5fc2660cf7..5fc2660cf7 100644
--- a/test/yarp/snapshots/whitequark/send_block_conditional.txt
+++ b/test/prism/snapshots/whitequark/send_block_conditional.txt
diff --git a/test/yarp/snapshots/whitequark/send_call.txt b/test/prism/snapshots/whitequark/send_call.txt
index 639381d9e5..639381d9e5 100644
--- a/test/yarp/snapshots/whitequark/send_call.txt
+++ b/test/prism/snapshots/whitequark/send_call.txt
diff --git a/test/yarp/snapshots/whitequark/send_conditional.txt b/test/prism/snapshots/whitequark/send_conditional.txt
index cf7412a9fa..cf7412a9fa 100644
--- a/test/yarp/snapshots/whitequark/send_conditional.txt
+++ b/test/prism/snapshots/whitequark/send_conditional.txt
diff --git a/test/yarp/snapshots/whitequark/send_index.txt b/test/prism/snapshots/whitequark/send_index.txt
index 1689635083..1689635083 100644
--- a/test/yarp/snapshots/whitequark/send_index.txt
+++ b/test/prism/snapshots/whitequark/send_index.txt
diff --git a/test/yarp/snapshots/whitequark/send_index_asgn.txt b/test/prism/snapshots/whitequark/send_index_asgn.txt
index 190b6b4eb4..190b6b4eb4 100644
--- a/test/yarp/snapshots/whitequark/send_index_asgn.txt
+++ b/test/prism/snapshots/whitequark/send_index_asgn.txt
diff --git a/test/yarp/snapshots/whitequark/send_index_asgn_legacy.txt b/test/prism/snapshots/whitequark/send_index_asgn_legacy.txt
index 190b6b4eb4..190b6b4eb4 100644
--- a/test/yarp/snapshots/whitequark/send_index_asgn_legacy.txt
+++ b/test/prism/snapshots/whitequark/send_index_asgn_legacy.txt
diff --git a/test/yarp/snapshots/whitequark/send_index_cmd.txt b/test/prism/snapshots/whitequark/send_index_cmd.txt
index a5a4f9586f..a5a4f9586f 100644
--- a/test/yarp/snapshots/whitequark/send_index_cmd.txt
+++ b/test/prism/snapshots/whitequark/send_index_cmd.txt
diff --git a/test/yarp/snapshots/whitequark/send_index_legacy.txt b/test/prism/snapshots/whitequark/send_index_legacy.txt
index 1689635083..1689635083 100644
--- a/test/yarp/snapshots/whitequark/send_index_legacy.txt
+++ b/test/prism/snapshots/whitequark/send_index_legacy.txt
diff --git a/test/yarp/snapshots/whitequark/send_lambda.txt b/test/prism/snapshots/whitequark/send_lambda.txt
index aa21442971..aa21442971 100644
--- a/test/yarp/snapshots/whitequark/send_lambda.txt
+++ b/test/prism/snapshots/whitequark/send_lambda.txt
diff --git a/test/yarp/snapshots/whitequark/send_lambda_args.txt b/test/prism/snapshots/whitequark/send_lambda_args.txt
index 0e5dd9a7c0..0e5dd9a7c0 100644
--- a/test/yarp/snapshots/whitequark/send_lambda_args.txt
+++ b/test/prism/snapshots/whitequark/send_lambda_args.txt
diff --git a/test/yarp/snapshots/whitequark/send_lambda_args_noparen.txt b/test/prism/snapshots/whitequark/send_lambda_args_noparen.txt
index f28ed889a8..f28ed889a8 100644
--- a/test/yarp/snapshots/whitequark/send_lambda_args_noparen.txt
+++ b/test/prism/snapshots/whitequark/send_lambda_args_noparen.txt
diff --git a/test/yarp/snapshots/whitequark/send_lambda_args_shadow.txt b/test/prism/snapshots/whitequark/send_lambda_args_shadow.txt
index 2e1160427c..2e1160427c 100644
--- a/test/yarp/snapshots/whitequark/send_lambda_args_shadow.txt
+++ b/test/prism/snapshots/whitequark/send_lambda_args_shadow.txt
diff --git a/test/yarp/snapshots/whitequark/send_lambda_legacy.txt b/test/prism/snapshots/whitequark/send_lambda_legacy.txt
index 3a64e941b6..3a64e941b6 100644
--- a/test/yarp/snapshots/whitequark/send_lambda_legacy.txt
+++ b/test/prism/snapshots/whitequark/send_lambda_legacy.txt
diff --git a/test/yarp/snapshots/whitequark/send_op_asgn_conditional.txt b/test/prism/snapshots/whitequark/send_op_asgn_conditional.txt
index 2507dfa904..2507dfa904 100644
--- a/test/yarp/snapshots/whitequark/send_op_asgn_conditional.txt
+++ b/test/prism/snapshots/whitequark/send_op_asgn_conditional.txt
diff --git a/test/yarp/snapshots/whitequark/send_plain.txt b/test/prism/snapshots/whitequark/send_plain.txt
index de49cba3c3..de49cba3c3 100644
--- a/test/yarp/snapshots/whitequark/send_plain.txt
+++ b/test/prism/snapshots/whitequark/send_plain.txt
diff --git a/test/yarp/snapshots/whitequark/send_plain_cmd.txt b/test/prism/snapshots/whitequark/send_plain_cmd.txt
index 1ddca9e15e..1ddca9e15e 100644
--- a/test/yarp/snapshots/whitequark/send_plain_cmd.txt
+++ b/test/prism/snapshots/whitequark/send_plain_cmd.txt
diff --git a/test/yarp/snapshots/whitequark/send_self.txt b/test/prism/snapshots/whitequark/send_self.txt
index aa1de85d59..aa1de85d59 100644
--- a/test/yarp/snapshots/whitequark/send_self.txt
+++ b/test/prism/snapshots/whitequark/send_self.txt
diff --git a/test/yarp/snapshots/whitequark/send_self_block.txt b/test/prism/snapshots/whitequark/send_self_block.txt
index 929f3ecaf2..929f3ecaf2 100644
--- a/test/yarp/snapshots/whitequark/send_self_block.txt
+++ b/test/prism/snapshots/whitequark/send_self_block.txt
diff --git a/test/yarp/snapshots/whitequark/send_unary_op.txt b/test/prism/snapshots/whitequark/send_unary_op.txt
index 6b1f4a383b..6b1f4a383b 100644
--- a/test/yarp/snapshots/whitequark/send_unary_op.txt
+++ b/test/prism/snapshots/whitequark/send_unary_op.txt
diff --git a/test/yarp/snapshots/whitequark/slash_newline_in_heredocs.txt b/test/prism/snapshots/whitequark/slash_newline_in_heredocs.txt
index 2a63c8cb0b..2a63c8cb0b 100644
--- a/test/yarp/snapshots/whitequark/slash_newline_in_heredocs.txt
+++ b/test/prism/snapshots/whitequark/slash_newline_in_heredocs.txt
diff --git a/test/yarp/snapshots/whitequark/space_args_arg.txt b/test/prism/snapshots/whitequark/space_args_arg.txt
index 78e1933537..78e1933537 100644
--- a/test/yarp/snapshots/whitequark/space_args_arg.txt
+++ b/test/prism/snapshots/whitequark/space_args_arg.txt
diff --git a/test/yarp/snapshots/whitequark/space_args_arg_block.txt b/test/prism/snapshots/whitequark/space_args_arg_block.txt
index f16e099147..f16e099147 100644
--- a/test/yarp/snapshots/whitequark/space_args_arg_block.txt
+++ b/test/prism/snapshots/whitequark/space_args_arg_block.txt
diff --git a/test/yarp/snapshots/whitequark/space_args_arg_call.txt b/test/prism/snapshots/whitequark/space_args_arg_call.txt
index 5de0873d9a..5de0873d9a 100644
--- a/test/yarp/snapshots/whitequark/space_args_arg_call.txt
+++ b/test/prism/snapshots/whitequark/space_args_arg_call.txt
diff --git a/test/yarp/snapshots/whitequark/space_args_arg_newline.txt b/test/prism/snapshots/whitequark/space_args_arg_newline.txt
index edc8183494..edc8183494 100644
--- a/test/yarp/snapshots/whitequark/space_args_arg_newline.txt
+++ b/test/prism/snapshots/whitequark/space_args_arg_newline.txt
diff --git a/test/yarp/snapshots/whitequark/space_args_block.txt b/test/prism/snapshots/whitequark/space_args_block.txt
index b8e35e9d20..b8e35e9d20 100644
--- a/test/yarp/snapshots/whitequark/space_args_block.txt
+++ b/test/prism/snapshots/whitequark/space_args_block.txt
diff --git a/test/yarp/snapshots/whitequark/space_args_cmd.txt b/test/prism/snapshots/whitequark/space_args_cmd.txt
index ef1ed11ec0..ef1ed11ec0 100644
--- a/test/yarp/snapshots/whitequark/space_args_cmd.txt
+++ b/test/prism/snapshots/whitequark/space_args_cmd.txt
diff --git a/test/yarp/snapshots/whitequark/string___FILE__.txt b/test/prism/snapshots/whitequark/string___FILE__.txt
index c6ce21be5f..c6ce21be5f 100644
--- a/test/yarp/snapshots/whitequark/string___FILE__.txt
+++ b/test/prism/snapshots/whitequark/string___FILE__.txt
diff --git a/test/yarp/snapshots/whitequark/string_concat.txt b/test/prism/snapshots/whitequark/string_concat.txt
index 2c15895d7e..2c15895d7e 100644
--- a/test/yarp/snapshots/whitequark/string_concat.txt
+++ b/test/prism/snapshots/whitequark/string_concat.txt
diff --git a/test/yarp/snapshots/whitequark/string_dvar.txt b/test/prism/snapshots/whitequark/string_dvar.txt
index 123b36e01d..123b36e01d 100644
--- a/test/yarp/snapshots/whitequark/string_dvar.txt
+++ b/test/prism/snapshots/whitequark/string_dvar.txt
diff --git a/test/yarp/snapshots/whitequark/string_interp.txt b/test/prism/snapshots/whitequark/string_interp.txt
index 9c372473fe..9c372473fe 100644
--- a/test/yarp/snapshots/whitequark/string_interp.txt
+++ b/test/prism/snapshots/whitequark/string_interp.txt
diff --git a/test/yarp/snapshots/whitequark/string_plain.txt b/test/prism/snapshots/whitequark/string_plain.txt
index 7534ac1844..7534ac1844 100644
--- a/test/yarp/snapshots/whitequark/string_plain.txt
+++ b/test/prism/snapshots/whitequark/string_plain.txt
diff --git a/test/yarp/snapshots/whitequark/super.txt b/test/prism/snapshots/whitequark/super.txt
index 694b4c796d..694b4c796d 100644
--- a/test/yarp/snapshots/whitequark/super.txt
+++ b/test/prism/snapshots/whitequark/super.txt
diff --git a/test/yarp/snapshots/whitequark/super_block.txt b/test/prism/snapshots/whitequark/super_block.txt
index ffb07e7715..ffb07e7715 100644
--- a/test/yarp/snapshots/whitequark/super_block.txt
+++ b/test/prism/snapshots/whitequark/super_block.txt
diff --git a/test/yarp/snapshots/whitequark/symbol_interp.txt b/test/prism/snapshots/whitequark/symbol_interp.txt
index fae980d98a..fae980d98a 100644
--- a/test/yarp/snapshots/whitequark/symbol_interp.txt
+++ b/test/prism/snapshots/whitequark/symbol_interp.txt
diff --git a/test/yarp/snapshots/whitequark/symbol_plain.txt b/test/prism/snapshots/whitequark/symbol_plain.txt
index 95b1246d41..95b1246d41 100644
--- a/test/yarp/snapshots/whitequark/symbol_plain.txt
+++ b/test/prism/snapshots/whitequark/symbol_plain.txt
diff --git a/test/yarp/snapshots/whitequark/ternary.txt b/test/prism/snapshots/whitequark/ternary.txt
index ce65ca09ec..ce65ca09ec 100644
--- a/test/yarp/snapshots/whitequark/ternary.txt
+++ b/test/prism/snapshots/whitequark/ternary.txt
diff --git a/test/yarp/snapshots/whitequark/ternary_ambiguous_symbol.txt b/test/prism/snapshots/whitequark/ternary_ambiguous_symbol.txt
index 3b9457d471..3b9457d471 100644
--- a/test/yarp/snapshots/whitequark/ternary_ambiguous_symbol.txt
+++ b/test/prism/snapshots/whitequark/ternary_ambiguous_symbol.txt
diff --git a/test/yarp/snapshots/whitequark/trailing_forward_arg.txt b/test/prism/snapshots/whitequark/trailing_forward_arg.txt
index a67b8552b5..a67b8552b5 100644
--- a/test/yarp/snapshots/whitequark/trailing_forward_arg.txt
+++ b/test/prism/snapshots/whitequark/trailing_forward_arg.txt
diff --git a/test/yarp/snapshots/whitequark/true.txt b/test/prism/snapshots/whitequark/true.txt
index 3e1ceef586..3e1ceef586 100644
--- a/test/yarp/snapshots/whitequark/true.txt
+++ b/test/prism/snapshots/whitequark/true.txt
diff --git a/test/yarp/snapshots/whitequark/unary_num_pow_precedence.txt b/test/prism/snapshots/whitequark/unary_num_pow_precedence.txt
index e0efa7e17c..e0efa7e17c 100644
--- a/test/yarp/snapshots/whitequark/unary_num_pow_precedence.txt
+++ b/test/prism/snapshots/whitequark/unary_num_pow_precedence.txt
diff --git a/test/yarp/snapshots/whitequark/undef.txt b/test/prism/snapshots/whitequark/undef.txt
index 1012a03c57..1012a03c57 100644
--- a/test/yarp/snapshots/whitequark/undef.txt
+++ b/test/prism/snapshots/whitequark/undef.txt
diff --git a/test/yarp/snapshots/whitequark/unless.txt b/test/prism/snapshots/whitequark/unless.txt
index 8f34c0f21f..8f34c0f21f 100644
--- a/test/yarp/snapshots/whitequark/unless.txt
+++ b/test/prism/snapshots/whitequark/unless.txt
diff --git a/test/yarp/snapshots/whitequark/unless_else.txt b/test/prism/snapshots/whitequark/unless_else.txt
index 77ca14355c..77ca14355c 100644
--- a/test/yarp/snapshots/whitequark/unless_else.txt
+++ b/test/prism/snapshots/whitequark/unless_else.txt
diff --git a/test/yarp/snapshots/whitequark/unless_mod.txt b/test/prism/snapshots/whitequark/unless_mod.txt
index 923b4d3cc0..923b4d3cc0 100644
--- a/test/yarp/snapshots/whitequark/unless_mod.txt
+++ b/test/prism/snapshots/whitequark/unless_mod.txt
diff --git a/test/yarp/snapshots/whitequark/until.txt b/test/prism/snapshots/whitequark/until.txt
index a00febb20a..a00febb20a 100644
--- a/test/yarp/snapshots/whitequark/until.txt
+++ b/test/prism/snapshots/whitequark/until.txt
diff --git a/test/yarp/snapshots/whitequark/until_mod.txt b/test/prism/snapshots/whitequark/until_mod.txt
index 56cc47b9d7..56cc47b9d7 100644
--- a/test/yarp/snapshots/whitequark/until_mod.txt
+++ b/test/prism/snapshots/whitequark/until_mod.txt
diff --git a/test/yarp/snapshots/whitequark/until_post.txt b/test/prism/snapshots/whitequark/until_post.txt
index 7bcfd2678b..7bcfd2678b 100644
--- a/test/yarp/snapshots/whitequark/until_post.txt
+++ b/test/prism/snapshots/whitequark/until_post.txt
diff --git a/test/yarp/snapshots/whitequark/var_and_asgn.txt b/test/prism/snapshots/whitequark/var_and_asgn.txt
index fc746a9350..fc746a9350 100644
--- a/test/yarp/snapshots/whitequark/var_and_asgn.txt
+++ b/test/prism/snapshots/whitequark/var_and_asgn.txt
diff --git a/test/yarp/snapshots/whitequark/var_op_asgn.txt b/test/prism/snapshots/whitequark/var_op_asgn.txt
index 7160141b07..7160141b07 100644
--- a/test/yarp/snapshots/whitequark/var_op_asgn.txt
+++ b/test/prism/snapshots/whitequark/var_op_asgn.txt
diff --git a/test/yarp/snapshots/whitequark/var_op_asgn_cmd.txt b/test/prism/snapshots/whitequark/var_op_asgn_cmd.txt
index 9f9750cedd..9f9750cedd 100644
--- a/test/yarp/snapshots/whitequark/var_op_asgn_cmd.txt
+++ b/test/prism/snapshots/whitequark/var_op_asgn_cmd.txt
diff --git a/test/yarp/snapshots/whitequark/var_or_asgn.txt b/test/prism/snapshots/whitequark/var_or_asgn.txt
index d5064bc55b..d5064bc55b 100644
--- a/test/yarp/snapshots/whitequark/var_or_asgn.txt
+++ b/test/prism/snapshots/whitequark/var_or_asgn.txt
diff --git a/test/yarp/snapshots/whitequark/when_multi.txt b/test/prism/snapshots/whitequark/when_multi.txt
index 499369644d..499369644d 100644
--- a/test/yarp/snapshots/whitequark/when_multi.txt
+++ b/test/prism/snapshots/whitequark/when_multi.txt
diff --git a/test/yarp/snapshots/whitequark/when_splat.txt b/test/prism/snapshots/whitequark/when_splat.txt
index d09637b1a1..d09637b1a1 100644
--- a/test/yarp/snapshots/whitequark/when_splat.txt
+++ b/test/prism/snapshots/whitequark/when_splat.txt
diff --git a/test/yarp/snapshots/whitequark/when_then.txt b/test/prism/snapshots/whitequark/when_then.txt
index 01feb88737..01feb88737 100644
--- a/test/yarp/snapshots/whitequark/when_then.txt
+++ b/test/prism/snapshots/whitequark/when_then.txt
diff --git a/test/yarp/snapshots/whitequark/while.txt b/test/prism/snapshots/whitequark/while.txt
index 2fae4e412f..2fae4e412f 100644
--- a/test/yarp/snapshots/whitequark/while.txt
+++ b/test/prism/snapshots/whitequark/while.txt
diff --git a/test/yarp/snapshots/whitequark/while_mod.txt b/test/prism/snapshots/whitequark/while_mod.txt
index 46b1d20033..46b1d20033 100644
--- a/test/yarp/snapshots/whitequark/while_mod.txt
+++ b/test/prism/snapshots/whitequark/while_mod.txt
diff --git a/test/yarp/snapshots/whitequark/while_post.txt b/test/prism/snapshots/whitequark/while_post.txt
index 7ec16db0a1..7ec16db0a1 100644
--- a/test/yarp/snapshots/whitequark/while_post.txt
+++ b/test/prism/snapshots/whitequark/while_post.txt
diff --git a/test/yarp/snapshots/whitequark/xstring_interp.txt b/test/prism/snapshots/whitequark/xstring_interp.txt
index 53844dfbe2..53844dfbe2 100644
--- a/test/yarp/snapshots/whitequark/xstring_interp.txt
+++ b/test/prism/snapshots/whitequark/xstring_interp.txt
diff --git a/test/yarp/snapshots/whitequark/xstring_plain.txt b/test/prism/snapshots/whitequark/xstring_plain.txt
index 2546f9829f..2546f9829f 100644
--- a/test/yarp/snapshots/whitequark/xstring_plain.txt
+++ b/test/prism/snapshots/whitequark/xstring_plain.txt
diff --git a/test/yarp/snapshots/whitequark/yield.txt b/test/prism/snapshots/whitequark/yield.txt
index 4d1ca051cc..4d1ca051cc 100644
--- a/test/yarp/snapshots/whitequark/yield.txt
+++ b/test/prism/snapshots/whitequark/yield.txt
diff --git a/test/yarp/snapshots/whitequark/zsuper.txt b/test/prism/snapshots/whitequark/zsuper.txt
index 9c28128d06..9c28128d06 100644
--- a/test/yarp/snapshots/whitequark/zsuper.txt
+++ b/test/prism/snapshots/whitequark/zsuper.txt
diff --git a/test/yarp/snapshots/xstring.txt b/test/prism/snapshots/xstring.txt
index 5cea973e4f..5cea973e4f 100644
--- a/test/yarp/snapshots/xstring.txt
+++ b/test/prism/snapshots/xstring.txt
diff --git a/test/yarp/snapshots/yield.txt b/test/prism/snapshots/yield.txt
index ecdf48f026..ecdf48f026 100644
--- a/test/yarp/snapshots/yield.txt
+++ b/test/prism/snapshots/yield.txt
diff --git a/test/yarp/test_helper.rb b/test/prism/test_helper.rb
index 086b73dd56..086b73dd56 100644
--- a/test/yarp/test_helper.rb
+++ b/test/prism/test_helper.rb
diff --git a/test/yarp/unescape_test.rb b/test/prism/unescape_test.rb
index a7d955b315..a7d955b315 100644
--- a/test/yarp/unescape_test.rb
+++ b/test/prism/unescape_test.rb
diff --git a/test/yarp/version_test.rb b/test/prism/version_test.rb
index 6011eb695d..6011eb695d 100644
--- a/test/yarp/version_test.rb
+++ b/test/prism/version_test.rb
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index c3d010f82a..4f8dba5ad3 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -398,31 +398,31 @@ module SyncDefaultGems
cp_r("#{upstream}/spec", "spec/syntax_suggest")
cp_r("#{upstream}/exe/syntax_suggest", "libexec/syntax_suggest")
when "yarp"
- # We don't want to remove YARP-specific files that existing in ruby/ruby
- # that do not exist in ruby/yarp, so we temporarily move them out of the
- # yarp dir, wipe the yarp dir, and then put them back.
- mv("yarp/yarp_init.c", ".")
- mv("yarp/yarp_compiler.c", ".")
- mv("test/yarp/iseq_test.rb", ".")
- rm_rf(%w[test/yarp yarp])
-
- cp_r("#{upstream}/ext/yarp", "yarp")
+ # We don't want to remove prism-specific files that existing in ruby/ruby
+ # that do not exist in ruby/prism, so we temporarily move them out of the
+ # prism dir, wipe the prism dir, and then put them back.
+ mv("prism/prism_init.c", ".")
+ mv("prism/prism_compiler.c", ".")
+ mv("test/prism/iseq_test.rb", ".")
+ rm_rf(%w[test/prism prism])
+
+ cp_r("#{upstream}/ext/prism", "prism")
cp_r("#{upstream}/lib/.", "lib")
- cp_r("#{upstream}/test/yarp", "test")
- cp_r("#{upstream}/src/.", "yarp")
+ cp_r("#{upstream}/test/prism", "test")
+ cp_r("#{upstream}/src/.", "prism")
- cp_r("#{upstream}/yarp.gemspec", "lib/yarp")
- cp_r("#{upstream}/include/yarp/.", "yarp")
- cp_r("#{upstream}/include/yarp.h", "yarp")
+ cp_r("#{upstream}/prism.gemspec", "lib/prism")
+ cp_r("#{upstream}/include/prism/.", "prism")
+ cp_r("#{upstream}/include/prism.h", "prism")
- cp_r("#{upstream}/config.yml", "yarp/")
- cp_r("#{upstream}/templates", "yarp/")
- rm_rf("yarp/templates/java")
+ cp_r("#{upstream}/config.yml", "prism/")
+ cp_r("#{upstream}/templates", "prism/")
+ rm_rf("prism/templates/java")
- rm("yarp/extconf.rb")
- mv("yarp_init.c", "yarp/")
- mv("yarp_compiler.c", "yarp/")
- mv("iseq_test.rb", "test/yarp/")
+ rm("prism/extconf.rb")
+ mv("prism_init.c", "prism/")
+ mv("prism_compiler.c", "prism/")
+ mv("iseq_test.rb", "test/prism/")
else
sync_lib gem, upstream
end