Use JSON for FFP tests
commit9252af598c4c1273bd305d55b15683dffa2b7f50
authorWilfred Hughes <wilfred@fb.com>
Mon, 1 Jun 2020 23:54:16 +0000 (1 16:54 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Mon, 1 Jun 2020 23:57:35 +0000 (1 16:57 -0700)
treef3df80322449d500cc87fecd6c298f1edaba8d45
parentc513add1d3f5e1ba87ace3ca0189698e88ef619b
Use JSON for FFP tests

Summary: We want to remove the sexp dumper, but we still want good test coverage of the full fidelity parser. Use pretty-printed JSON for .exp tests instead.

Differential Revision: D21748201

fbshipit-source-id: 758e9b9ac96cd6548751bb1f8e7ad55c1e8e13b0
652 files changed:
hphp/hack/test/full_fidelity/cases/abstract_property.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/abstract_property.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/abstract_static_props/abstract_const_init.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/abstract_static_props/abstract_const_init.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/abstract_static_props/abstract_private_prop.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/abstract_static_props/abstract_private_prop.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/abstract_static_props/abstract_static_prop.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/abstract_static_props/abstract_static_prop.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/atted_attribute_syntax/test_atted_attribute_syntax.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/atted_attribute_syntax/test_atted_attribute_syntax.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/atted_attribute_syntax/test_atted_edge_cases.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/atted_attribute_syntax/test_atted_edge_cases.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/atted_attribute_syntax/test_no_mixed_syntax_same_decl.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/atted_attribute_syntax/test_no_mixed_syntax_same_decl.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/atted_attribute_syntax/test_no_soft_typehints.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/atted_attribute_syntax/test_no_soft_typehints.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/await_as_an_expression_assignment_inside_lambda.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/await_as_an_expression_assignment_inside_lambda.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/await_as_an_expression_lambda.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/await_as_an_expression_lambda.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/await_as_an_expression_simple.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/await_as_an_expression_simple.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/error/await_as_an_expression_invalid_location.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/error/await_as_an_expression_invalid_location.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/error/await_as_an_expression_reuse_lval_1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/error/await_as_an_expression_reuse_lval_1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/error/await_as_an_expression_reuse_lval_2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/error/await_as_an_expression_reuse_lval_2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/error/await_as_an_expression_reuse_lval_3.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/error/await_as_an_expression_reuse_lval_3.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/error/await_as_an_expression_reuse_lval_4.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/await_as_an_expression/error/await_as_an_expression_reuse_lval_4.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/await_as_toplevel.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/await_as_toplevel.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/await_new_precedence.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/await_new_precedence.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/await_old_precedence.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/await_old_precedence.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/bad_class_declaration.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/bad_class_declaration.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/byref-assignment/1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/byref-assignment/1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/byref-assignment/2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/byref-assignment/2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/byref-assignment/3.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/byref-assignment/3.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/byref-assignment/4.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/byref-assignment/4.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/byref-assignment/lvarvar.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/byref-assignment/lvarvar.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers10.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers10.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers11.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers11.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers12.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers12.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers13.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers13.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers14.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers14.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers15.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers15.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers16.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers16.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers3.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers3.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers4.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers4.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers5.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers5.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers6.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers6.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers7.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers7.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers8.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers8.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/collection_initializers9.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/collection_initializers9.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_complex_assign.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_complex_assign.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_nested_with_async_closure_1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_nested_with_async_closure_1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_nested_with_async_closure_2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_nested_with_async_closure_2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_reuse_lval_1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_reuse_lval_1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_reuse_lval_2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_reuse_lval_2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_simple.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_simple.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_with_other_await.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/concurrent_with_other_await.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_complex_lval.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_complex_lval.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_empty.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_empty.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_nested_concurrent.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_nested_concurrent.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_nested_with_async_closure_1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_nested_with_async_closure_1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_no_await.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_no_await.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_no_compound.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_no_compound.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_return.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_return.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_reuse_lval_1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_reuse_lval_1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_reuse_lval_2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_reuse_lval_2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_reuse_lval_4.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_reuse_lval_4.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_reuse_lval_5.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_reuse_lval_5.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_reuse_lval_6.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_reuse_lval_6.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_single.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/concurrent/error/concurrent_single.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/context/test_extra_error_trivia.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/context/test_extra_error_trivia.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/context/test_method_decl_extra_token.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/context/test_method_decl_extra_token.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/context/test_missing_foreach_value.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/context/test_missing_foreach_value.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/context/test_missing_name_in_expression.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/context/test_missing_name_in_expression.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/context/test_nested_function.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/context/test_nested_function.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/context/test_nested_function_lite.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/context/test_nested_function_lite.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/context/test_nested_incomplete_if.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/context/test_nested_incomplete_if.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/context/test_recovery_to_classish1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/context/test_recovery_to_classish1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/context/test_recovery_to_classish2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/context/test_recovery_to_classish2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/context/test_recovery_to_classish3.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/context/test_recovery_to_classish3.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/context/test_single_extra_token_recovery.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/context/test_single_extra_token_recovery.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/dune
hphp/hack/test/full_fidelity/cases/empty_expression_illegal.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/empty_expression_illegal.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/empty_stdClass_prop.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/empty_stdClass_prop.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/error_recovery1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/error_recovery1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/file_attributes_before_namespace.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/file_attributes_before_namespace.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/final_interface_trait/final_interface.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/final_interface_trait/final_interface.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/final_interface_trait/final_trait.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/final_interface_trait/final_trait.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_default_args/array_non_static.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_default_args/array_non_static.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_default_args/await_expression.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_default_args/await_expression.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_default_args/call_in_static_vec.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_default_args/call_in_static_vec.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_default_args/call_in_static_vec_like_array.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_default_args/call_in_static_vec_like_array.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_default_args/func_arg.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_default_args/func_arg.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_default_args/list_expression.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_default_args/list_expression.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_default_args/list_non_static.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_default_args/list_non_static.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_default_args/tuple_as_constant.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_default_args/tuple_as_constant.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_default_args/yield_expression.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_default_args/yield_expression.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/bad_parse1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/bad_parse1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/bad_parse2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/bad_parse2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/bad_parse3.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/bad_parse3.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/bad_parse4.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/bad_parse4.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/chained_class_get.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/chained_class_get.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/chained_class_get_with_targ.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/chained_class_get_with_targ.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/class_get_expr.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/class_get_expr.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/class_get_expr_with_targ.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/class_get_expr_with_targ.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/class_get_variable.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/class_get_variable.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/class_meth_pointer.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/class_meth_pointer.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/class_meth_pointer_with_targ.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/class_meth_pointer_with_targ.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/class_static_variable.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/class_static_variable.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/class_static_variable_with_targ.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/class_static_variable_with_targ.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/double_function_pointer.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/double_function_pointer.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/empty_targs_function_call.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/empty_targs_function_call.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/function_call_with_targ.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/function_call_with_targ.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/function_call_with_targs.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/function_call_with_targs.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/function_pointer_with_targ_with_attribute.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/function_pointer_with_targ_with_attribute.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/inst_meth.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/inst_meth.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/inst_meth_with_targ.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/inst_meth_with_targ.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/named_function.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/named_function.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/named_function_with_targ.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/named_function_with_targ.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/obj_get_expr.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/obj_get_expr.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/obj_get_expr_with_targ.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/obj_get_expr_with_targ.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/parenthesized_pointer.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/parenthesized_pointer.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/static_class_static_variable.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/static_class_static_variable.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/static_class_static_variable_with_targ.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/static_class_static_variable_with_targ.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/string_pointer.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/string_pointer.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/unnamed_function.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/unnamed_function.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/function_pointers/unnamed_function_with_targ.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/function_pointers/unnamed_function_with_targ.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/globals-read.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/globals-read.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/globals-references.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/globals-references.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/globals-write.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/globals-write.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/globals.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/globals.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php3.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php3.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php4.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php4.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php_cap1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php_cap1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php_cap2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php_cap2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php_cap3.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php_cap3.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php_cap4.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/hack_kw_in_php_cap4.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/hh_parse/unterminated_fun_decl.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/hh_parse/unterminated_fun_decl.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/inout_in_new.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/inout_in_new.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/instanceof1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/instanceof1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/instanceof2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/instanceof2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_class.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_class.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_const.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_const.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_function.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_function.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_interface.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_interface.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_method.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_method.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_property.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_property.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_trait.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_trait.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_trait_use_alias_item.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_trait_use_alias_item.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_type_const.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/invalid_modifiers_type_const.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/keyword_as_class_allowed.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/keyword_as_class_allowed.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/keyword_as_class_reserved.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/keyword_as_class_reserved.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/keyword_as_class_reserved_php.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/keyword_as_class_reserved_php.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/keyword_as_class_unexpected.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/keyword_as_class_unexpected.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/keyword_as_const.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/keyword_as_const.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/keyword_as_const_w_ty_spec.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/keyword_as_const_w_ty_spec.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/keyword_as_enum.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/keyword_as_enum.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/keyword_as_enum.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/keyword_as_function_allowed.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/keyword_as_function_allowed.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/keyword_as_function_unexpected.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/keyword_as_function_unexpected.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/keyword_as_member.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/keyword_as_member.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/keyword_as_method.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/keyword_as_method.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/keyword_as_static_method.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/keyword_as_static_method.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/lambda_default_args/array_non_static.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/lambda_default_args/array_non_static.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/lambda_default_args/await_expression.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/lambda_default_args/await_expression.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/lambda_default_args/call_in_static_vec.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/lambda_default_args/call_in_static_vec.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/lambda_default_args/call_in_static_vec_like_array.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/lambda_default_args/call_in_static_vec_like_array.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/lambda_default_args/default_borrowed_variable.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/lambda_default_args/default_borrowed_variable.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/lambda_default_args/default_local_variable.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/lambda_default_args/default_local_variable.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/lambda_default_args/func_arg.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/lambda_default_args/func_arg.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/lambda_default_args/list_expression.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/lambda_default_args/list_expression.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/lambda_default_args/list_non_static.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/lambda_default_args/list_non_static.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/lambda_default_args/tuple_as_constant.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/lambda_default_args/tuple_as_constant.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/lambda_default_args/yield_expression.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/lambda_default_args/yield_expression.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/legacy_attribute_syntax/no_legacy_attribute_syntax.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/legacy_attribute_syntax/no_legacy_attribute_syntax.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/legacy_soft_typehints/no_legacy_soft_typehints.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/legacy_soft_typehints/no_legacy_soft_typehints.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/local_with_type.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/local_with_type.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/lval_as_an_expression/error/lval_as_an_expression_simple_error.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/lval_as_an_expression/error/lval_as_an_expression_simple_error.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/lval_as_an_expression/lval_as_an_expression_simple.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/lval_as_an_expression/lval_as_an_expression_simple.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/method_dispatch_06.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/method_dispatch_06.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/method_dispatch_07.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/method_dispatch_07.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/method_dispatch_15.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/method_dispatch_15.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/method_dispatch_16.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/method_dispatch_16.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/methodish_trait_resolution.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/methodish_trait_resolution.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/modes/test_empty_mode.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/modes/test_empty_mode.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/modes/test_incorrect_mode_1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/modes/test_incorrect_mode_1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/modes/test_incorrect_mode_2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/modes/test_incorrect_mode_2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/modes/test_mode_ignored_in_php.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/modes/test_mode_ignored_in_php.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/modes/test_multi_line_comment.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/modes/test_multi_line_comment.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/modes/test_strict_mode.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/modes/test_strict_mode.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/namespaces/namespace_as_namespace_name.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/namespaces/namespace_as_namespace_name.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/namespaces/namespace_as_namespace_name3.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/namespaces/namespace_as_namespace_name3.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/namespaces/namespace_as_namespace_name4.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/namespaces/namespace_as_namespace_name4.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/namespaces/preceding_backslash_group_use_clause.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/namespaces/preceding_backslash_group_use_clause.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/namespaces/preceding_backslash_name.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/namespaces/preceding_backslash_name.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/namespaces/reserved_namespace_token.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/namespaces/reserved_namespace_token.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/namespaces/reserved_namespace_token2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/namespaces/reserved_namespace_token2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/namespaces/trailing_backslash_namespace_use.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/namespaces/trailing_backslash_namespace_use.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/namespaces/trailing_backslashes.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/namespaces/trailing_backslashes.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/namespaces/trailing_backslashes_namespace.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/namespaces/trailing_backslashes_namespace.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/namespaces/trailing_backslashes_namespace2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/namespaces/trailing_backslashes_namespace2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/node_lval_type.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/node_lval_type.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/parameter_promotion.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/parameter_promotion.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/property_declaration_missing_visibility_modifier.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/property_declaration_missing_visibility_modifier.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/property_declaration_with_attribute_missing_visibility_modifier.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/property_declaration_with_attribute_missing_visibility_modifier.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/purity-v1/parse_multiple_rx+pure.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/purity-v1/parse_multiple_rx+pure.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/reassign_this.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/reassign_this.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/reassign_this2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/reassign_this2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/reference_array.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/reference_array.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/reference_in_nested_unary.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/reference_in_nested_unary.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/reference_varray.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/reference_varray.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/static_const_props/static_const_prop_init.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/static_const_props/static_const_prop_init.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/superglobal-reference.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/superglobal-reference.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_abstract_classish_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_abstract_classish_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_abstract_final_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_abstract_final_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_abstract_initializers.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_abstract_initializers.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_abstract_methodish_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_abstract_methodish_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_alias_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_alias_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_array_expression.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_array_expression.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_array_key_value_precedence.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_array_key_value_precedence.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_as_expression_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_as_expression_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_async_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_async_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_atted_attributes_without_flag.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_atted_attributes_without_flag.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_attribute_spec.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_attribute_spec.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_awaitable_creation.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_awaitable_creation.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_class_const.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_class_const.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_class_const_phpmode.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_class_const_phpmode.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_class_level_where_constraint.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_class_level_where_constraint.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_class_level_where_constraint_list.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_class_level_where_constraint_list.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_class_level_where_constraint_multiple_generics.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_class_level_where_constraint_multiple_generics.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_class_method_declaration.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_class_method_declaration.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_class_type_const.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_class_type_const.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_class_with_attributes.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_class_with_attributes.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_class_with_qualified_name.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_class_with_qualified_name.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_classish_inside_function_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_classish_inside_function_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_closure_type.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_closure_type.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_conditional.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_conditional.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_constructor_destructor.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_constructor_destructor.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_correct_code1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_correct_code1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_declaration_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_declaration_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_default_param_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_default_param_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_degenerate_ternary.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_degenerate_ternary.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_dynamic_property.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_dynamic_property.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_empty_class.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_empty_class.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_enum.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_enum.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_errors_array_type.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_errors_array_type.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_errors_class.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_errors_class.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_errors_dynamic_method_call.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_errors_dynamic_method_call.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_errors_method.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_errors_method.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_errors_not_strict.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_errors_not_strict.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_errors_properties.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_errors_properties.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_errors_statements.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_errors_statements.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_errors_strict.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_errors_strict.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_errors_variadic_param.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_errors_variadic_param.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_errors_variadic_param_default.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_errors_variadic_param_default.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_eval_deref.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_eval_deref.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_expression_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_expression_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_extends_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_extends_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_for_statements.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_for_statements.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_foreach_statements.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_foreach_statements.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_funcall_with_type_arguments.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_funcall_with_type_arguments.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_function_call.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_function_call.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_global_constant.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_global_constant.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_group_use_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_group_use_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_implements_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_implements_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_inclusion_directive.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_inclusion_directive.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_incomplete_file.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_incomplete_file.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_indirection.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_indirection.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_inout_params.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_inout_params.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_inout_params_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_inout_params_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_interface_method_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_interface_method_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_invalid_unary_expressions.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_invalid_unary_expressions.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_is_expression_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_is_expression_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_lambda_byref_assign.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_lambda_byref_assign.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_lambda_no_typehints_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_lambda_no_typehints_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_lambda_variadic_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_lambda_variadic_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_legal_php.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_legal_php.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_like_types.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_like_types.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_list_expression.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_list_expression.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_list_expression_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_list_expression_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_literals.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_literals.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_method_modifier_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_method_modifier_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_misspelling_recovery.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_misspelling_recovery.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_misspelling_recovery2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_misspelling_recovery2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_mixed_bracketed_unbracketed_namespaces1.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_mixed_bracketed_unbracketed_namespaces1.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_mixed_bracketed_unbracketed_namespaces2.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_mixed_bracketed_unbracketed_namespaces2.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_namespace.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_namespace.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_namespace_error_recovery.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_namespace_error_recovery.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_nested_namespace_declarations.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_nested_namespace_declarations.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_no_errors_strict.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_no_errors_strict.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_null_coalesce_assignment.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_null_coalesce_assignment.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_object_creation_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_object_creation_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_php_blocks_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_php_blocks_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_prefixed_string.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_prefixed_string.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_prefixed_string_errors_single_quoted.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_prefixed_string_errors_single_quoted.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_prefixed_string_errors_whitespace.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_prefixed_string_errors_whitespace.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_reified_generic_attributes.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_reified_generic_attributes.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_reified_generics.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_reified_generics.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_shapes.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_shapes.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_simple.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_simple.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_soft_attribute.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_soft_attribute.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_soft_wrong_position.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_soft_wrong_position.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_spaces_preserved_in_string_containing_expression.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_spaces_preserved_in_string_containing_expression.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_statement_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_statement_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_statements.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_statements.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_string_interpolation.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_string_interpolation.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_string_interpolation_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_string_interpolation_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_trailing_commas.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_trailing_commas.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_trait.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_trait.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_trivia.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_trivia.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_try_statement.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_try_statement.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_tuple_type_keyword.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_tuple_type_keyword.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_type_alias.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_type_alias.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_type_const.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_type_const.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_types_type_const.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_types_type_const.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_using.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_using.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_using_bad.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_using_bad.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_var_phpism.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_var_phpism.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_variadic_ref_decorators.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_variadic_ref_decorators.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_variadic_type_hint.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_variadic_type_hint.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_varray_darray_expressions.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_varray_darray_expressions.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_varray_darray_types.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_varray_darray_types.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_visibility_modifier_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_visibility_modifier_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_xhp_attribute_enum_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_xhp_attribute_enum_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_xhp_attributes.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_xhp_attributes.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_xhp_lexing.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_xhp_lexing.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_xhp_repeated_decl_errors.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_xhp_repeated_decl_errors.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/test_xhp_require.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/test_xhp_require.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/this_in_static.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/this_in_static.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/trait_require.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/trait_require.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/type_constant_attributes.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/type_constant_attributes.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/unset_as_expression.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/unset_as_expression.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/use_const_as.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/use_const_as.php.sexp.exp [deleted file]
hphp/hack/test/full_fidelity/cases/use_const_as_case_sensitive.php.json.exp [new file with mode: 0644]
hphp/hack/test/full_fidelity/cases/use_const_as_case_sensitive.php.sexp.exp [deleted file]