use super::{fixture_file, test_file};
fixture_file!("fixtures/parser/manual", ambiguous_ternary_operator);
fixture_file!("fixtures/parser/manual", invalid_escape_char_syntax_c);
fixture_file!("fixtures/parser/manual", invalid_escape_char_syntax_c_m);
fixture_file!("fixtures/parser/manual", invalid_escape_char_syntax_m);
fixture_file!("fixtures/parser/manual", invalid_escape_char_syntax_m_c);
fixture_file!("fixtures/parser/manual", invalid_hex);
fixture_file!("fixtures/parser/manual", invalid_hex_escape_at_eof);
fixture_file!("fixtures/parser/manual", invalid_unicode_codepoint);
fixture_file!("fixtures/parser/manual", invalid_unicode_escape);
fixture_file!("fixtures/parser/manual", multiple_char_codepoints);
fixture_file!("fixtures/parser/manual", multiple_string_codepoints);
fixture_file!(
"fixtures/parser/manual",
numeric_literal_without_digits_binary
);
fixture_file!(
"fixtures/parser/manual",
numeric_literal_without_digits_decimal
);
fixture_file!("fixtures/parser/manual", numeric_literal_without_digits_hex);
fixture_file!(
"fixtures/parser/manual",
numeric_literal_without_digits_octal
);
fixture_file!("fixtures/parser/manual", test_assignment_to_numparams_1);
fixture_file!("fixtures/parser/manual", test_kwarg_combinations_0);
fixture_file!("fixtures/parser/manual", test_kwarg_combinations_1);
fixture_file!("fixtures/parser/manual", test_lvar_injecting_match_0);
fixture_file!("fixtures/parser/manual", test_marg_combinations_0);
fixture_file!("fixtures/parser/manual", test_marg_combinations_1);
fixture_file!("fixtures/parser/manual", test_marg_combinations_2);
fixture_file!("fixtures/parser/manual", test_marg_combinations_3);
fixture_file!("fixtures/parser/manual", test_marg_combinations_4);
fixture_file!("fixtures/parser/manual", test_marg_combinations_5);
fixture_file!("fixtures/parser/manual", test_marg_combinations_6);
fixture_file!("fixtures/parser/manual", test_marg_combinations_7);
fixture_file!("fixtures/parser/manual", test_marg_combinations_8);
fixture_file!("fixtures/parser/manual", test_marg_combinations_9);
fixture_file!("fixtures/parser/manual", test_range_endless_1);
fixture_file!("fixtures/parser/manual", test_regex_error_0);
fixture_file!("fixtures/parser/manual", test_regex_error_1);
fixture_file!("fixtures/parser/manual", test_regexp_encoding_0);
fixture_file!("fixtures/parser/manual", unterminated_heredoc_id);
fixture_file!("fixtures/parser/manual", unterminated_unicode_escape);