blob: 3959bde70f7af571827e8855faae493183bfd636 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
bad.po.test: Mismatched quotes:
msgid "bad1: odd number of quotes"
msgstr """
bad.po.test: Mismatched quotes:
msgid "bad2: unclosed"
msgstr "
bad.po.test: Not in msg format:
msgid "bad3: no msgstr line"
bad.po.test: Mismatched quotes:
msgid "bad4: no msgstr value"
msgstr
bad.po.test: Mismatched quotes:
msgid "bad5: escaped backslash doesn't escape quote"
msgstr "\\""
bad.po.test: unclosed <b>:
msgid "bad6"
msgstr "<b>x"
bad.po.test: unclosed <b>:
msgid "bad7"
msgstr "<b>>"
bad.po.test: unclosed <b>:
msgid "bad8"
msgstr "<b>a>"
bad.po.test: unclosed <i>:
msgid "bad9"
msgstr "<i>a"
bad.po.test: unclosed <u>:
msgid "bad10"
msgstr "<u><"
bad.po.test: unclosed <sub>:
msgid "bad11"
msgstr "<sub>a<"
bad.po.test: unclosed <b>:
msgid "bad12"
msgstr "<b>a<b></b>"
bad.po.test: unclosed <b>:
msgid "bad13"
msgstr "<b>a<>"
bad.po.test: unclosed <b>:
msgid "bad14"
msgstr "<b>a<b>"
bad.po.test: unclosed <b>:
msgid "bad15"
msgstr "<b>a</B>"
bad.po.test: unclosed <b>:
msgid "bad16"
msgstr "<b>a</b"
bad.po.test: <b> can't have attributes in Pango:
msgid "bad17"
msgstr "<b face=\"bold\">hi</b>"
bad.po.test: Unexpected <span> attributes `fdsa="bold"':
msgid "bad18"
msgstr "<span fdsa=\"bold\">hi</span>"
bad.po.test: Trailing whitespace:
msgid "bad19: trailing whitespace"
msgstr "tabs etc. after string."
|