Moving range tests into their own directory
commit39467848fb7a783044feb92b571785c921c21ab3
authorTatiana Racheva <tatianaracheva@fb.com>
Tue, 14 Aug 2018 00:53:00 +0000 (13 17:53 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Tue, 14 Aug 2018 01:15:48 +0000 (13 18:15 -0700)
treed25e3a888a917411fedc132f1ff759250d9bc394
parent081f88efad2f74177f3b728d247b9da8de72d996
Moving range tests into their own directory

Summary: Moving range and at-char tests into their own directory in order to be able to easily add an idempotence step to the whole-file  tests

Reviewed By: arxanas

Differential Revision: D9260111

fbshipit-source-id: fe37bdd6645005f54a4770ec44643378843eac84
84 files changed:
hphp/hack/test/hackfmt/range_tests/PartialFormattingTest1.flags [moved from hphp/hack/test/hackfmt/tests/PartialFormattingTest1.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/PartialFormattingTest1.php [moved from hphp/hack/test/hackfmt/tests/PartialFormattingTest1.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/PartialFormattingTest1.php.exp [moved from hphp/hack/test/hackfmt/tests/PartialFormattingTest1.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/PartialFormattingTest2.flags [moved from hphp/hack/test/hackfmt/tests/PartialFormattingTest2.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/PartialFormattingTest2.php [moved from hphp/hack/test/hackfmt/tests/PartialFormattingTest2.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/PartialFormattingTest2.php.exp [moved from hphp/hack/test/hackfmt/tests/PartialFormattingTest2.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/PartialFormattingTest3.flags [moved from hphp/hack/test/hackfmt/tests/PartialFormattingTest3.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/PartialFormattingTest3.php [moved from hphp/hack/test/hackfmt/tests/PartialFormattingTest3.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/PartialFormattingTest3.php.exp [moved from hphp/hack/test/hackfmt/tests/PartialFormattingTest3.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_adds_leading_newline.flags [moved from hphp/hack/test/hackfmt/tests/at_char_adds_leading_newline.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_adds_leading_newline.php [moved from hphp/hack/test/hackfmt/tests/at_char_adds_leading_newline.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_adds_leading_newline.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_adds_leading_newline.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_blank_lines.flags [moved from hphp/hack/test/hackfmt/tests/at_char_blank_lines.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_blank_lines.php [moved from hphp/hack/test/hackfmt/tests/at_char_blank_lines.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_blank_lines.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_blank_lines.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_braces.flags [moved from hphp/hack/test/hackfmt/tests/at_char_braces.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_braces.php [moved from hphp/hack/test/hackfmt/tests/at_char_braces.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_braces.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_braces.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_compound_statement.flags [moved from hphp/hack/test/hackfmt/tests/at_char_compound_statement.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_compound_statement.php [moved from hphp/hack/test/hackfmt/tests/at_char_compound_statement.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_compound_statement.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_compound_statement.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_inside_lambda.flags [moved from hphp/hack/test/hackfmt/tests/at_char_inside_lambda.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_inside_lambda.php [moved from hphp/hack/test/hackfmt/tests/at_char_inside_lambda.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_inside_lambda.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_inside_lambda.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_last_arg_adds_trailing_comma.flags [moved from hphp/hack/test/hackfmt/tests/at_char_last_arg_adds_trailing_comma.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_last_arg_adds_trailing_comma.php [moved from hphp/hack/test/hackfmt/tests/at_char_last_arg_adds_trailing_comma.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_last_arg_adds_trailing_comma.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_last_arg_adds_trailing_comma.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_last_arg_removes_trailing_comma.flags [moved from hphp/hack/test/hackfmt/tests/at_char_last_arg_removes_trailing_comma.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_last_arg_removes_trailing_comma.php [moved from hphp/hack/test/hackfmt/tests/at_char_last_arg_removes_trailing_comma.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_last_arg_removes_trailing_comma.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_last_arg_removes_trailing_comma.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_method.flags [moved from hphp/hack/test/hackfmt/tests/at_char_method.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_method.php [moved from hphp/hack/test/hackfmt/tests/at_char_method.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_method.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_method.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_opening_brace.flags [moved from hphp/hack/test/hackfmt/tests/at_char_opening_brace.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_opening_brace.php [moved from hphp/hack/test/hackfmt/tests/at_char_opening_brace.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_opening_brace.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_opening_brace.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_semicolon.flags [moved from hphp/hack/test/hackfmt/tests/at_char_semicolon.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_semicolon.php [moved from hphp/hack/test/hackfmt/tests/at_char_semicolon.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_semicolon.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_semicolon.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_single_line_if.flags [moved from hphp/hack/test/hackfmt/tests/at_char_single_line_if.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_single_line_if.php [moved from hphp/hack/test/hackfmt/tests/at_char_single_line_if.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_single_line_if.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_single_line_if.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_string_literal.flags [moved from hphp/hack/test/hackfmt/tests/at_char_string_literal.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_string_literal.php [moved from hphp/hack/test/hackfmt/tests/at_char_string_literal.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_string_literal.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_string_literal.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_trailing_comment.flags [moved from hphp/hack/test/hackfmt/tests/at_char_trailing_comment.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_trailing_comment.php [moved from hphp/hack/test/hackfmt/tests/at_char_trailing_comment.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_trailing_comment.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_trailing_comment.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_without_trailing_newline.flags [moved from hphp/hack/test/hackfmt/tests/at_char_without_trailing_newline.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_without_trailing_newline.php [moved from hphp/hack/test/hackfmt/tests/at_char_without_trailing_newline.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/at_char_without_trailing_newline.php.exp [moved from hphp/hack/test/hackfmt/tests/at_char_without_trailing_newline.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/binary_expression_range_formatting.flags [moved from hphp/hack/test/hackfmt/tests/binary_expression_range_formatting.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/binary_expression_range_formatting.php [moved from hphp/hack/test/hackfmt/tests/binary_expression_range_formatting.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/binary_expression_range_formatting.php.exp [moved from hphp/hack/test/hackfmt/tests/binary_expression_range_formatting.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/heredoc_partial_formatting.flags [moved from hphp/hack/test/hackfmt/tests/heredoc_partial_formatting.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/heredoc_partial_formatting.php [moved from hphp/hack/test/hackfmt/tests/heredoc_partial_formatting.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/heredoc_partial_formatting.php.exp [moved from hphp/hack/test/hackfmt/tests/heredoc_partial_formatting.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_1.flags [moved from hphp/hack/test/hackfmt/tests/line_range_1.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_1.php [moved from hphp/hack/test/hackfmt/tests/line_range_1.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_1.php.exp [moved from hphp/hack/test/hackfmt/tests/line_range_1.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_2.flags [moved from hphp/hack/test/hackfmt/tests/line_range_2.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_2.php [moved from hphp/hack/test/hackfmt/tests/line_range_2.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_2.php.exp [moved from hphp/hack/test/hackfmt/tests/line_range_2.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_3.flags [moved from hphp/hack/test/hackfmt/tests/line_range_3.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_3.php [moved from hphp/hack/test/hackfmt/tests/line_range_3.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_3.php.exp [moved from hphp/hack/test/hackfmt/tests/line_range_3.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_illegal_interval.flags [moved from hphp/hack/test/hackfmt/tests/line_range_illegal_interval.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_illegal_interval.php [moved from hphp/hack/test/hackfmt/tests/line_range_illegal_interval.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_illegal_interval.php.exp [moved from hphp/hack/test/hackfmt/tests/line_range_illegal_interval.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_out_of_bounds.flags [moved from hphp/hack/test/hackfmt/tests/line_range_out_of_bounds.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_out_of_bounds.php [moved from hphp/hack/test/hackfmt/tests/line_range_out_of_bounds.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/line_range_out_of_bounds.php.exp [moved from hphp/hack/test/hackfmt/tests/line_range_out_of_bounds.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/range_function_call.flags [moved from hphp/hack/test/hackfmt/tests/range_function_call.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/range_function_call.php [moved from hphp/hack/test/hackfmt/tests/range_function_call.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/range_function_call.php.exp [moved from hphp/hack/test/hackfmt/tests/range_function_call.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/xhp_partial_1.flags [moved from hphp/hack/test/hackfmt/tests/xhp_partial_1.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/xhp_partial_1.php [moved from hphp/hack/test/hackfmt/tests/xhp_partial_1.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/xhp_partial_1.php.exp [moved from hphp/hack/test/hackfmt/tests/xhp_partial_1.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/xhp_partial_2.flags [moved from hphp/hack/test/hackfmt/tests/xhp_partial_2.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/xhp_partial_2.php [moved from hphp/hack/test/hackfmt/tests/xhp_partial_2.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/xhp_partial_2.php.exp [moved from hphp/hack/test/hackfmt/tests/xhp_partial_2.php.exp with 100% similarity]
hphp/hack/test/hackfmt/range_tests/xhp_partial_3.flags [moved from hphp/hack/test/hackfmt/tests/xhp_partial_3.flags with 100% similarity]
hphp/hack/test/hackfmt/range_tests/xhp_partial_3.php [moved from hphp/hack/test/hackfmt/tests/xhp_partial_3.php with 100% similarity]
hphp/hack/test/hackfmt/range_tests/xhp_partial_3.php.exp [moved from hphp/hack/test/hackfmt/tests/xhp_partial_3.php.exp with 100% similarity]