swc/crates/swc_ecma_minifier/tests/terser/compress/template-string
2022-02-11 18:33:08 +09:00
..
allow_chained_templates test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
allow_null_character test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
array_join test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
check_escaped_chars test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
coerce_to_string test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
do_not_optimize_tagged_template_1 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
do_not_optimize_tagged_template_2 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
equality test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
es2018_revision_of_template_escapes_1 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
escape_dollar_curly test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
evaluate_nested_templates test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
invalid_escape_in_template_string_1 refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
invalid_escape_in_template_string_2 refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
invalid_escape_in_template_string_3 refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
invalid_escape_in_template_string_4 refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
invalid_escape_in_template_string_5 refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
invalid_hex_character_pattern refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
invalid_unicode_escape_in_regular_string refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
invalid_unicode_patterns refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
invalid_unicode_patterns_2 refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
invalid_unicode_patterns_3 refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
issue_1856 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
issue_1856_ascii_only test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
keep_raw_content_in_tagged_template test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
regex_1 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
regex_2 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
respect_inline_script test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
return_template_string_with_trailing_backslash test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
semicolons test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
sequence_1 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
sequence_2 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
side_effects test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
simple_string test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
special_chars_in_string test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
tagged_call_with_invalid_escape test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
tagged_call_with_invalid_escape_2 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
tagged_template_function_inline_1 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
tagged_template_function_inline_2 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
tagged_template_function_inline_3 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
tagged_template_function_inline_4 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
tagged_template_function_inline_5 test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
tagged_template_parens test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
tagged_template_valid_strict_legacy_octal test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
tagged_template_with_comment test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
tagged_template_with_ill_formed_unicode_escape test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
tagged_template_with_invalid_escape test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_concattenating_string test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_ending_with_newline test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_evaluate_undefined test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_literal_plus test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_literal_plus_grouping test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_starting_with_newline test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_string_evaluate_with_many_segments test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_string_prefixes test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_string_to_normal_string test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_string_with_constant_expression test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_string_with_many_segments test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_string_with_predefined_constants test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_strings test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_strings_ascii_only test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_strings_without_ascii_only test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
template_with_newline test(es/minifier): Add snapshot testing for the analyzer (#3529) 2022-02-11 18:33:08 +09:00
untagged_template_with_ill_formed_unicode_escape refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00