diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-01-03 18:20:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-01-03 18:20:50 +0300 |
commit | cce2dab67a0f4ea6996587d8d57f679a5e0286e6 (patch) | |
tree | 234cc68aa85d632c4fa2e7e2a9d263cc9f89ebc2 /tests | |
parent | b9f034639f3371187a95c9a6ed859948fcccd72a (diff) | |
download | mplint-cce2dab67a0f4ea6996587d8d57f679a5e0286e6.tar.gz mplint-cce2dab67a0f4ea6996587d8d57f679a5e0286e6.tar.bz2 mplint-cce2dab67a0f4ea6996587d8d57f679a5e0286e6.tar.xz mplint-cce2dab67a0f4ea6996587d8d57f679a5e0286e6.zip |
Add support for check firs char in translations (po files).
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testreport.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testreport.txt b/tests/testreport.txt index 4c8dcbf..2a620a7 100644 --- a/tests/testreport.txt +++ b/tests/testreport.txt @@ -43,6 +43,7 @@ [testsrc/bad/license6.h:5]: V005: Missing "This file is part of The ManaPlus Client." [testsrc/bad/packet.cpp:25]: V012: Wrong output packet creation. Must be 'createOutPacket(CMSG...' [testsrc/bad/uk.po:2257]: V010: Wrong character at end of translation line. +[testsrc/bad/uk.po:2269]: V010: Wrong character at start of translation line. [testsrc/bad/uk.po:3712]: V010: Wrong character at end of translation line. [testsrc/bad/virtual1.cpp:33]: V013: Keywords virtual is useless if used with override or final [testsrc/bad/virtual1.cpp:36]: V013: Keywords virtual is useless if used with override or final |