Part of lp.translations.utilities.tests.test_xpi_properties_format View In Hierarchy
Method | test_UTF8PropertyFileTest | This test makes sure that we handle UTF-8 encoding files. |
Method | test_UnicodeEscapedPropertyFileTest | This test makes sure that we handle unicode escaped files. |
Method | test_InvalidPropertyFileUnicodeEscape | Undocumented |
Method | test_Latin1PropertyFileTest | This test makes sure that we detect bad encodings. |
Method | test_TrailingBackslashPropertyFileTest | Test whether trailing backslashes are well handled. |
Method | test_EscapedQuotesPropertyFileTest | Test whether escaped quotes are well handled. |
Method | test_WholeLineCommentPropertyFileTest | Test whether whole line comments are well handled. |
Method | test_EndOfLineCommentPropertyFileTest | Test whether end of line comments are well handled. |
Method | test_MultiLineCommentPropertyFileTest | Test whether multiline comments are well handled. |
Method | test_URLNotComment | Double slash in a URL is not treated as end-of-line comment. |
Method | test_InvalidLinePropertyFileTest | Test whether an invalid line is ignored. |
Method | test_MultilinePropertyFileTest | Test parsing of multiline entries. |
Method | test_WhiteSpaceBeforeComment | Test that single line comment is detected even with white space. |
Method | _baseContentEncodingTest | This is a base function to check different encodings. |
A trailing backslash as last char in the line continue the string in the following document line.
Escaped quotes must be stored unescaped.