summaryrefslogtreecommitdiffstats
path: root/tests/auto/linguist/lupdate/testdata/good/multiple_locations/project.ts.result
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/linguist/lupdate/testdata/good/multiple_locations/project.ts.result')
-rw-r--r--tests/auto/linguist/lupdate/testdata/good/multiple_locations/project.ts.result10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/auto/linguist/lupdate/testdata/good/multiple_locations/project.ts.result b/tests/auto/linguist/lupdate/testdata/good/multiple_locations/project.ts.result
index 4849bf4bd..f10f9cced 100644
--- a/tests/auto/linguist/lupdate/testdata/good/multiple_locations/project.ts.result
+++ b/tests/auto/linguist/lupdate/testdata/good/multiple_locations/project.ts.result
@@ -4,9 +4,9 @@
<context>
<name></name>
<message id="lollipop">
+ <location filename="main.cpp" line="38"/>
<location filename="main.cpp" line="43"/>
- <location filename="main.cpp" line="48"/>
- <location filename="main.cpp" line="67"/>
+ <location filename="main.cpp" line="62"/>
<source>this is the source text</source>
<extracomment>commented
----------
@@ -18,7 +18,7 @@ even more commented</extracomment>
<context>
<name>QObject</name>
<message>
- <location filename="main.cpp" line="59"/>
+ <location filename="main.cpp" line="54"/>
<source>another message</source>
<comment>here with a lot of noise in the comment so it is long enough</comment>
<translation type="unfinished"></translation>
@@ -28,9 +28,9 @@ even more commented</extracomment>
<context>
<name>context</name>
<message>
+ <location filename="finddialog.cpp" line="29"/>
<location filename="finddialog.cpp" line="34"/>
- <location filename="finddialog.cpp" line="39"/>
- <location filename="main.cpp" line="38"/>
+ <location filename="main.cpp" line="33"/>
<source>just a message</source>
<extracomment>This is one comment
----------