diff --git a/tests/cases/expressions.html b/tests/cases/expressions.html index 5aa898b..962703e 100644 --- a/tests/cases/expressions.html +++ b/tests/cases/expressions.html @@ -62,5 +62,7 @@ test """ u_escape_shell_expanded := x"shell ${FOO:-(\u{1f41a})} shell" +u_escape_shell_expanded_name := x""" + TERM=${\u{000054}\u{00045}\u{0052}\u{04d}}""" u_escape_in_replace_regex := replace_regex('foo', '^.', "\u{46}") not_u_escape := '\u{1F916}' diff --git a/tests/cases/expressions.just b/tests/cases/expressions.just index 9129452..5f8847d 100644 --- a/tests/cases/expressions.just +++ b/tests/cases/expressions.just @@ -62,5 +62,7 @@ u_escape_triple_quoted := """ test """ u_escape_shell_expanded := x"shell ${FOO:-(\u{1f41a})} shell" +u_escape_shell_expanded_name := x""" + TERM=${\u{000054}\u{00045}\u{0052}\u{04d}}""" u_escape_in_replace_regex := replace_regex('foo', '^.', "\u{46}") not_u_escape := '\u{1F916}'