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 similarity index 100% rename from lib/yarp.rb rename to lib/prism.rb diff --git a/lib/yarp/debug.rb b/lib/prism/debug.rb similarity index 100% rename from lib/yarp/debug.rb rename to lib/prism/debug.rb diff --git a/lib/yarp/desugar_compiler.rb b/lib/prism/desugar_compiler.rb similarity index 100% rename from lib/yarp/desugar_compiler.rb rename to lib/prism/desugar_compiler.rb diff --git a/lib/yarp/ffi.rb b/lib/prism/ffi.rb similarity index 100% rename from lib/yarp/ffi.rb rename to lib/prism/ffi.rb diff --git a/lib/yarp/language_server.rb b/lib/prism/language_server.rb similarity index 100% rename from lib/yarp/language_server.rb rename to lib/prism/language_server.rb diff --git a/lib/yarp/lex_compat.rb b/lib/prism/lex_compat.rb similarity index 100% rename from lib/yarp/lex_compat.rb rename to lib/prism/lex_compat.rb diff --git a/lib/yarp/node_ext.rb b/lib/prism/node_ext.rb similarity index 100% rename from lib/yarp/node_ext.rb rename to lib/prism/node_ext.rb diff --git a/lib/yarp/node_inspector.rb b/lib/prism/node_inspector.rb similarity index 100% rename from lib/yarp/node_inspector.rb rename to lib/prism/node_inspector.rb diff --git a/lib/yarp/pack.rb b/lib/prism/pack.rb similarity index 100% rename from lib/yarp/pack.rb rename to lib/prism/pack.rb diff --git a/lib/yarp/parse_result.rb b/lib/prism/parse_result.rb similarity index 100% rename from lib/yarp/parse_result.rb rename to lib/prism/parse_result.rb diff --git a/lib/yarp/parse_result/comments.rb b/lib/prism/parse_result/comments.rb similarity index 100% rename from lib/yarp/parse_result/comments.rb rename to lib/prism/parse_result/comments.rb diff --git a/lib/yarp/parse_result/newlines.rb b/lib/prism/parse_result/newlines.rb similarity index 100% rename from lib/yarp/parse_result/newlines.rb rename to lib/prism/parse_result/newlines.rb diff --git a/lib/yarp/pattern.rb b/lib/prism/pattern.rb similarity index 100% rename from lib/yarp/pattern.rb rename to lib/prism/pattern.rb diff --git a/lib/yarp/yarp.gemspec b/lib/prism/prism.gemspec similarity index 100% rename from lib/yarp/yarp.gemspec rename to lib/prism/prism.gemspec diff --git a/lib/yarp/ripper_compat.rb b/lib/prism/ripper_compat.rb similarity index 100% rename from lib/yarp/ripper_compat.rb rename to lib/prism/ripper_compat.rb diff --git a/lib/yarp/version.rb b/lib/prism/version.rb similarity index 100% rename from lib/yarp/version.rb rename to lib/prism/version.rb diff --git a/yarp/api_pack.c b/prism/api_pack.c similarity index 100% rename from yarp/api_pack.c rename to prism/api_pack.c diff --git a/yarp/config.yml b/prism/config.yml similarity index 100% rename from yarp/config.yml rename to prism/config.yml diff --git a/yarp/defines.h b/prism/defines.h similarity index 100% rename from yarp/defines.h rename to prism/defines.h diff --git a/yarp/diagnostic.c b/prism/diagnostic.c similarity index 100% rename from yarp/diagnostic.c rename to prism/diagnostic.c diff --git a/yarp/diagnostic.h b/prism/diagnostic.h similarity index 100% rename from yarp/diagnostic.h rename to prism/diagnostic.h diff --git a/yarp/enc/yp_big5.c b/prism/enc/pm_big5.c similarity index 100% rename from yarp/enc/yp_big5.c rename to prism/enc/pm_big5.c diff --git a/yarp/enc/yp_encoding.h b/prism/enc/pm_encoding.h similarity index 100% rename from yarp/enc/yp_encoding.h rename to prism/enc/pm_encoding.h diff --git a/yarp/enc/yp_euc_jp.c b/prism/enc/pm_euc_jp.c similarity index 100% rename from yarp/enc/yp_euc_jp.c rename to prism/enc/pm_euc_jp.c diff --git a/yarp/enc/yp_gbk.c b/prism/enc/pm_gbk.c similarity index 100% rename from yarp/enc/yp_gbk.c rename to prism/enc/pm_gbk.c diff --git a/yarp/enc/yp_shift_jis.c b/prism/enc/pm_shift_jis.c similarity index 100% rename from yarp/enc/yp_shift_jis.c rename to prism/enc/pm_shift_jis.c diff --git a/yarp/enc/yp_tables.c b/prism/enc/pm_tables.c similarity index 100% rename from yarp/enc/yp_tables.c rename to prism/enc/pm_tables.c diff --git a/yarp/enc/yp_unicode.c b/prism/enc/pm_unicode.c similarity index 100% rename from yarp/enc/yp_unicode.c rename to prism/enc/pm_unicode.c diff --git a/yarp/enc/yp_windows_31j.c b/prism/enc/pm_windows_31j.c similarity index 100% rename from yarp/enc/yp_windows_31j.c rename to prism/enc/pm_windows_31j.c diff --git a/yarp/extension.c b/prism/extension.c similarity index 100% rename from yarp/extension.c rename to prism/extension.c diff --git a/yarp/extension.h b/prism/extension.h similarity index 100% rename from yarp/extension.h rename to prism/extension.h diff --git a/yarp/node.h b/prism/node.h similarity index 100% rename from yarp/node.h rename to prism/node.h diff --git a/yarp/pack.c b/prism/pack.c similarity index 100% rename from yarp/pack.c rename to prism/pack.c diff --git a/yarp/pack.h b/prism/pack.h similarity index 100% rename from yarp/pack.h rename to prism/pack.h diff --git a/yarp/parser.h b/prism/parser.h similarity index 100% rename from yarp/parser.h rename to prism/parser.h diff --git a/yarp/yarp.c b/prism/prism.c similarity index 100% rename from yarp/yarp.c rename to prism/prism.c diff --git a/yarp/yarp.h b/prism/prism.h similarity index 100% rename from yarp/yarp.h rename to prism/prism.h diff --git a/yarp/yarp_compiler.c b/prism/prism_compiler.c similarity index 100% rename from yarp/yarp_compiler.c rename to prism/prism_compiler.c diff --git a/yarp/yarp_init.c b/prism/prism_init.c similarity index 100% rename from yarp/yarp_init.c rename to prism/prism_init.c diff --git a/yarp/regexp.c b/prism/regexp.c similarity index 100% rename from yarp/regexp.c rename to prism/regexp.c diff --git a/yarp/regexp.h b/prism/regexp.h similarity index 100% rename from yarp/regexp.h rename to prism/regexp.h diff --git a/yarp/templates/ext/yarp/api_node.c.erb b/prism/templates/ext/prism/api_node.c.erb similarity index 100% rename from yarp/templates/ext/yarp/api_node.c.erb rename to 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 similarity index 100% rename from yarp/templates/include/yarp/ast.h.erb rename to 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 similarity index 100% rename from yarp/templates/lib/yarp/compiler.rb.erb rename to 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 similarity index 100% rename from yarp/templates/lib/yarp/dispatcher.rb.erb rename to 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 similarity index 100% rename from yarp/templates/lib/yarp/dsl.rb.erb rename to 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 similarity index 100% rename from yarp/templates/lib/yarp/mutation_compiler.rb.erb rename to 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 similarity index 100% rename from yarp/templates/lib/yarp/node.rb.erb rename to 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 similarity index 100% rename from yarp/templates/lib/yarp/serialize.rb.erb rename to 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 similarity index 100% rename from yarp/templates/lib/yarp/visitor.rb.erb rename to prism/templates/lib/prism/visitor.rb.erb diff --git a/yarp/templates/src/node.c.erb b/prism/templates/src/node.c.erb similarity index 100% rename from yarp/templates/src/node.c.erb rename to prism/templates/src/node.c.erb diff --git a/yarp/templates/src/prettyprint.c.erb b/prism/templates/src/prettyprint.c.erb similarity index 100% rename from yarp/templates/src/prettyprint.c.erb rename to prism/templates/src/prettyprint.c.erb diff --git a/yarp/templates/src/serialize.c.erb b/prism/templates/src/serialize.c.erb similarity index 100% rename from yarp/templates/src/serialize.c.erb rename to prism/templates/src/serialize.c.erb diff --git a/yarp/templates/src/token_type.c.erb b/prism/templates/src/token_type.c.erb similarity index 100% rename from yarp/templates/src/token_type.c.erb rename to prism/templates/src/token_type.c.erb diff --git a/yarp/templates/template.rb b/prism/templates/template.rb similarity index 100% rename from yarp/templates/template.rb rename to prism/templates/template.rb diff --git a/yarp/unescape.c b/prism/unescape.c similarity index 100% rename from yarp/unescape.c rename to prism/unescape.c diff --git a/yarp/unescape.h b/prism/unescape.h similarity index 100% rename from yarp/unescape.h rename to prism/unescape.h diff --git a/yarp/util/yp_buffer.c b/prism/util/pm_buffer.c similarity index 100% rename from yarp/util/yp_buffer.c rename to prism/util/pm_buffer.c diff --git a/yarp/util/yp_buffer.h b/prism/util/pm_buffer.h similarity index 100% rename from yarp/util/yp_buffer.h rename to prism/util/pm_buffer.h diff --git a/yarp/util/yp_char.c b/prism/util/pm_char.c similarity index 100% rename from yarp/util/yp_char.c rename to prism/util/pm_char.c diff --git a/yarp/util/yp_char.h b/prism/util/pm_char.h similarity index 100% rename from yarp/util/yp_char.h rename to prism/util/pm_char.h diff --git a/yarp/util/yp_constant_pool.c b/prism/util/pm_constant_pool.c similarity index 100% rename from yarp/util/yp_constant_pool.c rename to prism/util/pm_constant_pool.c diff --git a/yarp/util/yp_constant_pool.h b/prism/util/pm_constant_pool.h similarity index 100% rename from yarp/util/yp_constant_pool.h rename to prism/util/pm_constant_pool.h diff --git a/yarp/util/yp_list.c b/prism/util/pm_list.c similarity index 100% rename from yarp/util/yp_list.c rename to prism/util/pm_list.c diff --git a/yarp/util/yp_list.h b/prism/util/pm_list.h similarity index 100% rename from yarp/util/yp_list.h rename to prism/util/pm_list.h diff --git a/yarp/util/yp_memchr.c b/prism/util/pm_memchr.c similarity index 100% rename from yarp/util/yp_memchr.c rename to prism/util/pm_memchr.c diff --git a/yarp/util/yp_memchr.h b/prism/util/pm_memchr.h similarity index 100% rename from yarp/util/yp_memchr.h rename to prism/util/pm_memchr.h diff --git a/yarp/util/yp_newline_list.c b/prism/util/pm_newline_list.c similarity index 100% rename from yarp/util/yp_newline_list.c rename to prism/util/pm_newline_list.c diff --git a/yarp/util/yp_newline_list.h b/prism/util/pm_newline_list.h similarity index 100% rename from yarp/util/yp_newline_list.h rename to prism/util/pm_newline_list.h diff --git a/yarp/util/yp_state_stack.c b/prism/util/pm_state_stack.c similarity index 100% rename from yarp/util/yp_state_stack.c rename to prism/util/pm_state_stack.c diff --git a/yarp/util/yp_state_stack.h b/prism/util/pm_state_stack.h similarity index 100% rename from yarp/util/yp_state_stack.h rename to prism/util/pm_state_stack.h diff --git a/yarp/util/yp_string.c b/prism/util/pm_string.c similarity index 100% rename from yarp/util/yp_string.c rename to prism/util/pm_string.c diff --git a/yarp/util/yp_string.h b/prism/util/pm_string.h similarity index 100% rename from yarp/util/yp_string.h rename to prism/util/pm_string.h diff --git a/yarp/util/yp_string_list.c b/prism/util/pm_string_list.c similarity index 100% rename from yarp/util/yp_string_list.c rename to prism/util/pm_string_list.c diff --git a/yarp/util/yp_string_list.h b/prism/util/pm_string_list.h similarity index 100% rename from yarp/util/yp_string_list.h rename to prism/util/pm_string_list.h diff --git a/yarp/util/yp_strncasecmp.c b/prism/util/pm_strncasecmp.c similarity index 100% rename from yarp/util/yp_strncasecmp.c rename to prism/util/pm_strncasecmp.c diff --git a/yarp/util/yp_strpbrk.c b/prism/util/pm_strpbrk.c similarity index 100% rename from yarp/util/yp_strpbrk.c rename to prism/util/pm_strpbrk.c diff --git a/yarp/util/yp_strpbrk.h b/prism/util/pm_strpbrk.h similarity index 100% rename from yarp/util/yp_strpbrk.h rename to prism/util/pm_strpbrk.h diff --git a/yarp/version.h b/prism/version.h similarity index 100% rename from yarp/version.h rename to prism/version.h diff --git a/test/yarp/bom_test.rb b/test/prism/bom_test.rb similarity index 100% rename from test/yarp/bom_test.rb rename to test/prism/bom_test.rb diff --git a/test/yarp/comments_test.rb b/test/prism/comments_test.rb similarity index 100% rename from test/yarp/comments_test.rb rename to test/prism/comments_test.rb diff --git a/test/yarp/compiler_test.rb b/test/prism/compiler_test.rb similarity index 100% rename from test/yarp/compiler_test.rb rename to test/prism/compiler_test.rb diff --git a/test/yarp/desugar_compiler_test.rb b/test/prism/desugar_compiler_test.rb similarity index 100% rename from test/yarp/desugar_compiler_test.rb rename to test/prism/desugar_compiler_test.rb diff --git a/test/yarp/dispatcher_test.rb b/test/prism/dispatcher_test.rb similarity index 100% rename from test/yarp/dispatcher_test.rb rename to test/prism/dispatcher_test.rb diff --git a/test/yarp/encoding_test.rb b/test/prism/encoding_test.rb similarity index 100% rename from test/yarp/encoding_test.rb rename to test/prism/encoding_test.rb diff --git a/test/yarp/errors_test.rb b/test/prism/errors_test.rb similarity index 100% rename from test/yarp/errors_test.rb rename to test/prism/errors_test.rb diff --git a/test/yarp/fixtures/alias.txt b/test/prism/fixtures/alias.txt similarity index 100% rename from test/yarp/fixtures/alias.txt rename to test/prism/fixtures/alias.txt diff --git a/test/yarp/fixtures/arithmetic.txt b/test/prism/fixtures/arithmetic.txt similarity index 100% rename from test/yarp/fixtures/arithmetic.txt rename to test/prism/fixtures/arithmetic.txt diff --git a/test/yarp/fixtures/arrays.txt b/test/prism/fixtures/arrays.txt similarity index 100% rename from test/yarp/fixtures/arrays.txt rename to test/prism/fixtures/arrays.txt diff --git a/test/yarp/fixtures/begin_ensure.txt b/test/prism/fixtures/begin_ensure.txt similarity index 100% rename from test/yarp/fixtures/begin_ensure.txt rename to test/prism/fixtures/begin_ensure.txt diff --git a/test/yarp/fixtures/begin_rescue.txt b/test/prism/fixtures/begin_rescue.txt similarity index 100% rename from test/yarp/fixtures/begin_rescue.txt rename to test/prism/fixtures/begin_rescue.txt diff --git a/test/yarp/fixtures/blocks.txt b/test/prism/fixtures/blocks.txt similarity index 100% rename from test/yarp/fixtures/blocks.txt rename to test/prism/fixtures/blocks.txt diff --git a/test/yarp/fixtures/boolean_operators.txt b/test/prism/fixtures/boolean_operators.txt similarity index 100% rename from test/yarp/fixtures/boolean_operators.txt rename to test/prism/fixtures/boolean_operators.txt diff --git a/test/yarp/fixtures/booleans.txt b/test/prism/fixtures/booleans.txt similarity index 100% rename from test/yarp/fixtures/booleans.txt rename to test/prism/fixtures/booleans.txt diff --git a/test/yarp/fixtures/break.txt b/test/prism/fixtures/break.txt similarity index 100% rename from test/yarp/fixtures/break.txt rename to test/prism/fixtures/break.txt diff --git a/test/yarp/fixtures/case.txt b/test/prism/fixtures/case.txt similarity index 100% rename from test/yarp/fixtures/case.txt rename to test/prism/fixtures/case.txt diff --git a/test/yarp/fixtures/classes.txt b/test/prism/fixtures/classes.txt similarity index 100% rename from test/yarp/fixtures/classes.txt rename to test/prism/fixtures/classes.txt diff --git a/test/yarp/fixtures/comments.txt b/test/prism/fixtures/comments.txt similarity index 100% rename from test/yarp/fixtures/comments.txt rename to test/prism/fixtures/comments.txt diff --git a/test/yarp/fixtures/constants.txt b/test/prism/fixtures/constants.txt similarity index 100% rename from test/yarp/fixtures/constants.txt rename to test/prism/fixtures/constants.txt diff --git a/test/yarp/fixtures/dash_heredocs.txt b/test/prism/fixtures/dash_heredocs.txt similarity index 100% rename from test/yarp/fixtures/dash_heredocs.txt rename to test/prism/fixtures/dash_heredocs.txt diff --git a/test/yarp/fixtures/defined.txt b/test/prism/fixtures/defined.txt similarity index 100% rename from test/yarp/fixtures/defined.txt rename to test/prism/fixtures/defined.txt diff --git a/test/yarp/fixtures/dos_endings.txt b/test/prism/fixtures/dos_endings.txt similarity index 100% rename from test/yarp/fixtures/dos_endings.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/embdoc_no_newline_at_end.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/endless_methods.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/endless_range_in_conditional.txt rename to test/prism/fixtures/endless_range_in_conditional.txt diff --git a/test/yarp/fixtures/for.txt b/test/prism/fixtures/for.txt similarity index 100% rename from test/yarp/fixtures/for.txt rename to test/prism/fixtures/for.txt diff --git a/test/yarp/fixtures/global_variables.txt b/test/prism/fixtures/global_variables.txt similarity index 100% rename from test/yarp/fixtures/global_variables.txt rename to test/prism/fixtures/global_variables.txt diff --git a/test/yarp/fixtures/hashes.txt b/test/prism/fixtures/hashes.txt similarity index 100% rename from test/yarp/fixtures/hashes.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/heredoc_with_escaped_newline_at_start.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/heredoc_with_trailing_newline.txt rename to test/prism/fixtures/heredoc_with_trailing_newline.txt diff --git a/test/yarp/fixtures/heredocs_nested.txt b/test/prism/fixtures/heredocs_nested.txt similarity index 100% rename from test/yarp/fixtures/heredocs_nested.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/heredocs_with_ignored_newlines.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/heredocs_with_ignored_newlines_and_non_empty.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/if.txt rename to test/prism/fixtures/if.txt diff --git a/test/yarp/fixtures/indented_file_end.txt b/test/prism/fixtures/indented_file_end.txt similarity index 100% rename from test/yarp/fixtures/indented_file_end.txt rename to test/prism/fixtures/indented_file_end.txt diff --git a/test/yarp/fixtures/integer_operations.txt b/test/prism/fixtures/integer_operations.txt similarity index 100% rename from test/yarp/fixtures/integer_operations.txt rename to test/prism/fixtures/integer_operations.txt diff --git a/test/yarp/fixtures/keyword_method_names.txt b/test/prism/fixtures/keyword_method_names.txt similarity index 100% rename from test/yarp/fixtures/keyword_method_names.txt rename to test/prism/fixtures/keyword_method_names.txt diff --git a/test/yarp/fixtures/keywords.txt b/test/prism/fixtures/keywords.txt similarity index 100% rename from test/yarp/fixtures/keywords.txt rename to test/prism/fixtures/keywords.txt diff --git a/test/yarp/fixtures/lambda.txt b/test/prism/fixtures/lambda.txt similarity index 100% rename from test/yarp/fixtures/lambda.txt rename to test/prism/fixtures/lambda.txt diff --git a/test/yarp/fixtures/method_calls.txt b/test/prism/fixtures/method_calls.txt similarity index 100% rename from test/yarp/fixtures/method_calls.txt rename to test/prism/fixtures/method_calls.txt diff --git a/test/yarp/fixtures/methods.txt b/test/prism/fixtures/methods.txt similarity index 100% rename from test/yarp/fixtures/methods.txt rename to test/prism/fixtures/methods.txt diff --git a/test/yarp/fixtures/modules.txt b/test/prism/fixtures/modules.txt similarity index 100% rename from test/yarp/fixtures/modules.txt rename to test/prism/fixtures/modules.txt diff --git a/test/yarp/fixtures/newline_terminated.txt b/test/prism/fixtures/newline_terminated.txt similarity index 100% rename from test/yarp/fixtures/newline_terminated.txt rename to test/prism/fixtures/newline_terminated.txt diff --git a/test/yarp/fixtures/next.txt b/test/prism/fixtures/next.txt similarity index 100% rename from test/yarp/fixtures/next.txt rename to test/prism/fixtures/next.txt diff --git a/test/yarp/fixtures/nils.txt b/test/prism/fixtures/nils.txt similarity index 100% rename from test/yarp/fixtures/nils.txt rename to test/prism/fixtures/nils.txt diff --git a/test/yarp/fixtures/non_alphanumeric_methods.txt b/test/prism/fixtures/non_alphanumeric_methods.txt similarity index 100% rename from test/yarp/fixtures/non_alphanumeric_methods.txt rename to test/prism/fixtures/non_alphanumeric_methods.txt diff --git a/test/yarp/fixtures/not.txt b/test/prism/fixtures/not.txt similarity index 100% rename from test/yarp/fixtures/not.txt rename to test/prism/fixtures/not.txt diff --git a/test/yarp/fixtures/numbers.txt b/test/prism/fixtures/numbers.txt similarity index 100% rename from test/yarp/fixtures/numbers.txt rename to test/prism/fixtures/numbers.txt diff --git a/test/yarp/fixtures/patterns.txt b/test/prism/fixtures/patterns.txt similarity index 100% rename from test/yarp/fixtures/patterns.txt rename to test/prism/fixtures/patterns.txt diff --git a/test/yarp/fixtures/procs.txt b/test/prism/fixtures/procs.txt similarity index 100% rename from test/yarp/fixtures/procs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/range_begin_open_exclusive.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/range_begin_open_inclusive.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/range_end_open_exclusive.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/range_end_open_inclusive.txt rename to test/prism/fixtures/range_end_open_inclusive.txt diff --git a/test/yarp/fixtures/ranges.txt b/test/prism/fixtures/ranges.txt similarity index 100% rename from test/yarp/fixtures/ranges.txt rename to test/prism/fixtures/ranges.txt diff --git a/test/yarp/fixtures/regex.txt b/test/prism/fixtures/regex.txt similarity index 100% rename from test/yarp/fixtures/regex.txt rename to test/prism/fixtures/regex.txt diff --git a/test/yarp/fixtures/rescue.txt b/test/prism/fixtures/rescue.txt similarity index 100% rename from test/yarp/fixtures/rescue.txt rename to test/prism/fixtures/rescue.txt diff --git a/test/yarp/fixtures/return.txt b/test/prism/fixtures/return.txt similarity index 100% rename from test/yarp/fixtures/return.txt rename to test/prism/fixtures/return.txt diff --git a/test/yarp/fixtures/seattlerb/BEGIN.txt b/test/prism/fixtures/seattlerb/BEGIN.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/BEGIN.txt rename to test/prism/fixtures/seattlerb/BEGIN.txt diff --git a/test/yarp/fixtures/seattlerb/README.rdoc b/test/prism/fixtures/seattlerb/README.rdoc similarity index 100% rename from test/yarp/fixtures/seattlerb/README.rdoc rename to test/prism/fixtures/seattlerb/README.rdoc diff --git a/test/yarp/fixtures/seattlerb/TestRubyParserShared.txt b/test/prism/fixtures/seattlerb/TestRubyParserShared.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/TestRubyParserShared.txt rename to test/prism/fixtures/seattlerb/TestRubyParserShared.txt diff --git a/test/yarp/fixtures/seattlerb/__ENCODING__.txt b/test/prism/fixtures/seattlerb/__ENCODING__.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/__ENCODING__.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/alias_gvar_backref.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/alias_resword.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/and_multi.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/aref_args_assocs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/aref_args_lit_assocs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/args_kw_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/array_line_breaks.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/array_lits_trailing_calls.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/assoc__bare.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/assoc_label.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/attr_asgn_colon_id.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/attrasgn_array_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/attrasgn_array_lhs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/attrasgn_primary_dot_constant.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/backticks_interpolation_line.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bang_eq.txt rename to test/prism/fixtures/seattlerb/bang_eq.txt diff --git a/test/yarp/fixtures/seattlerb/bdot2.txt b/test/prism/fixtures/seattlerb/bdot2.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/bdot2.txt rename to test/prism/fixtures/seattlerb/bdot2.txt diff --git a/test/yarp/fixtures/seattlerb/bdot3.txt b/test/prism/fixtures/seattlerb/bdot3.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/bdot3.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/begin_ensure_no_bodies.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/begin_rescue_else_ensure_bodies.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/begin_rescue_else_ensure_no_bodies.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/begin_rescue_ensure_no_bodies.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_arg__bare.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_arg_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_arg_opt_arg_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_arg_opt_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_arg_opt_splat_arg_block_omfg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_arg_optional.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_arg_scope.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_arg_scope2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_arg_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_args_kwargs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_args_no_kwargs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_args_opt1.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_args_opt2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_args_opt2_2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_args_opt3.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_break.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_call_defn_call_block_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_call_dot_op2_brace_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_call_dot_op2_cmd_args_do_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_call_operation_colon.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_call_operation_dot.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_call_paren_call_block_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_command_operation_colon.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_command_operation_dot.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_decomp_anon_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_decomp_arg_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_decomp_arg_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_decomp_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_kw.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_kw__required.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_kwarg_lvar.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_kwarg_lvar_multiple.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_next.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_opt_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_opt_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_opt_splat_arg_block_omfg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_optarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_paren_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_reg_optarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_return.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_scope.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/block_splat_reg.txt rename to test/prism/fixtures/seattlerb/block_splat_reg.txt diff --git a/test/yarp/fixtures/seattlerb/bug169.txt b/test/prism/fixtures/seattlerb/bug169.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/bug169.txt rename to test/prism/fixtures/seattlerb/bug169.txt diff --git a/test/yarp/fixtures/seattlerb/bug179.txt b/test/prism/fixtures/seattlerb/bug179.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/bug179.txt rename to test/prism/fixtures/seattlerb/bug179.txt diff --git a/test/yarp/fixtures/seattlerb/bug190.txt b/test/prism/fixtures/seattlerb/bug190.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/bug190.txt rename to test/prism/fixtures/seattlerb/bug190.txt diff --git a/test/yarp/fixtures/seattlerb/bug191.txt b/test/prism/fixtures/seattlerb/bug191.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/bug191.txt rename to test/prism/fixtures/seattlerb/bug191.txt diff --git a/test/yarp/fixtures/seattlerb/bug202.txt b/test/prism/fixtures/seattlerb/bug202.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/bug202.txt rename to test/prism/fixtures/seattlerb/bug202.txt diff --git a/test/yarp/fixtures/seattlerb/bug236.txt b/test/prism/fixtures/seattlerb/bug236.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/bug236.txt rename to test/prism/fixtures/seattlerb/bug236.txt diff --git a/test/yarp/fixtures/seattlerb/bug290.txt b/test/prism/fixtures/seattlerb/bug290.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/bug290.txt rename to test/prism/fixtures/seattlerb/bug290.txt diff --git a/test/yarp/fixtures/seattlerb/bug_187.txt b/test/prism/fixtures/seattlerb/bug_187.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_187.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_215.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_249.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_and.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_args__19.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_args_masgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_args_masgn2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_args_masgn_outer_parens__19.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_call_arglist_parens.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_case_when_regexp.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_comma.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_cond_pct.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_hash_args.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_hash_args_trailing_comma.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_hash_interp_array.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_masgn_right.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_not_parens.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/bug_op_asgn_rescue.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_and.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_arg_assoc.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_arg_assoc_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_arg_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_args_assoc_quoted.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_args_assoc_trailing_comma.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_args_command.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_array_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_array_block_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_array_lambda_block_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_array_lit_inline_hash.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_assoc.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_assoc_new.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_assoc_new_if_multiline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_assoc_trailing_comma.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_bang_command_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_bang_squiggle.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_begin_call_block_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_block_arg_named.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_carat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_colon2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_colon_parens.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_div.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_dot_parens.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_env.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_eq3.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_gt.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_leading_dots.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_leading_dots_comment.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_lt.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_lte.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_not.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_pipe.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_rshift.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_self_brackets.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_spaceship.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_stabby_do_end_with_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_stabby_with_braces_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_star.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_star2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_trailing_comma.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_trailing_dots.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/call_unary_bang.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_31.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_37.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_42.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_42_2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_47.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_67.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_86.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_86_2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_array_pat_const.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_array_pat_const2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_array_pat_paren_assign.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_const.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_else.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_find.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_find_array.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_hash_pat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_hash_pat_assign.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_hash_pat_paren_assign.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_hash_pat_paren_true.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_hash_pat_rest.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_hash_pat_rest_solo.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_if_unless_post_mod.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_multiple.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/case_in_or.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/class_comments.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/cond_unary_minus.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/const_2_op_asgn_or2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/const_3_op_asgn_or.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/const_op_asgn_and1.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/const_op_asgn_and2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/const_op_asgn_or.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/dasgn_icky2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defined_eh_parens.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_arg_asplat_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_arg_forward_args.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_args_forward_args.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_comments.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_endless_command.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_endless_command_rescue.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_forward_args.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_forward_args__no_parens.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_kwarg_env.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_kwarg_kwarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_kwarg_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_kwarg_kwsplat_anon.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_kwarg_lvar.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_kwarg_no_parens.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_kwarg_val.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_no_kwargs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_oneliner.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_oneliner_eq2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_oneliner_noargs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_oneliner_noargs_parentheses.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_oneliner_rescue.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_opt_last_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_opt_reg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_opt_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_powarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_reg_opt_reg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defn_unary_not.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defns_reserved.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defs_as_arg_with_do_block_inside.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defs_comments.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defs_endless_command.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defs_endless_command_rescue.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defs_kwarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defs_oneliner.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defs_oneliner_eq2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/defs_oneliner_rescue.txt rename to test/prism/fixtures/seattlerb/defs_oneliner_rescue.txt diff --git a/test/yarp/fixtures/seattlerb/difficult0_.txt b/test/prism/fixtures/seattlerb/difficult0_.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult0_.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult1_line_numbers.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult1_line_numbers2.txt rename to test/prism/fixtures/seattlerb/difficult1_line_numbers2.txt diff --git a/test/yarp/fixtures/seattlerb/difficult2_.txt b/test/prism/fixtures/seattlerb/difficult2_.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult2_.txt rename to test/prism/fixtures/seattlerb/difficult2_.txt diff --git a/test/yarp/fixtures/seattlerb/difficult3_.txt b/test/prism/fixtures/seattlerb/difficult3_.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult3_.txt rename to test/prism/fixtures/seattlerb/difficult3_.txt diff --git a/test/yarp/fixtures/seattlerb/difficult3_2.txt b/test/prism/fixtures/seattlerb/difficult3_2.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult3_2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult3_3.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult3_4.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult3_5.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult3__10.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult3__11.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult3__12.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult3__6.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult3__7.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult3__8.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult3__9.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult4__leading_dots.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult4__leading_dots2.txt rename to test/prism/fixtures/seattlerb/difficult4__leading_dots2.txt diff --git a/test/yarp/fixtures/seattlerb/difficult6_.txt b/test/prism/fixtures/seattlerb/difficult6_.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult6_.txt rename to test/prism/fixtures/seattlerb/difficult6_.txt diff --git a/test/yarp/fixtures/seattlerb/difficult6__7.txt b/test/prism/fixtures/seattlerb/difficult6__7.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult6__7.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult6__8.txt rename to test/prism/fixtures/seattlerb/difficult6__8.txt diff --git a/test/yarp/fixtures/seattlerb/difficult7_.txt b/test/prism/fixtures/seattlerb/difficult7_.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/difficult7_.txt rename to test/prism/fixtures/seattlerb/difficult7_.txt diff --git a/test/yarp/fixtures/seattlerb/do_bug.txt b/test/prism/fixtures/seattlerb/do_bug.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/do_bug.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/do_lambda.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/dot2_nil__26.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/dot3_nil__26.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/dstr_evstr.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/dstr_evstr_empty_end.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/dstr_lex_state.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/dstr_str.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/dsym_esc_to_sym.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/dsym_to_sym.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/eq_begin_line_numbers.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/evstr_evstr.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/evstr_str.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/expr_not_bang.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/f_kw.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/f_kw__required.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/flip2_env_lvar.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/float_with_if_modifier.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc__backslash_dos_format.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_backslash_nl.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_bad_hex_escape.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_bad_oct_escape.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_comma_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_lineno.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_nested.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_squiggly.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_squiggly_blank_lines.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_squiggly_empty.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_squiggly_interp.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_squiggly_no_indent.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_squiggly_tabs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_squiggly_tabs_extra.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_squiggly_visually_blank_lines.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_trailing_slash_continued_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_unicode.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_with_carriage_return_escapes.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_with_carriage_return_escapes_windows.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_returns.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_with_extra_carriage_returns_windows.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_with_not_global_interpolation.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_with_only_carriage_returns.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/heredoc_with_only_carriage_returns_windows.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/if_elsif.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/if_symbol.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/in_expr_no_case.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/index_0.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/index_0_opasgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/integer_with_if_modifier.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/interpolated_symbol_array_line_breaks.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/interpolated_word_array_line_breaks.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_1.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_10_1.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_10_2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_11_1.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_11_2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_2__19.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_3.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_4.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_5.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_6.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_7_1.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_7_2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_8_1.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_8_2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_9_1.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_args_9_2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_kwarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/iter_kwarg_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/label_vs_string.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/lambda_do_vs_brace.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/lasgn_arg_rescue_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/lasgn_call_bracket_rescue_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/lasgn_call_nobracket_rescue_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/lasgn_command.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/lasgn_env.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/lasgn_ivar_env.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/lasgn_lasgn_command_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/lasgn_middle_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/magic_encoding_comment.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_anon_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_arg_colon_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_arg_ident.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_arg_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_colon2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_colon3.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_command_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_double_paren.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_lhs_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_paren.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_splat_arg_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_star.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/masgn_var_star_var.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/messy_op_asgn_lineno.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/method_call_assoc_trailing_comma.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/method_call_trailing_comma.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/mlhs_back_anonsplat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/mlhs_back_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/mlhs_front_anonsplat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/mlhs_front_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/mlhs_keyword.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/mlhs_mid_anonsplat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/mlhs_mid_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/mlhs_rescue.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/module_comments.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/multiline_hash_declaration.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/non_interpolated_symbol_array_line_breaks.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/non_interpolated_word_array_line_breaks.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/op_asgn_command_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/op_asgn_dot_ident_command_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/op_asgn_index_command_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/op_asgn_primary_colon_const_command_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/op_asgn_primary_colon_identifier1.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/op_asgn_primary_colon_identifier_command_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/op_asgn_val_dot_ident_command_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_def_special_name.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_if_not_canonical.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_if_not_noncanonical.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_block_inline_comment.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_block_inline_comment_leading_newlines.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_block_inline_multiline_comment.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_call_ivar_line_break_paren.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_call_no_args.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_defn_complex.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_defn_no_parens.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_defn_no_parens_args.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_dot2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_dot2_open.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_dot3.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_dot3_open.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_dstr_escaped_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_dstr_soft_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_evstr_after_break.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_hash_lit.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_heredoc.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_heredoc_evstr.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_heredoc_hardnewline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_heredoc_regexp_chars.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_iter_call_no_parens.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_iter_call_parens.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_multiline_str.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_multiline_str_literal_n.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_newlines.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_op_asgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_postexe.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_preexe.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_rescue.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_return.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_str_with_newline_escape.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_to_ary.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_line_trailing_newlines.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_opt_call_args_assocs_comma.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_opt_call_args_lit_comma.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_pattern_019.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_pattern_044.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_pattern_051.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_pattern_058.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_pattern_058_2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_pattern_069.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_pattern_076.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_until_not_canonical.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_until_not_noncanonical.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_while_not_canonical.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/parse_while_not_noncanonical.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/pctW_lineno.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/pct_Q_backslash_nl.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/pct_nl.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/pct_w_heredoc_interp_nested.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/pipe_semicolon.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/pipe_space.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/qWords_space.txt rename to test/prism/fixtures/seattlerb/qWords_space.txt diff --git a/test/yarp/fixtures/seattlerb/qsymbols.txt b/test/prism/fixtures/seattlerb/qsymbols.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/qsymbols.txt rename to test/prism/fixtures/seattlerb/qsymbols.txt diff --git a/test/yarp/fixtures/seattlerb/qsymbols_empty.txt b/test/prism/fixtures/seattlerb/qsymbols_empty.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/qsymbols_empty.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/qsymbols_empty_space.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/qsymbols_interp.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/quoted_symbol_hash_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/quoted_symbol_keys.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/qw_escape.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/qw_escape_term.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/qwords_empty.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/read_escape_unicode_curlies.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/read_escape_unicode_h4.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/regexp.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/regexp_esc_C_slash.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/regexp_esc_u.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/regexp_escape_extended.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/regexp_unicode_curlies.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/required_kwarg_no_value.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/rescue_do_end_ensure_result.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/rescue_do_end_no_raise.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/rescue_do_end_raised.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/rescue_do_end_rescued.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/rescue_in_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/rescue_parens.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/return_call_assocs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/rhs_asgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/ruby21_numbers.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/safe_attrasgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/safe_attrasgn_constant.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/safe_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/safe_call_after_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/safe_call_dot_parens.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/safe_call_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/safe_call_operator.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/safe_call_rhs_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/safe_calls.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/safe_op_asgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/safe_op_asgn2.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/slashy_newlines_within_string.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/stabby_arg_no_paren.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/stabby_block_iter_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/stabby_block_iter_call_no_target_with_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/stabby_block_kw.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/stabby_block_kw__required.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/stabby_proc_scope.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_backslashes.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_double_double_escaped_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_double_escaped_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_double_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_evstr.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_evstr_escape.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_heredoc_interp.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_interp_ternary_or_label.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_lit_concat_bad_encodings.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_newline_hash_line_number.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_pct_Q_nested.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_pct_nested_nested.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_pct_q.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_single_double_escaped_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_single_escaped_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_single_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_str.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/str_str_str.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/super_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/symbol_empty.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/symbol_list.txt rename to test/prism/fixtures/seattlerb/symbol_list.txt diff --git a/test/yarp/fixtures/seattlerb/symbols.txt b/test/prism/fixtures/seattlerb/symbols.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/symbols.txt rename to test/prism/fixtures/seattlerb/symbols.txt diff --git a/test/yarp/fixtures/seattlerb/symbols_empty.txt b/test/prism/fixtures/seattlerb/symbols_empty.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/symbols_empty.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/symbols_empty_space.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/symbols_interp.txt rename to test/prism/fixtures/seattlerb/symbols_interp.txt diff --git a/test/yarp/fixtures/seattlerb/thingy.txt b/test/prism/fixtures/seattlerb/thingy.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/thingy.txt rename to test/prism/fixtures/seattlerb/thingy.txt diff --git a/test/yarp/fixtures/seattlerb/uminus_float.txt b/test/prism/fixtures/seattlerb/uminus_float.txt similarity index 100% rename from test/yarp/fixtures/seattlerb/uminus_float.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/unary_minus.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/unary_plus.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/unary_plus_on_literal.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/unary_tilde.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/utf8_bom.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/when_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/words_interp.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/yield_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/yield_call_assocs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/seattlerb/yield_empty_parens.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/single_quote_heredocs.txt rename to test/prism/fixtures/single_quote_heredocs.txt diff --git a/test/yarp/fixtures/spanning_heredoc.txt b/test/prism/fixtures/spanning_heredoc.txt similarity index 100% rename from test/yarp/fixtures/spanning_heredoc.txt rename to test/prism/fixtures/spanning_heredoc.txt diff --git a/test/yarp/fixtures/strings.txt b/test/prism/fixtures/strings.txt similarity index 100% rename from test/yarp/fixtures/strings.txt rename to test/prism/fixtures/strings.txt diff --git a/test/yarp/fixtures/super.txt b/test/prism/fixtures/super.txt similarity index 100% rename from test/yarp/fixtures/super.txt rename to test/prism/fixtures/super.txt diff --git a/test/yarp/fixtures/symbols.txt b/test/prism/fixtures/symbols.txt similarity index 100% rename from test/yarp/fixtures/symbols.txt rename to test/prism/fixtures/symbols.txt diff --git a/test/yarp/fixtures/ternary_operator.txt b/test/prism/fixtures/ternary_operator.txt similarity index 100% rename from test/yarp/fixtures/ternary_operator.txt rename to test/prism/fixtures/ternary_operator.txt diff --git a/test/yarp/fixtures/tilde_heredocs.txt b/test/prism/fixtures/tilde_heredocs.txt similarity index 100% rename from test/yarp/fixtures/tilde_heredocs.txt rename to test/prism/fixtures/tilde_heredocs.txt diff --git a/test/yarp/fixtures/undef.txt b/test/prism/fixtures/undef.txt similarity index 100% rename from test/yarp/fixtures/undef.txt rename to test/prism/fixtures/undef.txt diff --git a/test/yarp/fixtures/unescaping.txt b/test/prism/fixtures/unescaping.txt similarity index 100% rename from test/yarp/fixtures/unescaping.txt rename to test/prism/fixtures/unescaping.txt diff --git a/test/yarp/fixtures/unless.txt b/test/prism/fixtures/unless.txt similarity index 100% rename from test/yarp/fixtures/unless.txt rename to test/prism/fixtures/unless.txt diff --git a/test/yarp/fixtures/unparser/LICENSE b/test/prism/fixtures/unparser/LICENSE similarity index 100% rename from test/yarp/fixtures/unparser/LICENSE rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/alias.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/assignment.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/case.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/class.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/control.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/def.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/defined.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/defs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/dstr.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/empty.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/empty_begin.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/flipflop.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/for.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/hookexe.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/if.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/kwbegin.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/lambda.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/literal.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/module.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/opasgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/pattern.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/pragma.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/range.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/rescue.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/send.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/since/27.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/since/30.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/since/31.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/since/32.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/singletons.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/super.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/unary.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/undef.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/variables.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/while.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/literal/yield.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/semantic/and.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/semantic/block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/semantic/def.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/semantic/dstr.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/semantic/kwbegin.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/semantic/literal.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/semantic/send.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/semantic/undef.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/unparser/corpus/semantic/while.txt rename to test/prism/fixtures/unparser/corpus/semantic/while.txt diff --git a/test/yarp/fixtures/until.txt b/test/prism/fixtures/until.txt similarity index 100% rename from test/yarp/fixtures/until.txt rename to test/prism/fixtures/until.txt diff --git a/test/yarp/fixtures/variables.txt b/test/prism/fixtures/variables.txt similarity index 100% rename from test/yarp/fixtures/variables.txt rename to test/prism/fixtures/variables.txt diff --git a/test/yarp/fixtures/while.txt b/test/prism/fixtures/while.txt similarity index 100% rename from test/yarp/fixtures/while.txt rename to test/prism/fixtures/while.txt diff --git a/test/yarp/fixtures/whitequark/LICENSE b/test/prism/fixtures/whitequark/LICENSE similarity index 100% rename from test/yarp/fixtures/whitequark/LICENSE rename to test/prism/fixtures/whitequark/LICENSE diff --git a/test/yarp/fixtures/whitequark/__ENCODING__.txt b/test/prism/fixtures/whitequark/__ENCODING__.txt similarity index 100% rename from test/yarp/fixtures/whitequark/__ENCODING__.txt rename to test/prism/fixtures/whitequark/__ENCODING__.txt diff --git a/test/yarp/fixtures/whitequark/__ENCODING___legacy_.txt b/test/prism/fixtures/whitequark/__ENCODING___legacy_.txt similarity index 100% rename from test/yarp/fixtures/whitequark/__ENCODING___legacy_.txt rename to test/prism/fixtures/whitequark/__ENCODING___legacy_.txt diff --git a/test/yarp/fixtures/whitequark/alias.txt b/test/prism/fixtures/whitequark/alias.txt similarity index 100% rename from test/yarp/fixtures/whitequark/alias.txt rename to test/prism/fixtures/whitequark/alias.txt diff --git a/test/yarp/fixtures/whitequark/alias_gvar.txt b/test/prism/fixtures/whitequark/alias_gvar.txt similarity index 100% rename from test/yarp/fixtures/whitequark/alias_gvar.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ambiuous_quoted_label_in_ternary_operator.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/and.txt rename to test/prism/fixtures/whitequark/and.txt diff --git a/test/yarp/fixtures/whitequark/and_asgn.txt b/test/prism/fixtures/whitequark/and_asgn.txt similarity index 100% rename from test/yarp/fixtures/whitequark/and_asgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/and_or_masgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/anonymous_blockarg.txt rename to test/prism/fixtures/whitequark/anonymous_blockarg.txt diff --git a/test/yarp/fixtures/whitequark/arg.txt b/test/prism/fixtures/whitequark/arg.txt similarity index 100% rename from test/yarp/fixtures/whitequark/arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/arg_duplicate_ignored.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/arg_label.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/arg_scope.txt rename to test/prism/fixtures/whitequark/arg_scope.txt diff --git a/test/yarp/fixtures/whitequark/args.txt b/test/prism/fixtures/whitequark/args.txt similarity index 100% rename from test/yarp/fixtures/whitequark/args.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/args_args_assocs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/args_args_assocs_comma.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/args_args_comma.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/args_args_star.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/args_assocs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/args_assocs_comma.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/args_assocs_legacy.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/args_block_pass.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/args_cmd.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/args_star.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/array_assocs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/array_plain.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/array_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/array_symbols.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/array_symbols_empty.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/array_symbols_interp.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/array_words.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/array_words_empty.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/array_words_interp.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/asgn_cmd.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/asgn_mrhs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/back_ref.txt rename to test/prism/fixtures/whitequark/back_ref.txt diff --git a/test/yarp/fixtures/whitequark/bang.txt b/test/prism/fixtures/whitequark/bang.txt similarity index 100% rename from test/yarp/fixtures/whitequark/bang.txt rename to test/prism/fixtures/whitequark/bang.txt diff --git a/test/yarp/fixtures/whitequark/bang_cmd.txt b/test/prism/fixtures/whitequark/bang_cmd.txt similarity index 100% rename from test/yarp/fixtures/whitequark/bang_cmd.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/begin_cmdarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/beginless_erange_after_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/beginless_irange_after_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/beginless_range.txt rename to test/prism/fixtures/whitequark/beginless_range.txt diff --git a/test/yarp/fixtures/whitequark/blockarg.txt b/test/prism/fixtures/whitequark/blockarg.txt similarity index 100% rename from test/yarp/fixtures/whitequark/blockarg.txt rename to test/prism/fixtures/whitequark/blockarg.txt diff --git a/test/yarp/fixtures/whitequark/blockargs.txt b/test/prism/fixtures/whitequark/blockargs.txt similarity index 100% rename from test/yarp/fixtures/whitequark/blockargs.txt rename to test/prism/fixtures/whitequark/blockargs.txt diff --git a/test/yarp/fixtures/whitequark/break.txt b/test/prism/fixtures/whitequark/break.txt similarity index 100% rename from test/yarp/fixtures/whitequark/break.txt rename to test/prism/fixtures/whitequark/break.txt diff --git a/test/yarp/fixtures/whitequark/break_block.txt b/test/prism/fixtures/whitequark/break_block.txt similarity index 100% rename from test/yarp/fixtures/whitequark/break_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_435.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_447.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_452.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_466.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_473.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_480.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_481.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_ascii_8bit_in_literal.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_cmd_string_lookahead.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_cmdarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_def_no_paren_eql_begin.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_do_block_in_call_args.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_do_block_in_cmdarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_do_block_in_hash_brace.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_heredoc_do.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_interp_single.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_lambda_leakage.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_regex_verification.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_rescue_empty_else.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/bug_while_not_parens_do.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/case_cond.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/case_cond_else.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/case_expr.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/case_expr_else.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/casgn_scoped.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/casgn_toplevel.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/casgn_unscoped.txt rename to test/prism/fixtures/whitequark/casgn_unscoped.txt diff --git a/test/yarp/fixtures/whitequark/character.txt b/test/prism/fixtures/whitequark/character.txt similarity index 100% rename from test/yarp/fixtures/whitequark/character.txt rename to test/prism/fixtures/whitequark/character.txt diff --git a/test/yarp/fixtures/whitequark/class.txt b/test/prism/fixtures/whitequark/class.txt similarity index 100% rename from test/yarp/fixtures/whitequark/class.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/class_definition_in_while_cond.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/class_super.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/class_super_label.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/comments_before_leading_dot__27.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/complex.txt rename to test/prism/fixtures/whitequark/complex.txt diff --git a/test/yarp/fixtures/whitequark/cond_begin.txt b/test/prism/fixtures/whitequark/cond_begin.txt similarity index 100% rename from test/yarp/fixtures/whitequark/cond_begin.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/cond_begin_masgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/cond_eflipflop.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/cond_iflipflop.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/cond_match_current_line.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/const_op_asgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/const_scoped.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/const_toplevel.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/const_unscoped.txt rename to test/prism/fixtures/whitequark/const_unscoped.txt diff --git a/test/yarp/fixtures/whitequark/cpath.txt b/test/prism/fixtures/whitequark/cpath.txt similarity index 100% rename from test/yarp/fixtures/whitequark/cpath.txt rename to test/prism/fixtures/whitequark/cpath.txt diff --git a/test/yarp/fixtures/whitequark/cvar.txt b/test/prism/fixtures/whitequark/cvar.txt similarity index 100% rename from test/yarp/fixtures/whitequark/cvar.txt rename to test/prism/fixtures/whitequark/cvar.txt diff --git a/test/yarp/fixtures/whitequark/cvasgn.txt b/test/prism/fixtures/whitequark/cvasgn.txt similarity index 100% rename from test/yarp/fixtures/whitequark/cvasgn.txt rename to test/prism/fixtures/whitequark/cvasgn.txt diff --git a/test/yarp/fixtures/whitequark/dedenting_heredoc.txt b/test/prism/fixtures/whitequark/dedenting_heredoc.txt similarity index 100% rename from test/yarp/fixtures/whitequark/dedenting_heredoc.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/def.txt rename to test/prism/fixtures/whitequark/def.txt diff --git a/test/yarp/fixtures/whitequark/defined.txt b/test/prism/fixtures/whitequark/defined.txt similarity index 100% rename from test/yarp/fixtures/whitequark/defined.txt rename to test/prism/fixtures/whitequark/defined.txt diff --git a/test/yarp/fixtures/whitequark/defs.txt b/test/prism/fixtures/whitequark/defs.txt similarity index 100% rename from test/yarp/fixtures/whitequark/defs.txt rename to test/prism/fixtures/whitequark/defs.txt diff --git a/test/yarp/fixtures/whitequark/empty_stmt.txt b/test/prism/fixtures/whitequark/empty_stmt.txt similarity index 100% rename from test/yarp/fixtures/whitequark/empty_stmt.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/endless_comparison_method.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/endless_method.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/endless_method_command_syntax.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/endless_method_forwarded_args_legacy.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/endless_method_with_rescue_mod.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/endless_method_without_args.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ensure.txt rename to test/prism/fixtures/whitequark/ensure.txt diff --git a/test/yarp/fixtures/whitequark/ensure_empty.txt b/test/prism/fixtures/whitequark/ensure_empty.txt similarity index 100% rename from test/yarp/fixtures/whitequark/ensure_empty.txt rename to test/prism/fixtures/whitequark/ensure_empty.txt diff --git a/test/yarp/fixtures/whitequark/false.txt b/test/prism/fixtures/whitequark/false.txt similarity index 100% rename from test/yarp/fixtures/whitequark/false.txt rename to test/prism/fixtures/whitequark/false.txt diff --git a/test/yarp/fixtures/whitequark/float.txt b/test/prism/fixtures/whitequark/float.txt similarity index 100% rename from test/yarp/fixtures/whitequark/float.txt rename to test/prism/fixtures/whitequark/float.txt diff --git a/test/yarp/fixtures/whitequark/for.txt b/test/prism/fixtures/whitequark/for.txt similarity index 100% rename from test/yarp/fixtures/whitequark/for.txt rename to test/prism/fixtures/whitequark/for.txt diff --git a/test/yarp/fixtures/whitequark/for_mlhs.txt b/test/prism/fixtures/whitequark/for_mlhs.txt similarity index 100% rename from test/yarp/fixtures/whitequark/for_mlhs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/forward_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/forward_arg_with_open_args.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/forward_args_legacy.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/forwarded_argument_with_kwrestarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/forwarded_argument_with_restarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/forwarded_kwrestarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/forwarded_restarg.txt rename to test/prism/fixtures/whitequark/forwarded_restarg.txt diff --git a/test/yarp/fixtures/whitequark/gvar.txt b/test/prism/fixtures/whitequark/gvar.txt similarity index 100% rename from test/yarp/fixtures/whitequark/gvar.txt rename to test/prism/fixtures/whitequark/gvar.txt diff --git a/test/yarp/fixtures/whitequark/gvasgn.txt b/test/prism/fixtures/whitequark/gvasgn.txt similarity index 100% rename from test/yarp/fixtures/whitequark/gvasgn.txt rename to test/prism/fixtures/whitequark/gvasgn.txt diff --git a/test/yarp/fixtures/whitequark/hash_empty.txt b/test/prism/fixtures/whitequark/hash_empty.txt similarity index 100% rename from test/yarp/fixtures/whitequark/hash_empty.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/hash_hashrocket.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/hash_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/hash_label.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/hash_label_end.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/hash_pair_value_omission.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/heredoc.txt rename to test/prism/fixtures/whitequark/heredoc.txt diff --git a/test/yarp/fixtures/whitequark/if.txt b/test/prism/fixtures/whitequark/if.txt similarity index 100% rename from test/yarp/fixtures/whitequark/if.txt rename to test/prism/fixtures/whitequark/if.txt diff --git a/test/yarp/fixtures/whitequark/if_else.txt b/test/prism/fixtures/whitequark/if_else.txt similarity index 100% rename from test/yarp/fixtures/whitequark/if_else.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/if_elsif.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/if_masgn__24.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/if_mod.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/if_nl_then.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/if_while_after_class__since_32.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/int.txt rename to test/prism/fixtures/whitequark/int.txt diff --git a/test/yarp/fixtures/whitequark/int___LINE__.txt b/test/prism/fixtures/whitequark/int___LINE__.txt similarity index 100% rename from test/yarp/fixtures/whitequark/int___LINE__.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/interp_digit_var.txt rename to test/prism/fixtures/whitequark/interp_digit_var.txt diff --git a/test/yarp/fixtures/whitequark/ivar.txt b/test/prism/fixtures/whitequark/ivar.txt similarity index 100% rename from test/yarp/fixtures/whitequark/ivar.txt rename to test/prism/fixtures/whitequark/ivar.txt diff --git a/test/yarp/fixtures/whitequark/ivasgn.txt b/test/prism/fixtures/whitequark/ivasgn.txt similarity index 100% rename from test/yarp/fixtures/whitequark/ivasgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/keyword_argument_omission.txt rename to test/prism/fixtures/whitequark/keyword_argument_omission.txt diff --git a/test/yarp/fixtures/whitequark/kwarg.txt b/test/prism/fixtures/whitequark/kwarg.txt similarity index 100% rename from test/yarp/fixtures/whitequark/kwarg.txt rename to test/prism/fixtures/whitequark/kwarg.txt diff --git a/test/yarp/fixtures/whitequark/kwbegin_compstmt.txt b/test/prism/fixtures/whitequark/kwbegin_compstmt.txt similarity index 100% rename from test/yarp/fixtures/whitequark/kwbegin_compstmt.txt rename to test/prism/fixtures/whitequark/kwbegin_compstmt.txt diff --git a/test/yarp/fixtures/whitequark/kwnilarg.txt b/test/prism/fixtures/whitequark/kwnilarg.txt similarity index 100% rename from test/yarp/fixtures/whitequark/kwnilarg.txt rename to test/prism/fixtures/whitequark/kwnilarg.txt diff --git a/test/yarp/fixtures/whitequark/kwoptarg.txt b/test/prism/fixtures/whitequark/kwoptarg.txt similarity index 100% rename from test/yarp/fixtures/whitequark/kwoptarg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/kwrestarg_named.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/kwrestarg_unnamed.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/lbrace_arg_after_command_args.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/lparenarg_after_lvar__since_25.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/lvar.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/lvar_injecting_match.txt rename to test/prism/fixtures/whitequark/lvar_injecting_match.txt diff --git a/test/yarp/fixtures/whitequark/lvasgn.txt b/test/prism/fixtures/whitequark/lvasgn.txt similarity index 100% rename from test/yarp/fixtures/whitequark/lvasgn.txt rename to test/prism/fixtures/whitequark/lvasgn.txt diff --git a/test/yarp/fixtures/whitequark/masgn.txt b/test/prism/fixtures/whitequark/masgn.txt similarity index 100% rename from test/yarp/fixtures/whitequark/masgn.txt rename to test/prism/fixtures/whitequark/masgn.txt diff --git a/test/yarp/fixtures/whitequark/masgn_attr.txt b/test/prism/fixtures/whitequark/masgn_attr.txt similarity index 100% rename from test/yarp/fixtures/whitequark/masgn_attr.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/masgn_cmd.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/masgn_const.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/masgn_nested.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/masgn_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/method_definition_in_while_cond.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/module.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/multiple_pattern_matches.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/newline_in_hash_argument.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/next.txt rename to test/prism/fixtures/whitequark/next.txt diff --git a/test/yarp/fixtures/whitequark/next_block.txt b/test/prism/fixtures/whitequark/next_block.txt similarity index 100% rename from test/yarp/fixtures/whitequark/next_block.txt rename to test/prism/fixtures/whitequark/next_block.txt diff --git a/test/yarp/fixtures/whitequark/nil.txt b/test/prism/fixtures/whitequark/nil.txt similarity index 100% rename from test/yarp/fixtures/whitequark/nil.txt rename to test/prism/fixtures/whitequark/nil.txt diff --git a/test/yarp/fixtures/whitequark/nil_expression.txt b/test/prism/fixtures/whitequark/nil_expression.txt similarity index 100% rename from test/yarp/fixtures/whitequark/nil_expression.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/non_lvar_injecting_match.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/not.txt rename to test/prism/fixtures/whitequark/not.txt diff --git a/test/yarp/fixtures/whitequark/not_cmd.txt b/test/prism/fixtures/whitequark/not_cmd.txt similarity index 100% rename from test/yarp/fixtures/whitequark/not_cmd.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/not_masgn__24.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/nth_ref.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/numbered_args_after_27.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/numparam_outside_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/op_asgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/op_asgn_cmd.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/op_asgn_index.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/op_asgn_index_cmd.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/optarg.txt rename to test/prism/fixtures/whitequark/optarg.txt diff --git a/test/yarp/fixtures/whitequark/or.txt b/test/prism/fixtures/whitequark/or.txt similarity index 100% rename from test/yarp/fixtures/whitequark/or.txt rename to test/prism/fixtures/whitequark/or.txt diff --git a/test/yarp/fixtures/whitequark/or_asgn.txt b/test/prism/fixtures/whitequark/or_asgn.txt similarity index 100% rename from test/yarp/fixtures/whitequark/or_asgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/parser_bug_272.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/parser_bug_490.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/parser_bug_507.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/parser_bug_518.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/parser_bug_525.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/parser_bug_604.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/parser_bug_640.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/parser_bug_645.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/parser_bug_830.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/parser_slash_slash_n_escaping_in_literals.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/pattern_matching__FILE__LINE_literals.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/pattern_matching_blank_else.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/pattern_matching_else.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/pattern_matching_single_line.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/postexe.txt rename to test/prism/fixtures/whitequark/postexe.txt diff --git a/test/yarp/fixtures/whitequark/preexe.txt b/test/prism/fixtures/whitequark/preexe.txt similarity index 100% rename from test/yarp/fixtures/whitequark/preexe.txt rename to test/prism/fixtures/whitequark/preexe.txt diff --git a/test/yarp/fixtures/whitequark/procarg0.txt b/test/prism/fixtures/whitequark/procarg0.txt similarity index 100% rename from test/yarp/fixtures/whitequark/procarg0.txt rename to test/prism/fixtures/whitequark/procarg0.txt diff --git a/test/yarp/fixtures/whitequark/range_exclusive.txt b/test/prism/fixtures/whitequark/range_exclusive.txt similarity index 100% rename from test/yarp/fixtures/whitequark/range_exclusive.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/range_inclusive.txt rename to test/prism/fixtures/whitequark/range_inclusive.txt diff --git a/test/yarp/fixtures/whitequark/rational.txt b/test/prism/fixtures/whitequark/rational.txt similarity index 100% rename from test/yarp/fixtures/whitequark/rational.txt rename to test/prism/fixtures/whitequark/rational.txt diff --git a/test/yarp/fixtures/whitequark/redo.txt b/test/prism/fixtures/whitequark/redo.txt similarity index 100% rename from test/yarp/fixtures/whitequark/redo.txt rename to test/prism/fixtures/whitequark/redo.txt diff --git a/test/yarp/fixtures/whitequark/regex_interp.txt b/test/prism/fixtures/whitequark/regex_interp.txt similarity index 100% rename from test/yarp/fixtures/whitequark/regex_interp.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/regex_plain.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/resbody_list.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/resbody_list_mrhs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/resbody_list_var.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/resbody_var.txt rename to test/prism/fixtures/whitequark/resbody_var.txt diff --git a/test/yarp/fixtures/whitequark/rescue.txt b/test/prism/fixtures/whitequark/rescue.txt similarity index 100% rename from test/yarp/fixtures/whitequark/rescue.txt rename to test/prism/fixtures/whitequark/rescue.txt diff --git a/test/yarp/fixtures/whitequark/rescue_else.txt b/test/prism/fixtures/whitequark/rescue_else.txt similarity index 100% rename from test/yarp/fixtures/whitequark/rescue_else.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/rescue_else_ensure.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/rescue_ensure.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/rescue_in_lambda_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/rescue_mod.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/rescue_mod_asgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/rescue_mod_masgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/rescue_mod_op_assign.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/rescue_without_begin_end.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/restarg_named.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/restarg_unnamed.txt rename to test/prism/fixtures/whitequark/restarg_unnamed.txt diff --git a/test/yarp/fixtures/whitequark/retry.txt b/test/prism/fixtures/whitequark/retry.txt similarity index 100% rename from test/yarp/fixtures/whitequark/retry.txt rename to test/prism/fixtures/whitequark/retry.txt diff --git a/test/yarp/fixtures/whitequark/return.txt b/test/prism/fixtures/whitequark/return.txt similarity index 100% rename from test/yarp/fixtures/whitequark/return.txt rename to test/prism/fixtures/whitequark/return.txt diff --git a/test/yarp/fixtures/whitequark/return_block.txt b/test/prism/fixtures/whitequark/return_block.txt similarity index 100% rename from test/yarp/fixtures/whitequark/return_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_10279.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_10653.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_11107.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_11380.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_11873.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_11873_a.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_11873_b.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_11989.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_11990.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_12073.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_12402.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_12669.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_12686.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_13547.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_14690.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_15789.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ruby_bug_9669.txt rename to test/prism/fixtures/whitequark/ruby_bug_9669.txt diff --git a/test/yarp/fixtures/whitequark/sclass.txt b/test/prism/fixtures/whitequark/sclass.txt similarity index 100% rename from test/yarp/fixtures/whitequark/sclass.txt rename to test/prism/fixtures/whitequark/sclass.txt diff --git a/test/yarp/fixtures/whitequark/self.txt b/test/prism/fixtures/whitequark/self.txt similarity index 100% rename from test/yarp/fixtures/whitequark/self.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_attr_asgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_attr_asgn_conditional.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_binary_op.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_block_chain_cmd.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_block_conditional.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_conditional.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_index.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_index_asgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_index_asgn_legacy.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_index_cmd.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_index_legacy.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_lambda.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_lambda_args.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_lambda_args_noparen.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_lambda_args_shadow.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_lambda_legacy.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_op_asgn_conditional.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_plain.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_plain_cmd.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_self.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_self_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/send_unary_op.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/slash_newline_in_heredocs.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/space_args_arg.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/space_args_arg_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/space_args_arg_call.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/space_args_arg_newline.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/space_args_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/space_args_cmd.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/string___FILE__.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/string_concat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/string_dvar.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/string_interp.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/string_plain.txt rename to test/prism/fixtures/whitequark/string_plain.txt diff --git a/test/yarp/fixtures/whitequark/super.txt b/test/prism/fixtures/whitequark/super.txt similarity index 100% rename from test/yarp/fixtures/whitequark/super.txt rename to test/prism/fixtures/whitequark/super.txt diff --git a/test/yarp/fixtures/whitequark/super_block.txt b/test/prism/fixtures/whitequark/super_block.txt similarity index 100% rename from test/yarp/fixtures/whitequark/super_block.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/symbol_interp.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/symbol_plain.txt rename to test/prism/fixtures/whitequark/symbol_plain.txt diff --git a/test/yarp/fixtures/whitequark/ternary.txt b/test/prism/fixtures/whitequark/ternary.txt similarity index 100% rename from test/yarp/fixtures/whitequark/ternary.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/ternary_ambiguous_symbol.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/trailing_forward_arg.txt rename to test/prism/fixtures/whitequark/trailing_forward_arg.txt diff --git a/test/yarp/fixtures/whitequark/true.txt b/test/prism/fixtures/whitequark/true.txt similarity index 100% rename from test/yarp/fixtures/whitequark/true.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/unary_num_pow_precedence.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/undef.txt rename to test/prism/fixtures/whitequark/undef.txt diff --git a/test/yarp/fixtures/whitequark/unless.txt b/test/prism/fixtures/whitequark/unless.txt similarity index 100% rename from test/yarp/fixtures/whitequark/unless.txt rename to test/prism/fixtures/whitequark/unless.txt diff --git a/test/yarp/fixtures/whitequark/unless_else.txt b/test/prism/fixtures/whitequark/unless_else.txt similarity index 100% rename from test/yarp/fixtures/whitequark/unless_else.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/unless_mod.txt rename to test/prism/fixtures/whitequark/unless_mod.txt diff --git a/test/yarp/fixtures/whitequark/until.txt b/test/prism/fixtures/whitequark/until.txt similarity index 100% rename from test/yarp/fixtures/whitequark/until.txt rename to test/prism/fixtures/whitequark/until.txt diff --git a/test/yarp/fixtures/whitequark/until_mod.txt b/test/prism/fixtures/whitequark/until_mod.txt similarity index 100% rename from test/yarp/fixtures/whitequark/until_mod.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/until_post.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/var_and_asgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/var_op_asgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/var_op_asgn_cmd.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/var_or_asgn.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/when_multi.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/when_splat.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/when_then.txt rename to test/prism/fixtures/whitequark/when_then.txt diff --git a/test/yarp/fixtures/whitequark/while.txt b/test/prism/fixtures/whitequark/while.txt similarity index 100% rename from test/yarp/fixtures/whitequark/while.txt rename to test/prism/fixtures/whitequark/while.txt diff --git a/test/yarp/fixtures/whitequark/while_mod.txt b/test/prism/fixtures/whitequark/while_mod.txt similarity index 100% rename from test/yarp/fixtures/whitequark/while_mod.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/while_post.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/xstring_interp.txt rename to 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 similarity index 100% rename from test/yarp/fixtures/whitequark/xstring_plain.txt rename to test/prism/fixtures/whitequark/xstring_plain.txt diff --git a/test/yarp/fixtures/whitequark/yield.txt b/test/prism/fixtures/whitequark/yield.txt similarity index 100% rename from test/yarp/fixtures/whitequark/yield.txt rename to test/prism/fixtures/whitequark/yield.txt diff --git a/test/yarp/fixtures/whitequark/zsuper.txt b/test/prism/fixtures/whitequark/zsuper.txt similarity index 100% rename from test/yarp/fixtures/whitequark/zsuper.txt rename to test/prism/fixtures/whitequark/zsuper.txt diff --git a/test/yarp/fixtures/xstring.txt b/test/prism/fixtures/xstring.txt similarity index 100% rename from test/yarp/fixtures/xstring.txt rename to test/prism/fixtures/xstring.txt diff --git a/test/yarp/fixtures/yield.txt b/test/prism/fixtures/yield.txt similarity index 100% rename from test/yarp/fixtures/yield.txt rename to test/prism/fixtures/yield.txt diff --git a/test/yarp/fuzzer_test.rb b/test/prism/fuzzer_test.rb similarity index 100% rename from test/yarp/fuzzer_test.rb rename to test/prism/fuzzer_test.rb diff --git a/test/yarp/heredoc_dedent_test.rb b/test/prism/heredoc_dedent_test.rb similarity index 100% rename from test/yarp/heredoc_dedent_test.rb rename to test/prism/heredoc_dedent_test.rb diff --git a/test/yarp/iseq_test.rb b/test/prism/iseq_test.rb similarity index 100% rename from test/yarp/iseq_test.rb rename to test/prism/iseq_test.rb diff --git a/test/yarp/library_symbols_test.rb b/test/prism/library_symbols_test.rb similarity index 100% rename from test/yarp/library_symbols_test.rb rename to test/prism/library_symbols_test.rb diff --git a/test/yarp/locals_test.rb b/test/prism/locals_test.rb similarity index 100% rename from test/yarp/locals_test.rb rename to test/prism/locals_test.rb diff --git a/test/yarp/location_test.rb b/test/prism/location_test.rb similarity index 100% rename from test/yarp/location_test.rb rename to test/prism/location_test.rb diff --git a/test/yarp/memsize_test.rb b/test/prism/memsize_test.rb similarity index 100% rename from test/yarp/memsize_test.rb rename to test/prism/memsize_test.rb diff --git a/test/yarp/newline_test.rb b/test/prism/newline_test.rb similarity index 100% rename from test/yarp/newline_test.rb rename to test/prism/newline_test.rb diff --git a/test/yarp/parse_serialize_test.rb b/test/prism/parse_serialize_test.rb similarity index 100% rename from test/yarp/parse_serialize_test.rb rename to test/prism/parse_serialize_test.rb diff --git a/test/yarp/parse_test.rb b/test/prism/parse_test.rb similarity index 100% rename from test/yarp/parse_test.rb rename to test/prism/parse_test.rb diff --git a/test/yarp/pattern_test.rb b/test/prism/pattern_test.rb similarity index 100% rename from test/yarp/pattern_test.rb rename to test/prism/pattern_test.rb diff --git a/test/yarp/regexp_test.rb b/test/prism/regexp_test.rb similarity index 100% rename from test/yarp/regexp_test.rb rename to test/prism/regexp_test.rb diff --git a/test/yarp/ripper_compat_test.rb b/test/prism/ripper_compat_test.rb similarity index 100% rename from test/yarp/ripper_compat_test.rb rename to test/prism/ripper_compat_test.rb diff --git a/test/yarp/ruby_api_test.rb b/test/prism/ruby_api_test.rb similarity index 100% rename from test/yarp/ruby_api_test.rb rename to test/prism/ruby_api_test.rb diff --git a/test/yarp/snapshots/alias.txt b/test/prism/snapshots/alias.txt similarity index 100% rename from test/yarp/snapshots/alias.txt rename to test/prism/snapshots/alias.txt diff --git a/test/yarp/snapshots/arithmetic.txt b/test/prism/snapshots/arithmetic.txt similarity index 100% rename from test/yarp/snapshots/arithmetic.txt rename to test/prism/snapshots/arithmetic.txt diff --git a/test/yarp/snapshots/arrays.txt b/test/prism/snapshots/arrays.txt similarity index 100% rename from test/yarp/snapshots/arrays.txt rename to test/prism/snapshots/arrays.txt diff --git a/test/yarp/snapshots/begin_ensure.txt b/test/prism/snapshots/begin_ensure.txt similarity index 100% rename from test/yarp/snapshots/begin_ensure.txt rename to test/prism/snapshots/begin_ensure.txt diff --git a/test/yarp/snapshots/begin_rescue.txt b/test/prism/snapshots/begin_rescue.txt similarity index 100% rename from test/yarp/snapshots/begin_rescue.txt rename to test/prism/snapshots/begin_rescue.txt diff --git a/test/yarp/snapshots/blocks.txt b/test/prism/snapshots/blocks.txt similarity index 100% rename from test/yarp/snapshots/blocks.txt rename to test/prism/snapshots/blocks.txt diff --git a/test/yarp/snapshots/boolean_operators.txt b/test/prism/snapshots/boolean_operators.txt similarity index 100% rename from test/yarp/snapshots/boolean_operators.txt rename to test/prism/snapshots/boolean_operators.txt diff --git a/test/yarp/snapshots/booleans.txt b/test/prism/snapshots/booleans.txt similarity index 100% rename from test/yarp/snapshots/booleans.txt rename to test/prism/snapshots/booleans.txt diff --git a/test/yarp/snapshots/break.txt b/test/prism/snapshots/break.txt similarity index 100% rename from test/yarp/snapshots/break.txt rename to test/prism/snapshots/break.txt diff --git a/test/yarp/snapshots/case.txt b/test/prism/snapshots/case.txt similarity index 100% rename from test/yarp/snapshots/case.txt rename to test/prism/snapshots/case.txt diff --git a/test/yarp/snapshots/classes.txt b/test/prism/snapshots/classes.txt similarity index 100% rename from test/yarp/snapshots/classes.txt rename to test/prism/snapshots/classes.txt diff --git a/test/yarp/snapshots/comments.txt b/test/prism/snapshots/comments.txt similarity index 100% rename from test/yarp/snapshots/comments.txt rename to test/prism/snapshots/comments.txt diff --git a/test/yarp/snapshots/constants.txt b/test/prism/snapshots/constants.txt similarity index 100% rename from test/yarp/snapshots/constants.txt rename to test/prism/snapshots/constants.txt diff --git a/test/yarp/snapshots/dash_heredocs.txt b/test/prism/snapshots/dash_heredocs.txt similarity index 100% rename from test/yarp/snapshots/dash_heredocs.txt rename to test/prism/snapshots/dash_heredocs.txt diff --git a/test/yarp/snapshots/defined.txt b/test/prism/snapshots/defined.txt similarity index 100% rename from test/yarp/snapshots/defined.txt rename to test/prism/snapshots/defined.txt diff --git a/test/yarp/snapshots/dos_endings.txt b/test/prism/snapshots/dos_endings.txt similarity index 100% rename from test/yarp/snapshots/dos_endings.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/embdoc_no_newline_at_end.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/endless_methods.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/endless_range_in_conditional.txt rename to test/prism/snapshots/endless_range_in_conditional.txt diff --git a/test/yarp/snapshots/for.txt b/test/prism/snapshots/for.txt similarity index 100% rename from test/yarp/snapshots/for.txt rename to test/prism/snapshots/for.txt diff --git a/test/yarp/snapshots/global_variables.txt b/test/prism/snapshots/global_variables.txt similarity index 100% rename from test/yarp/snapshots/global_variables.txt rename to test/prism/snapshots/global_variables.txt diff --git a/test/yarp/snapshots/hashes.txt b/test/prism/snapshots/hashes.txt similarity index 100% rename from test/yarp/snapshots/hashes.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/heredoc_with_escaped_newline_at_start.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/heredoc_with_trailing_newline.txt rename to test/prism/snapshots/heredoc_with_trailing_newline.txt diff --git a/test/yarp/snapshots/heredocs_nested.txt b/test/prism/snapshots/heredocs_nested.txt similarity index 100% rename from test/yarp/snapshots/heredocs_nested.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/heredocs_with_ignored_newlines.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/heredocs_with_ignored_newlines_and_non_empty.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/if.txt rename to test/prism/snapshots/if.txt diff --git a/test/yarp/snapshots/indented_file_end.txt b/test/prism/snapshots/indented_file_end.txt similarity index 100% rename from test/yarp/snapshots/indented_file_end.txt rename to test/prism/snapshots/indented_file_end.txt diff --git a/test/yarp/snapshots/integer_operations.txt b/test/prism/snapshots/integer_operations.txt similarity index 100% rename from test/yarp/snapshots/integer_operations.txt rename to test/prism/snapshots/integer_operations.txt diff --git a/test/yarp/snapshots/keyword_method_names.txt b/test/prism/snapshots/keyword_method_names.txt similarity index 100% rename from test/yarp/snapshots/keyword_method_names.txt rename to test/prism/snapshots/keyword_method_names.txt diff --git a/test/yarp/snapshots/keywords.txt b/test/prism/snapshots/keywords.txt similarity index 100% rename from test/yarp/snapshots/keywords.txt rename to test/prism/snapshots/keywords.txt diff --git a/test/yarp/snapshots/lambda.txt b/test/prism/snapshots/lambda.txt similarity index 100% rename from test/yarp/snapshots/lambda.txt rename to test/prism/snapshots/lambda.txt diff --git a/test/yarp/snapshots/method_calls.txt b/test/prism/snapshots/method_calls.txt similarity index 100% rename from test/yarp/snapshots/method_calls.txt rename to test/prism/snapshots/method_calls.txt diff --git a/test/yarp/snapshots/methods.txt b/test/prism/snapshots/methods.txt similarity index 100% rename from test/yarp/snapshots/methods.txt rename to test/prism/snapshots/methods.txt diff --git a/test/yarp/snapshots/modules.txt b/test/prism/snapshots/modules.txt similarity index 100% rename from test/yarp/snapshots/modules.txt rename to test/prism/snapshots/modules.txt diff --git a/test/yarp/snapshots/newline_terminated.txt b/test/prism/snapshots/newline_terminated.txt similarity index 100% rename from test/yarp/snapshots/newline_terminated.txt rename to test/prism/snapshots/newline_terminated.txt diff --git a/test/yarp/snapshots/next.txt b/test/prism/snapshots/next.txt similarity index 100% rename from test/yarp/snapshots/next.txt rename to test/prism/snapshots/next.txt diff --git a/test/yarp/snapshots/nils.txt b/test/prism/snapshots/nils.txt similarity index 100% rename from test/yarp/snapshots/nils.txt rename to test/prism/snapshots/nils.txt diff --git a/test/yarp/snapshots/non_alphanumeric_methods.txt b/test/prism/snapshots/non_alphanumeric_methods.txt similarity index 100% rename from test/yarp/snapshots/non_alphanumeric_methods.txt rename to test/prism/snapshots/non_alphanumeric_methods.txt diff --git a/test/yarp/snapshots/not.txt b/test/prism/snapshots/not.txt similarity index 100% rename from test/yarp/snapshots/not.txt rename to test/prism/snapshots/not.txt diff --git a/test/yarp/snapshots/numbers.txt b/test/prism/snapshots/numbers.txt similarity index 100% rename from test/yarp/snapshots/numbers.txt rename to test/prism/snapshots/numbers.txt diff --git a/test/yarp/snapshots/patterns.txt b/test/prism/snapshots/patterns.txt similarity index 100% rename from test/yarp/snapshots/patterns.txt rename to test/prism/snapshots/patterns.txt diff --git a/test/yarp/snapshots/procs.txt b/test/prism/snapshots/procs.txt similarity index 100% rename from test/yarp/snapshots/procs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/range_begin_open_exclusive.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/range_begin_open_inclusive.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/range_end_open_exclusive.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/range_end_open_inclusive.txt rename to test/prism/snapshots/range_end_open_inclusive.txt diff --git a/test/yarp/snapshots/ranges.txt b/test/prism/snapshots/ranges.txt similarity index 100% rename from test/yarp/snapshots/ranges.txt rename to test/prism/snapshots/ranges.txt diff --git a/test/yarp/snapshots/regex.txt b/test/prism/snapshots/regex.txt similarity index 100% rename from test/yarp/snapshots/regex.txt rename to test/prism/snapshots/regex.txt diff --git a/test/yarp/snapshots/rescue.txt b/test/prism/snapshots/rescue.txt similarity index 100% rename from test/yarp/snapshots/rescue.txt rename to test/prism/snapshots/rescue.txt diff --git a/test/yarp/snapshots/return.txt b/test/prism/snapshots/return.txt similarity index 100% rename from test/yarp/snapshots/return.txt rename to test/prism/snapshots/return.txt diff --git a/test/yarp/snapshots/seattlerb/BEGIN.txt b/test/prism/snapshots/seattlerb/BEGIN.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/BEGIN.txt rename to test/prism/snapshots/seattlerb/BEGIN.txt diff --git a/test/yarp/snapshots/seattlerb/TestRubyParserShared.txt b/test/prism/snapshots/seattlerb/TestRubyParserShared.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/TestRubyParserShared.txt rename to test/prism/snapshots/seattlerb/TestRubyParserShared.txt diff --git a/test/yarp/snapshots/seattlerb/__ENCODING__.txt b/test/prism/snapshots/seattlerb/__ENCODING__.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/__ENCODING__.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/alias_gvar_backref.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/alias_resword.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/and_multi.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/aref_args_assocs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/aref_args_lit_assocs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/args_kw_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/array_line_breaks.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/array_lits_trailing_calls.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/assoc__bare.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/assoc_label.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/attr_asgn_colon_id.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/attrasgn_array_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/attrasgn_array_lhs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/attrasgn_primary_dot_constant.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/backticks_interpolation_line.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bang_eq.txt rename to test/prism/snapshots/seattlerb/bang_eq.txt diff --git a/test/yarp/snapshots/seattlerb/bdot2.txt b/test/prism/snapshots/seattlerb/bdot2.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/bdot2.txt rename to test/prism/snapshots/seattlerb/bdot2.txt diff --git a/test/yarp/snapshots/seattlerb/bdot3.txt b/test/prism/snapshots/seattlerb/bdot3.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/bdot3.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/begin_ensure_no_bodies.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/begin_rescue_else_ensure_bodies.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/begin_rescue_else_ensure_no_bodies.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/begin_rescue_ensure_no_bodies.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_arg__bare.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_arg_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_arg_opt_arg_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_arg_opt_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_arg_opt_splat_arg_block_omfg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_arg_optional.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_arg_scope.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_arg_scope2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_arg_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_args_kwargs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_args_no_kwargs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_args_opt1.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_args_opt2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_args_opt2_2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_args_opt3.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_break.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_call_defn_call_block_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_call_dot_op2_brace_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_call_dot_op2_cmd_args_do_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_call_operation_colon.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_call_operation_dot.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_call_paren_call_block_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_command_operation_colon.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_command_operation_dot.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_decomp_anon_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_decomp_arg_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_decomp_arg_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_decomp_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_kw.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_kw__required.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_kwarg_lvar.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_kwarg_lvar_multiple.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_next.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_opt_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_opt_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_opt_splat_arg_block_omfg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_optarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_paren_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_reg_optarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_return.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_scope.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/block_splat_reg.txt rename to test/prism/snapshots/seattlerb/block_splat_reg.txt diff --git a/test/yarp/snapshots/seattlerb/bug169.txt b/test/prism/snapshots/seattlerb/bug169.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/bug169.txt rename to test/prism/snapshots/seattlerb/bug169.txt diff --git a/test/yarp/snapshots/seattlerb/bug179.txt b/test/prism/snapshots/seattlerb/bug179.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/bug179.txt rename to test/prism/snapshots/seattlerb/bug179.txt diff --git a/test/yarp/snapshots/seattlerb/bug190.txt b/test/prism/snapshots/seattlerb/bug190.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/bug190.txt rename to test/prism/snapshots/seattlerb/bug190.txt diff --git a/test/yarp/snapshots/seattlerb/bug191.txt b/test/prism/snapshots/seattlerb/bug191.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/bug191.txt rename to test/prism/snapshots/seattlerb/bug191.txt diff --git a/test/yarp/snapshots/seattlerb/bug202.txt b/test/prism/snapshots/seattlerb/bug202.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/bug202.txt rename to test/prism/snapshots/seattlerb/bug202.txt diff --git a/test/yarp/snapshots/seattlerb/bug236.txt b/test/prism/snapshots/seattlerb/bug236.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/bug236.txt rename to test/prism/snapshots/seattlerb/bug236.txt diff --git a/test/yarp/snapshots/seattlerb/bug290.txt b/test/prism/snapshots/seattlerb/bug290.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/bug290.txt rename to test/prism/snapshots/seattlerb/bug290.txt diff --git a/test/yarp/snapshots/seattlerb/bug_187.txt b/test/prism/snapshots/seattlerb/bug_187.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_187.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_215.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_249.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_and.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_args__19.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_args_masgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_args_masgn2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_args_masgn_outer_parens__19.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_call_arglist_parens.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_case_when_regexp.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_comma.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_cond_pct.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_hash_args.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_hash_args_trailing_comma.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_hash_interp_array.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_masgn_right.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_not_parens.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/bug_op_asgn_rescue.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_and.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_arg_assoc.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_arg_assoc_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_arg_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_args_assoc_quoted.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_args_assoc_trailing_comma.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_args_command.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_array_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_array_block_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_array_lambda_block_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_array_lit_inline_hash.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_assoc.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_assoc_new.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_assoc_new_if_multiline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_assoc_trailing_comma.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_bang_command_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_bang_squiggle.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_begin_call_block_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_block_arg_named.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_carat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_colon2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_colon_parens.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_div.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_dot_parens.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_env.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_eq3.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_gt.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_leading_dots.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_leading_dots_comment.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_lt.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_lte.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_not.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_pipe.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_rshift.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_self_brackets.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_spaceship.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_stabby_do_end_with_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_stabby_with_braces_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_star.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_star2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_trailing_comma.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_trailing_dots.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/call_unary_bang.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_31.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_37.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_42.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_42_2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_47.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_67.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_86.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_86_2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_array_pat_const.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_array_pat_const2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_array_pat_paren_assign.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_const.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_else.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_find.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_find_array.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_hash_pat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_hash_pat_assign.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_hash_pat_paren_assign.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_hash_pat_paren_true.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_hash_pat_rest.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_hash_pat_rest_solo.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_if_unless_post_mod.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_multiple.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/case_in_or.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/class_comments.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/cond_unary_minus.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/const_2_op_asgn_or2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/const_3_op_asgn_or.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/const_op_asgn_and1.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/const_op_asgn_and2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/const_op_asgn_or.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/dasgn_icky2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defined_eh_parens.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_arg_asplat_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_arg_forward_args.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_args_forward_args.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_comments.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_endless_command.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_endless_command_rescue.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_forward_args.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_forward_args__no_parens.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_kwarg_env.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_kwarg_kwarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_kwarg_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_kwarg_kwsplat_anon.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_kwarg_lvar.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_kwarg_no_parens.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_kwarg_val.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_no_kwargs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_oneliner.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_oneliner_eq2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_oneliner_noargs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_oneliner_noargs_parentheses.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_oneliner_rescue.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_opt_last_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_opt_reg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_opt_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_powarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_reg_opt_reg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defn_unary_not.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defns_reserved.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defs_as_arg_with_do_block_inside.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defs_comments.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defs_endless_command.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defs_endless_command_rescue.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defs_kwarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defs_oneliner.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defs_oneliner_eq2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/defs_oneliner_rescue.txt rename to test/prism/snapshots/seattlerb/defs_oneliner_rescue.txt diff --git a/test/yarp/snapshots/seattlerb/difficult0_.txt b/test/prism/snapshots/seattlerb/difficult0_.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult0_.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult1_line_numbers.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult1_line_numbers2.txt rename to test/prism/snapshots/seattlerb/difficult1_line_numbers2.txt diff --git a/test/yarp/snapshots/seattlerb/difficult2_.txt b/test/prism/snapshots/seattlerb/difficult2_.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult2_.txt rename to test/prism/snapshots/seattlerb/difficult2_.txt diff --git a/test/yarp/snapshots/seattlerb/difficult3_.txt b/test/prism/snapshots/seattlerb/difficult3_.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult3_.txt rename to test/prism/snapshots/seattlerb/difficult3_.txt diff --git a/test/yarp/snapshots/seattlerb/difficult3_2.txt b/test/prism/snapshots/seattlerb/difficult3_2.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult3_2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult3_3.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult3_4.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult3_5.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult3__10.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult3__11.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult3__12.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult3__6.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult3__7.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult3__8.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult3__9.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult4__leading_dots.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult4__leading_dots2.txt rename to test/prism/snapshots/seattlerb/difficult4__leading_dots2.txt diff --git a/test/yarp/snapshots/seattlerb/difficult6_.txt b/test/prism/snapshots/seattlerb/difficult6_.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult6_.txt rename to test/prism/snapshots/seattlerb/difficult6_.txt diff --git a/test/yarp/snapshots/seattlerb/difficult6__7.txt b/test/prism/snapshots/seattlerb/difficult6__7.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult6__7.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult6__8.txt rename to test/prism/snapshots/seattlerb/difficult6__8.txt diff --git a/test/yarp/snapshots/seattlerb/difficult7_.txt b/test/prism/snapshots/seattlerb/difficult7_.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/difficult7_.txt rename to test/prism/snapshots/seattlerb/difficult7_.txt diff --git a/test/yarp/snapshots/seattlerb/do_bug.txt b/test/prism/snapshots/seattlerb/do_bug.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/do_bug.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/do_lambda.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/dot2_nil__26.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/dot3_nil__26.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/dstr_evstr.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/dstr_evstr_empty_end.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/dstr_lex_state.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/dstr_str.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/dsym_esc_to_sym.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/dsym_to_sym.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/eq_begin_line_numbers.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/eq_begin_why_wont_people_use_their_spacebar.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/evstr_evstr.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/evstr_str.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/expr_not_bang.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/f_kw.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/f_kw__required.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/flip2_env_lvar.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/float_with_if_modifier.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc__backslash_dos_format.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_backslash_nl.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_bad_hex_escape.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_bad_oct_escape.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_comma_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_lineno.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_nested.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_squiggly.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_squiggly_blank_line_plus_interpolation.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_squiggly_blank_lines.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_squiggly_empty.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_squiggly_interp.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_squiggly_no_indent.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_squiggly_tabs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_squiggly_tabs_extra.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_squiggly_visually_blank_lines.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_trailing_slash_continued_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_unicode.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_with_carriage_return_escapes.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_with_carriage_return_escapes_windows.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_horrible_mix.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_with_extra_carriage_returns_windows.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_with_interpolation_and_carriage_return_escapes_windows.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_with_not_global_interpolation.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_with_only_carriage_returns.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/heredoc_with_only_carriage_returns_windows.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/if_elsif.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/if_symbol.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/in_expr_no_case.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/index_0.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/index_0_opasgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/integer_with_if_modifier.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/interpolated_symbol_array_line_breaks.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/interpolated_word_array_line_breaks.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_1.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_10_1.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_10_2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_11_1.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_11_2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_2__19.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_3.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_4.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_5.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_6.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_7_1.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_7_2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_8_1.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_8_2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_9_1.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_args_9_2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_kwarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/iter_kwarg_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/label_vs_string.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/lambda_do_vs_brace.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/lasgn_arg_rescue_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/lasgn_call_bracket_rescue_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/lasgn_call_nobracket_rescue_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/lasgn_command.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/lasgn_env.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/lasgn_ivar_env.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/lasgn_lasgn_command_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/lasgn_middle_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/magic_encoding_comment.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_anon_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_arg_colon_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_arg_ident.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_arg_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_colon2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_colon3.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_command_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_double_paren.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_lhs_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_paren.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_splat_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_splat_arg_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_star.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/masgn_var_star_var.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/messy_op_asgn_lineno.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/method_call_assoc_trailing_comma.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/method_call_trailing_comma.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/mlhs_back_anonsplat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/mlhs_back_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/mlhs_front_anonsplat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/mlhs_front_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/mlhs_keyword.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/mlhs_mid_anonsplat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/mlhs_mid_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/mlhs_rescue.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/module_comments.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/multiline_hash_declaration.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/non_interpolated_symbol_array_line_breaks.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/non_interpolated_word_array_line_breaks.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/op_asgn_command_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/op_asgn_dot_ident_command_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/op_asgn_index_command_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/op_asgn_primary_colon_const_command_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/op_asgn_primary_colon_identifier1.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/op_asgn_primary_colon_identifier_command_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/op_asgn_val_dot_ident_command_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_def_special_name.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_if_not_canonical.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_if_not_noncanonical.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_block_inline_comment.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_block_inline_comment_leading_newlines.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_block_inline_multiline_comment.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_call_ivar_arg_no_parens_line_break.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_call_ivar_line_break_paren.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_call_no_args.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_defn_complex.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_defn_no_parens.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_defn_no_parens_args.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_dot2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_dot2_open.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_dot3.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_dot3_open.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_dstr_escaped_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_dstr_soft_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_evstr_after_break.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_hash_lit.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_heredoc.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_heredoc_evstr.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_heredoc_hardnewline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_heredoc_regexp_chars.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_iter_call_no_parens.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_iter_call_parens.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_multiline_str.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_multiline_str_literal_n.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_newlines.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_op_asgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_postexe.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_preexe.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_rescue.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_return.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_str_with_newline_escape.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_to_ary.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_line_trailing_newlines.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_opt_call_args_assocs_comma.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_opt_call_args_lit_comma.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_pattern_019.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_pattern_044.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_pattern_051.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_pattern_058.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_pattern_058_2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_pattern_069.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_pattern_076.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_until_not_canonical.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_until_not_noncanonical.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_while_not_canonical.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/parse_while_not_noncanonical.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/pctW_lineno.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/pct_Q_backslash_nl.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/pct_nl.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/pct_w_heredoc_interp_nested.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/pipe_semicolon.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/pipe_space.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/qWords_space.txt rename to test/prism/snapshots/seattlerb/qWords_space.txt diff --git a/test/yarp/snapshots/seattlerb/qsymbols.txt b/test/prism/snapshots/seattlerb/qsymbols.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/qsymbols.txt rename to test/prism/snapshots/seattlerb/qsymbols.txt diff --git a/test/yarp/snapshots/seattlerb/qsymbols_empty.txt b/test/prism/snapshots/seattlerb/qsymbols_empty.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/qsymbols_empty.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/qsymbols_empty_space.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/qsymbols_interp.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/quoted_symbol_hash_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/quoted_symbol_keys.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/qw_escape.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/qw_escape_term.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/qwords_empty.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/read_escape_unicode_curlies.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/read_escape_unicode_h4.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/regexp.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/regexp_esc_C_slash.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/regexp_esc_u.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/regexp_escape_extended.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/regexp_unicode_curlies.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/required_kwarg_no_value.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/rescue_do_end_ensure_result.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/rescue_do_end_no_raise.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/rescue_do_end_raised.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/rescue_do_end_rescued.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/rescue_in_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/rescue_parens.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/return_call_assocs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/rhs_asgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/ruby21_numbers.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/safe_attrasgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/safe_attrasgn_constant.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/safe_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/safe_call_after_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/safe_call_dot_parens.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/safe_call_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/safe_call_operator.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/safe_call_rhs_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/safe_calls.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/safe_op_asgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/safe_op_asgn2.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/slashy_newlines_within_string.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/stabby_arg_no_paren.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/stabby_arg_opt_splat_arg_block_omfg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/stabby_block_iter_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/stabby_block_iter_call_no_target_with_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/stabby_block_kw.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/stabby_block_kw__required.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/stabby_proc_scope.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_backslashes.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_double_double_escaped_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_double_escaped_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_double_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_evstr.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_evstr_escape.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_heredoc_interp.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_interp_ternary_or_label.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_lit_concat_bad_encodings.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_newline_hash_line_number.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_pct_Q_nested.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_pct_nested_nested.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_pct_q.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_single_double_escaped_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_single_escaped_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_single_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_str.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/str_str_str.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/super_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/symbol_empty.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/symbol_list.txt rename to test/prism/snapshots/seattlerb/symbol_list.txt diff --git a/test/yarp/snapshots/seattlerb/symbols.txt b/test/prism/snapshots/seattlerb/symbols.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/symbols.txt rename to test/prism/snapshots/seattlerb/symbols.txt diff --git a/test/yarp/snapshots/seattlerb/symbols_empty.txt b/test/prism/snapshots/seattlerb/symbols_empty.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/symbols_empty.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/symbols_empty_space.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/symbols_interp.txt rename to test/prism/snapshots/seattlerb/symbols_interp.txt diff --git a/test/yarp/snapshots/seattlerb/thingy.txt b/test/prism/snapshots/seattlerb/thingy.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/thingy.txt rename to test/prism/snapshots/seattlerb/thingy.txt diff --git a/test/yarp/snapshots/seattlerb/uminus_float.txt b/test/prism/snapshots/seattlerb/uminus_float.txt similarity index 100% rename from test/yarp/snapshots/seattlerb/uminus_float.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/unary_minus.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/unary_plus.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/unary_plus_on_literal.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/unary_tilde.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/utf8_bom.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/when_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/words_interp.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/yield_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/yield_call_assocs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/seattlerb/yield_empty_parens.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/single_quote_heredocs.txt rename to test/prism/snapshots/single_quote_heredocs.txt diff --git a/test/yarp/snapshots/spanning_heredoc.txt b/test/prism/snapshots/spanning_heredoc.txt similarity index 100% rename from test/yarp/snapshots/spanning_heredoc.txt rename to test/prism/snapshots/spanning_heredoc.txt diff --git a/test/yarp/snapshots/strings.txt b/test/prism/snapshots/strings.txt similarity index 100% rename from test/yarp/snapshots/strings.txt rename to test/prism/snapshots/strings.txt diff --git a/test/yarp/snapshots/super.txt b/test/prism/snapshots/super.txt similarity index 100% rename from test/yarp/snapshots/super.txt rename to test/prism/snapshots/super.txt diff --git a/test/yarp/snapshots/symbols.txt b/test/prism/snapshots/symbols.txt similarity index 100% rename from test/yarp/snapshots/symbols.txt rename to test/prism/snapshots/symbols.txt diff --git a/test/yarp/snapshots/ternary_operator.txt b/test/prism/snapshots/ternary_operator.txt similarity index 100% rename from test/yarp/snapshots/ternary_operator.txt rename to test/prism/snapshots/ternary_operator.txt diff --git a/test/yarp/snapshots/tilde_heredocs.txt b/test/prism/snapshots/tilde_heredocs.txt similarity index 100% rename from test/yarp/snapshots/tilde_heredocs.txt rename to test/prism/snapshots/tilde_heredocs.txt diff --git a/test/yarp/snapshots/undef.txt b/test/prism/snapshots/undef.txt similarity index 100% rename from test/yarp/snapshots/undef.txt rename to test/prism/snapshots/undef.txt diff --git a/test/yarp/snapshots/unescaping.txt b/test/prism/snapshots/unescaping.txt similarity index 100% rename from test/yarp/snapshots/unescaping.txt rename to test/prism/snapshots/unescaping.txt diff --git a/test/yarp/snapshots/unless.txt b/test/prism/snapshots/unless.txt similarity index 100% rename from test/yarp/snapshots/unless.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/alias.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/assignment.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/case.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/class.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/control.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/def.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/defined.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/defs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/dstr.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/empty.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/empty_begin.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/flipflop.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/for.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/hookexe.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/if.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/kwbegin.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/lambda.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/literal.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/module.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/opasgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/pattern.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/pragma.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/range.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/rescue.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/send.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/since/27.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/since/30.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/since/31.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/since/32.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/singletons.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/super.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/unary.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/undef.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/variables.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/while.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/literal/yield.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/semantic/and.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/semantic/block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/semantic/def.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/semantic/dstr.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/semantic/kwbegin.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/semantic/literal.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/semantic/send.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/semantic/undef.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/unparser/corpus/semantic/while.txt rename to test/prism/snapshots/unparser/corpus/semantic/while.txt diff --git a/test/yarp/snapshots/until.txt b/test/prism/snapshots/until.txt similarity index 100% rename from test/yarp/snapshots/until.txt rename to test/prism/snapshots/until.txt diff --git a/test/yarp/snapshots/variables.txt b/test/prism/snapshots/variables.txt similarity index 100% rename from test/yarp/snapshots/variables.txt rename to test/prism/snapshots/variables.txt diff --git a/test/yarp/snapshots/while.txt b/test/prism/snapshots/while.txt similarity index 100% rename from test/yarp/snapshots/while.txt rename to test/prism/snapshots/while.txt diff --git a/test/yarp/snapshots/whitequark/__ENCODING__.txt b/test/prism/snapshots/whitequark/__ENCODING__.txt similarity index 100% rename from test/yarp/snapshots/whitequark/__ENCODING__.txt rename to test/prism/snapshots/whitequark/__ENCODING__.txt diff --git a/test/yarp/snapshots/whitequark/__ENCODING___legacy_.txt b/test/prism/snapshots/whitequark/__ENCODING___legacy_.txt similarity index 100% rename from test/yarp/snapshots/whitequark/__ENCODING___legacy_.txt rename to test/prism/snapshots/whitequark/__ENCODING___legacy_.txt diff --git a/test/yarp/snapshots/whitequark/alias.txt b/test/prism/snapshots/whitequark/alias.txt similarity index 100% rename from test/yarp/snapshots/whitequark/alias.txt rename to test/prism/snapshots/whitequark/alias.txt diff --git a/test/yarp/snapshots/whitequark/alias_gvar.txt b/test/prism/snapshots/whitequark/alias_gvar.txt similarity index 100% rename from test/yarp/snapshots/whitequark/alias_gvar.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ambiuous_quoted_label_in_ternary_operator.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/and.txt rename to test/prism/snapshots/whitequark/and.txt diff --git a/test/yarp/snapshots/whitequark/and_asgn.txt b/test/prism/snapshots/whitequark/and_asgn.txt similarity index 100% rename from test/yarp/snapshots/whitequark/and_asgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/and_or_masgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/anonymous_blockarg.txt rename to test/prism/snapshots/whitequark/anonymous_blockarg.txt diff --git a/test/yarp/snapshots/whitequark/arg.txt b/test/prism/snapshots/whitequark/arg.txt similarity index 100% rename from test/yarp/snapshots/whitequark/arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/arg_duplicate_ignored.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/arg_label.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/arg_scope.txt rename to test/prism/snapshots/whitequark/arg_scope.txt diff --git a/test/yarp/snapshots/whitequark/args.txt b/test/prism/snapshots/whitequark/args.txt similarity index 100% rename from test/yarp/snapshots/whitequark/args.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/args_args_assocs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/args_args_assocs_comma.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/args_args_comma.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/args_args_star.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/args_assocs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/args_assocs_comma.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/args_assocs_legacy.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/args_block_pass.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/args_cmd.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/args_star.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/array_assocs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/array_plain.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/array_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/array_symbols.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/array_symbols_empty.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/array_symbols_interp.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/array_words.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/array_words_empty.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/array_words_interp.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/asgn_cmd.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/asgn_mrhs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/back_ref.txt rename to test/prism/snapshots/whitequark/back_ref.txt diff --git a/test/yarp/snapshots/whitequark/bang.txt b/test/prism/snapshots/whitequark/bang.txt similarity index 100% rename from test/yarp/snapshots/whitequark/bang.txt rename to test/prism/snapshots/whitequark/bang.txt diff --git a/test/yarp/snapshots/whitequark/bang_cmd.txt b/test/prism/snapshots/whitequark/bang_cmd.txt similarity index 100% rename from test/yarp/snapshots/whitequark/bang_cmd.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/begin_cmdarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/beginless_erange_after_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/beginless_irange_after_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/beginless_range.txt rename to test/prism/snapshots/whitequark/beginless_range.txt diff --git a/test/yarp/snapshots/whitequark/blockarg.txt b/test/prism/snapshots/whitequark/blockarg.txt similarity index 100% rename from test/yarp/snapshots/whitequark/blockarg.txt rename to test/prism/snapshots/whitequark/blockarg.txt diff --git a/test/yarp/snapshots/whitequark/blockargs.txt b/test/prism/snapshots/whitequark/blockargs.txt similarity index 100% rename from test/yarp/snapshots/whitequark/blockargs.txt rename to test/prism/snapshots/whitequark/blockargs.txt diff --git a/test/yarp/snapshots/whitequark/break.txt b/test/prism/snapshots/whitequark/break.txt similarity index 100% rename from test/yarp/snapshots/whitequark/break.txt rename to test/prism/snapshots/whitequark/break.txt diff --git a/test/yarp/snapshots/whitequark/break_block.txt b/test/prism/snapshots/whitequark/break_block.txt similarity index 100% rename from test/yarp/snapshots/whitequark/break_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_435.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_447.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_452.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_466.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_473.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_480.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_481.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_ascii_8bit_in_literal.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_cmd_string_lookahead.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_cmdarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_def_no_paren_eql_begin.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_do_block_in_call_args.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_do_block_in_cmdarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_do_block_in_hash_brace.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_heredoc_do.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_interp_single.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_lambda_leakage.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_regex_verification.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_rescue_empty_else.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/bug_while_not_parens_do.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/case_cond.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/case_cond_else.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/case_expr.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/case_expr_else.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/casgn_scoped.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/casgn_toplevel.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/casgn_unscoped.txt rename to test/prism/snapshots/whitequark/casgn_unscoped.txt diff --git a/test/yarp/snapshots/whitequark/character.txt b/test/prism/snapshots/whitequark/character.txt similarity index 100% rename from test/yarp/snapshots/whitequark/character.txt rename to test/prism/snapshots/whitequark/character.txt diff --git a/test/yarp/snapshots/whitequark/class.txt b/test/prism/snapshots/whitequark/class.txt similarity index 100% rename from test/yarp/snapshots/whitequark/class.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/class_definition_in_while_cond.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/class_super.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/class_super_label.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/comments_before_leading_dot__27.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/complex.txt rename to test/prism/snapshots/whitequark/complex.txt diff --git a/test/yarp/snapshots/whitequark/cond_begin.txt b/test/prism/snapshots/whitequark/cond_begin.txt similarity index 100% rename from test/yarp/snapshots/whitequark/cond_begin.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/cond_begin_masgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/cond_eflipflop.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/cond_iflipflop.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/cond_match_current_line.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/const_op_asgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/const_scoped.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/const_toplevel.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/const_unscoped.txt rename to test/prism/snapshots/whitequark/const_unscoped.txt diff --git a/test/yarp/snapshots/whitequark/cpath.txt b/test/prism/snapshots/whitequark/cpath.txt similarity index 100% rename from test/yarp/snapshots/whitequark/cpath.txt rename to test/prism/snapshots/whitequark/cpath.txt diff --git a/test/yarp/snapshots/whitequark/cvar.txt b/test/prism/snapshots/whitequark/cvar.txt similarity index 100% rename from test/yarp/snapshots/whitequark/cvar.txt rename to test/prism/snapshots/whitequark/cvar.txt diff --git a/test/yarp/snapshots/whitequark/cvasgn.txt b/test/prism/snapshots/whitequark/cvasgn.txt similarity index 100% rename from test/yarp/snapshots/whitequark/cvasgn.txt rename to test/prism/snapshots/whitequark/cvasgn.txt diff --git a/test/yarp/snapshots/whitequark/dedenting_heredoc.txt b/test/prism/snapshots/whitequark/dedenting_heredoc.txt similarity index 100% rename from test/yarp/snapshots/whitequark/dedenting_heredoc.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/dedenting_interpolating_heredoc_fake_line_continuation.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/dedenting_non_interpolating_heredoc_line_continuation.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/def.txt rename to test/prism/snapshots/whitequark/def.txt diff --git a/test/yarp/snapshots/whitequark/defined.txt b/test/prism/snapshots/whitequark/defined.txt similarity index 100% rename from test/yarp/snapshots/whitequark/defined.txt rename to test/prism/snapshots/whitequark/defined.txt diff --git a/test/yarp/snapshots/whitequark/defs.txt b/test/prism/snapshots/whitequark/defs.txt similarity index 100% rename from test/yarp/snapshots/whitequark/defs.txt rename to test/prism/snapshots/whitequark/defs.txt diff --git a/test/yarp/snapshots/whitequark/empty_stmt.txt b/test/prism/snapshots/whitequark/empty_stmt.txt similarity index 100% rename from test/yarp/snapshots/whitequark/empty_stmt.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/endless_comparison_method.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/endless_method.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/endless_method_command_syntax.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/endless_method_forwarded_args_legacy.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/endless_method_with_rescue_mod.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/endless_method_without_args.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ensure.txt rename to test/prism/snapshots/whitequark/ensure.txt diff --git a/test/yarp/snapshots/whitequark/ensure_empty.txt b/test/prism/snapshots/whitequark/ensure_empty.txt similarity index 100% rename from test/yarp/snapshots/whitequark/ensure_empty.txt rename to test/prism/snapshots/whitequark/ensure_empty.txt diff --git a/test/yarp/snapshots/whitequark/false.txt b/test/prism/snapshots/whitequark/false.txt similarity index 100% rename from test/yarp/snapshots/whitequark/false.txt rename to test/prism/snapshots/whitequark/false.txt diff --git a/test/yarp/snapshots/whitequark/float.txt b/test/prism/snapshots/whitequark/float.txt similarity index 100% rename from test/yarp/snapshots/whitequark/float.txt rename to test/prism/snapshots/whitequark/float.txt diff --git a/test/yarp/snapshots/whitequark/for.txt b/test/prism/snapshots/whitequark/for.txt similarity index 100% rename from test/yarp/snapshots/whitequark/for.txt rename to test/prism/snapshots/whitequark/for.txt diff --git a/test/yarp/snapshots/whitequark/for_mlhs.txt b/test/prism/snapshots/whitequark/for_mlhs.txt similarity index 100% rename from test/yarp/snapshots/whitequark/for_mlhs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/forward_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/forward_arg_with_open_args.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/forward_args_legacy.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/forwarded_argument_with_kwrestarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/forwarded_argument_with_restarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/forwarded_kwrestarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/forwarded_kwrestarg_with_additional_kwarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/forwarded_restarg.txt rename to test/prism/snapshots/whitequark/forwarded_restarg.txt diff --git a/test/yarp/snapshots/whitequark/gvar.txt b/test/prism/snapshots/whitequark/gvar.txt similarity index 100% rename from test/yarp/snapshots/whitequark/gvar.txt rename to test/prism/snapshots/whitequark/gvar.txt diff --git a/test/yarp/snapshots/whitequark/gvasgn.txt b/test/prism/snapshots/whitequark/gvasgn.txt similarity index 100% rename from test/yarp/snapshots/whitequark/gvasgn.txt rename to test/prism/snapshots/whitequark/gvasgn.txt diff --git a/test/yarp/snapshots/whitequark/hash_empty.txt b/test/prism/snapshots/whitequark/hash_empty.txt similarity index 100% rename from test/yarp/snapshots/whitequark/hash_empty.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/hash_hashrocket.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/hash_kwsplat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/hash_label.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/hash_label_end.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/hash_pair_value_omission.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/heredoc.txt rename to test/prism/snapshots/whitequark/heredoc.txt diff --git a/test/yarp/snapshots/whitequark/if.txt b/test/prism/snapshots/whitequark/if.txt similarity index 100% rename from test/yarp/snapshots/whitequark/if.txt rename to test/prism/snapshots/whitequark/if.txt diff --git a/test/yarp/snapshots/whitequark/if_else.txt b/test/prism/snapshots/whitequark/if_else.txt similarity index 100% rename from test/yarp/snapshots/whitequark/if_else.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/if_elsif.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/if_masgn__24.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/if_mod.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/if_nl_then.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/if_while_after_class__since_32.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/int.txt rename to test/prism/snapshots/whitequark/int.txt diff --git a/test/yarp/snapshots/whitequark/int___LINE__.txt b/test/prism/snapshots/whitequark/int___LINE__.txt similarity index 100% rename from test/yarp/snapshots/whitequark/int___LINE__.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/interp_digit_var.txt rename to test/prism/snapshots/whitequark/interp_digit_var.txt diff --git a/test/yarp/snapshots/whitequark/ivar.txt b/test/prism/snapshots/whitequark/ivar.txt similarity index 100% rename from test/yarp/snapshots/whitequark/ivar.txt rename to test/prism/snapshots/whitequark/ivar.txt diff --git a/test/yarp/snapshots/whitequark/ivasgn.txt b/test/prism/snapshots/whitequark/ivasgn.txt similarity index 100% rename from test/yarp/snapshots/whitequark/ivasgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/keyword_argument_omission.txt rename to test/prism/snapshots/whitequark/keyword_argument_omission.txt diff --git a/test/yarp/snapshots/whitequark/kwarg.txt b/test/prism/snapshots/whitequark/kwarg.txt similarity index 100% rename from test/yarp/snapshots/whitequark/kwarg.txt rename to test/prism/snapshots/whitequark/kwarg.txt diff --git a/test/yarp/snapshots/whitequark/kwbegin_compstmt.txt b/test/prism/snapshots/whitequark/kwbegin_compstmt.txt similarity index 100% rename from test/yarp/snapshots/whitequark/kwbegin_compstmt.txt rename to test/prism/snapshots/whitequark/kwbegin_compstmt.txt diff --git a/test/yarp/snapshots/whitequark/kwnilarg.txt b/test/prism/snapshots/whitequark/kwnilarg.txt similarity index 100% rename from test/yarp/snapshots/whitequark/kwnilarg.txt rename to test/prism/snapshots/whitequark/kwnilarg.txt diff --git a/test/yarp/snapshots/whitequark/kwoptarg.txt b/test/prism/snapshots/whitequark/kwoptarg.txt similarity index 100% rename from test/yarp/snapshots/whitequark/kwoptarg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/kwoptarg_with_kwrestarg_and_forwarded_args.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/kwrestarg_named.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/kwrestarg_unnamed.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/lbrace_arg_after_command_args.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/lparenarg_after_lvar__since_25.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/lvar.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/lvar_injecting_match.txt rename to test/prism/snapshots/whitequark/lvar_injecting_match.txt diff --git a/test/yarp/snapshots/whitequark/lvasgn.txt b/test/prism/snapshots/whitequark/lvasgn.txt similarity index 100% rename from test/yarp/snapshots/whitequark/lvasgn.txt rename to test/prism/snapshots/whitequark/lvasgn.txt diff --git a/test/yarp/snapshots/whitequark/masgn.txt b/test/prism/snapshots/whitequark/masgn.txt similarity index 100% rename from test/yarp/snapshots/whitequark/masgn.txt rename to test/prism/snapshots/whitequark/masgn.txt diff --git a/test/yarp/snapshots/whitequark/masgn_attr.txt b/test/prism/snapshots/whitequark/masgn_attr.txt similarity index 100% rename from test/yarp/snapshots/whitequark/masgn_attr.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/masgn_cmd.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/masgn_const.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/masgn_nested.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/masgn_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/method_definition_in_while_cond.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/module.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/multiple_pattern_matches.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/newline_in_hash_argument.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/next.txt rename to test/prism/snapshots/whitequark/next.txt diff --git a/test/yarp/snapshots/whitequark/next_block.txt b/test/prism/snapshots/whitequark/next_block.txt similarity index 100% rename from test/yarp/snapshots/whitequark/next_block.txt rename to test/prism/snapshots/whitequark/next_block.txt diff --git a/test/yarp/snapshots/whitequark/nil.txt b/test/prism/snapshots/whitequark/nil.txt similarity index 100% rename from test/yarp/snapshots/whitequark/nil.txt rename to test/prism/snapshots/whitequark/nil.txt diff --git a/test/yarp/snapshots/whitequark/nil_expression.txt b/test/prism/snapshots/whitequark/nil_expression.txt similarity index 100% rename from test/yarp/snapshots/whitequark/nil_expression.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/non_lvar_injecting_match.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/not.txt rename to test/prism/snapshots/whitequark/not.txt diff --git a/test/yarp/snapshots/whitequark/not_cmd.txt b/test/prism/snapshots/whitequark/not_cmd.txt similarity index 100% rename from test/yarp/snapshots/whitequark/not_cmd.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/not_masgn__24.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/nth_ref.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/numbered_args_after_27.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/numparam_outside_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/op_asgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/op_asgn_cmd.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/op_asgn_index.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/op_asgn_index_cmd.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/optarg.txt rename to test/prism/snapshots/whitequark/optarg.txt diff --git a/test/yarp/snapshots/whitequark/or.txt b/test/prism/snapshots/whitequark/or.txt similarity index 100% rename from test/yarp/snapshots/whitequark/or.txt rename to test/prism/snapshots/whitequark/or.txt diff --git a/test/yarp/snapshots/whitequark/or_asgn.txt b/test/prism/snapshots/whitequark/or_asgn.txt similarity index 100% rename from test/yarp/snapshots/whitequark/or_asgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/parser_bug_272.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/parser_bug_490.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/parser_bug_507.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/parser_bug_518.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/parser_bug_525.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/parser_bug_604.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/parser_bug_640.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/parser_bug_645.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/parser_bug_830.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/parser_drops_truncated_parts_of_squiggly_heredoc.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/parser_slash_slash_n_escaping_in_literals.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/pattern_matching__FILE__LINE_literals.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/pattern_matching_blank_else.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/pattern_matching_else.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/pattern_matching_single_line.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/pattern_matching_single_line_allowed_omission_of_parentheses.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/postexe.txt rename to test/prism/snapshots/whitequark/postexe.txt diff --git a/test/yarp/snapshots/whitequark/preexe.txt b/test/prism/snapshots/whitequark/preexe.txt similarity index 100% rename from test/yarp/snapshots/whitequark/preexe.txt rename to test/prism/snapshots/whitequark/preexe.txt diff --git a/test/yarp/snapshots/whitequark/procarg0.txt b/test/prism/snapshots/whitequark/procarg0.txt similarity index 100% rename from test/yarp/snapshots/whitequark/procarg0.txt rename to test/prism/snapshots/whitequark/procarg0.txt diff --git a/test/yarp/snapshots/whitequark/range_exclusive.txt b/test/prism/snapshots/whitequark/range_exclusive.txt similarity index 100% rename from test/yarp/snapshots/whitequark/range_exclusive.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/range_inclusive.txt rename to test/prism/snapshots/whitequark/range_inclusive.txt diff --git a/test/yarp/snapshots/whitequark/rational.txt b/test/prism/snapshots/whitequark/rational.txt similarity index 100% rename from test/yarp/snapshots/whitequark/rational.txt rename to test/prism/snapshots/whitequark/rational.txt diff --git a/test/yarp/snapshots/whitequark/redo.txt b/test/prism/snapshots/whitequark/redo.txt similarity index 100% rename from test/yarp/snapshots/whitequark/redo.txt rename to test/prism/snapshots/whitequark/redo.txt diff --git a/test/yarp/snapshots/whitequark/regex_interp.txt b/test/prism/snapshots/whitequark/regex_interp.txt similarity index 100% rename from test/yarp/snapshots/whitequark/regex_interp.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/regex_plain.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/resbody_list.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/resbody_list_mrhs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/resbody_list_var.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/resbody_var.txt rename to test/prism/snapshots/whitequark/resbody_var.txt diff --git a/test/yarp/snapshots/whitequark/rescue.txt b/test/prism/snapshots/whitequark/rescue.txt similarity index 100% rename from test/yarp/snapshots/whitequark/rescue.txt rename to test/prism/snapshots/whitequark/rescue.txt diff --git a/test/yarp/snapshots/whitequark/rescue_else.txt b/test/prism/snapshots/whitequark/rescue_else.txt similarity index 100% rename from test/yarp/snapshots/whitequark/rescue_else.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/rescue_else_ensure.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/rescue_ensure.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/rescue_in_lambda_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/rescue_mod.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/rescue_mod_asgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/rescue_mod_masgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/rescue_mod_op_assign.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/rescue_without_begin_end.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/restarg_named.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/restarg_unnamed.txt rename to test/prism/snapshots/whitequark/restarg_unnamed.txt diff --git a/test/yarp/snapshots/whitequark/retry.txt b/test/prism/snapshots/whitequark/retry.txt similarity index 100% rename from test/yarp/snapshots/whitequark/retry.txt rename to test/prism/snapshots/whitequark/retry.txt diff --git a/test/yarp/snapshots/whitequark/return.txt b/test/prism/snapshots/whitequark/return.txt similarity index 100% rename from test/yarp/snapshots/whitequark/return.txt rename to test/prism/snapshots/whitequark/return.txt diff --git a/test/yarp/snapshots/whitequark/return_block.txt b/test/prism/snapshots/whitequark/return_block.txt similarity index 100% rename from test/yarp/snapshots/whitequark/return_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_10279.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_10653.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_11107.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_11380.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_11873.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_11873_a.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_11873_b.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_11989.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_11990.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_12073.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_12402.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_12669.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_12686.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_13547.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_14690.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_15789.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ruby_bug_9669.txt rename to test/prism/snapshots/whitequark/ruby_bug_9669.txt diff --git a/test/yarp/snapshots/whitequark/sclass.txt b/test/prism/snapshots/whitequark/sclass.txt similarity index 100% rename from test/yarp/snapshots/whitequark/sclass.txt rename to test/prism/snapshots/whitequark/sclass.txt diff --git a/test/yarp/snapshots/whitequark/self.txt b/test/prism/snapshots/whitequark/self.txt similarity index 100% rename from test/yarp/snapshots/whitequark/self.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_attr_asgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_attr_asgn_conditional.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_binary_op.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_block_chain_cmd.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_block_conditional.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_conditional.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_index.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_index_asgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_index_asgn_legacy.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_index_cmd.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_index_legacy.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_lambda.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_lambda_args.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_lambda_args_noparen.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_lambda_args_shadow.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_lambda_legacy.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_op_asgn_conditional.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_plain.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_plain_cmd.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_self.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_self_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/send_unary_op.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/slash_newline_in_heredocs.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/space_args_arg.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/space_args_arg_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/space_args_arg_call.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/space_args_arg_newline.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/space_args_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/space_args_cmd.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/string___FILE__.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/string_concat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/string_dvar.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/string_interp.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/string_plain.txt rename to test/prism/snapshots/whitequark/string_plain.txt diff --git a/test/yarp/snapshots/whitequark/super.txt b/test/prism/snapshots/whitequark/super.txt similarity index 100% rename from test/yarp/snapshots/whitequark/super.txt rename to test/prism/snapshots/whitequark/super.txt diff --git a/test/yarp/snapshots/whitequark/super_block.txt b/test/prism/snapshots/whitequark/super_block.txt similarity index 100% rename from test/yarp/snapshots/whitequark/super_block.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/symbol_interp.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/symbol_plain.txt rename to test/prism/snapshots/whitequark/symbol_plain.txt diff --git a/test/yarp/snapshots/whitequark/ternary.txt b/test/prism/snapshots/whitequark/ternary.txt similarity index 100% rename from test/yarp/snapshots/whitequark/ternary.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/ternary_ambiguous_symbol.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/trailing_forward_arg.txt rename to test/prism/snapshots/whitequark/trailing_forward_arg.txt diff --git a/test/yarp/snapshots/whitequark/true.txt b/test/prism/snapshots/whitequark/true.txt similarity index 100% rename from test/yarp/snapshots/whitequark/true.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/unary_num_pow_precedence.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/undef.txt rename to test/prism/snapshots/whitequark/undef.txt diff --git a/test/yarp/snapshots/whitequark/unless.txt b/test/prism/snapshots/whitequark/unless.txt similarity index 100% rename from test/yarp/snapshots/whitequark/unless.txt rename to test/prism/snapshots/whitequark/unless.txt diff --git a/test/yarp/snapshots/whitequark/unless_else.txt b/test/prism/snapshots/whitequark/unless_else.txt similarity index 100% rename from test/yarp/snapshots/whitequark/unless_else.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/unless_mod.txt rename to test/prism/snapshots/whitequark/unless_mod.txt diff --git a/test/yarp/snapshots/whitequark/until.txt b/test/prism/snapshots/whitequark/until.txt similarity index 100% rename from test/yarp/snapshots/whitequark/until.txt rename to test/prism/snapshots/whitequark/until.txt diff --git a/test/yarp/snapshots/whitequark/until_mod.txt b/test/prism/snapshots/whitequark/until_mod.txt similarity index 100% rename from test/yarp/snapshots/whitequark/until_mod.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/until_post.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/var_and_asgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/var_op_asgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/var_op_asgn_cmd.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/var_or_asgn.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/when_multi.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/when_splat.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/when_then.txt rename to test/prism/snapshots/whitequark/when_then.txt diff --git a/test/yarp/snapshots/whitequark/while.txt b/test/prism/snapshots/whitequark/while.txt similarity index 100% rename from test/yarp/snapshots/whitequark/while.txt rename to test/prism/snapshots/whitequark/while.txt diff --git a/test/yarp/snapshots/whitequark/while_mod.txt b/test/prism/snapshots/whitequark/while_mod.txt similarity index 100% rename from test/yarp/snapshots/whitequark/while_mod.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/while_post.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/xstring_interp.txt rename to 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 similarity index 100% rename from test/yarp/snapshots/whitequark/xstring_plain.txt rename to test/prism/snapshots/whitequark/xstring_plain.txt diff --git a/test/yarp/snapshots/whitequark/yield.txt b/test/prism/snapshots/whitequark/yield.txt similarity index 100% rename from test/yarp/snapshots/whitequark/yield.txt rename to test/prism/snapshots/whitequark/yield.txt diff --git a/test/yarp/snapshots/whitequark/zsuper.txt b/test/prism/snapshots/whitequark/zsuper.txt similarity index 100% rename from test/yarp/snapshots/whitequark/zsuper.txt rename to test/prism/snapshots/whitequark/zsuper.txt diff --git a/test/yarp/snapshots/xstring.txt b/test/prism/snapshots/xstring.txt similarity index 100% rename from test/yarp/snapshots/xstring.txt rename to test/prism/snapshots/xstring.txt diff --git a/test/yarp/snapshots/yield.txt b/test/prism/snapshots/yield.txt similarity index 100% rename from test/yarp/snapshots/yield.txt rename to test/prism/snapshots/yield.txt diff --git a/test/yarp/test_helper.rb b/test/prism/test_helper.rb similarity index 100% rename from test/yarp/test_helper.rb rename to test/prism/test_helper.rb diff --git a/test/yarp/unescape_test.rb b/test/prism/unescape_test.rb similarity index 100% rename from test/yarp/unescape_test.rb rename to test/prism/unescape_test.rb diff --git a/test/yarp/version_test.rb b/test/prism/version_test.rb similarity index 100% rename from test/yarp/version_test.rb rename to 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]) + # 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/yarp", "yarp") + 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