Special characters: & < > " ' ©
""" - actual = html2htpy(input) + actual = html2htpy(input, import_mode="no") assert actual == 'p["Special characters: & < > \\" \' ©"]' @@ -137,7 +148,7 @@ def test_convert_f_string_escaping() -> None:{{ variable }} is "a" { paragraph }.
""" - actual = html2htpy(input) + actual = html2htpy(input, import_mode="no") expected = r'p[f"{ variable } is \"a\" {{ paragraph }}."]' assert actual == expected @@ -161,7 +172,7 @@ def test_convert_f_string_escaping_complex() -> None: