summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/preprocess_clang_parser/project.ts.result
blob: 666dc0ff1c2890b294116f1b18327114f5758817 (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
.*
<!DOCTYPE TS>
<TS version="2.1">
<context>
    <name>QApplication</name>
    <message>
        <location filename="main.cpp" line="34"/>
        <source>Hello world</source>
        <comment>Platform-independent file</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.cpp" line=.*/>
        <source>KindType</source>
        <comment>The other option has been skipped</comment>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.cpp" line="53"/>
        <source>One string, three lines</source>
        <translation type="unfinished"></translation>
    </message>
    <message>
        <location filename="main.cpp" line="57"/>
        <source>a backslash followed by newline should be ignored and the next line should be syntactically considered to be on the same line</source>
        <translation type="unfinished"></translation>
    </message>
</context>
</TS>