summaryrefslogtreecommitdiffstats
path: root/tests/auto/xmlpatterns/stderrBaselines
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2011-03-25 23:16:14 (GMT)
committerSergio Ahumada <sergio.ahumada@nokia.com>2011-03-25 23:16:14 (GMT)
commit692c519a09fbb8e5feef9046844627c9e172a64b (patch)
treef8b6f07c6215178bb18350b72158ecff48d1dd9f /tests/auto/xmlpatterns/stderrBaselines
parent24bfb5cfc80966b15a58be6ef8dc5514d3318af1 (diff)
downloadQt-692c519a09fbb8e5feef9046844627c9e172a64b.zip
Qt-692c519a09fbb8e5feef9046844627c9e172a64b.tar.gz
Qt-692c519a09fbb8e5feef9046844627c9e172a64b.tar.bz2
Fix tst_XmlPatterns::xquerySupport() autotest
Diffstat (limited to 'tests/auto/xmlpatterns/stderrBaselines')
-rw-r--r--tests/auto/xmlpatterns/stderrBaselines/Passhelp.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/auto/xmlpatterns/stderrBaselines/Passhelp.txt b/tests/auto/xmlpatterns/stderrBaselines/Passhelp.txt
index 4e789e7..4a86f75 100644
--- a/tests/auto/xmlpatterns/stderrBaselines/Passhelp.txt
+++ b/tests/auto/xmlpatterns/stderrBaselines/Passhelp.txt
@@ -1,28 +1,28 @@
xmlpatterns -- A tool for running XQuery queries.
- - When appearing, any following options are not
+ - When appearing, any following options are not
interpreted as switches.
-help Displays this help.
- -initial-template <string> The name of the initial template to call as a
+ -initial-template <string> The name of the initial template to call as a
Clark Name.
- -is-uri If specified, all filenames on the command line
+ -is-uri If specified, all filenames on the command line
are interpreted as URIs instead of a local
filenames.
- -no-format By default output is formatted for readability.
+ -no-format By default output is formatted for readability.
When specified, strict serialization is
performed.
- -output <local file> A local file to which the output should be
+ -output <local file> A local file to which the output should be
written. The file is overwritten, or if not
exist, created. If absent, stdout is used.
- -param <name=value> Binds an external variable. The value is
+ -param <name=value> Binds an external variable. The value is
directly available using the variable
reference: $name.
-version Displays version information.
- focus <string> The document to use as focus. Mandatory in case
+ focus <string> The document to use as focus. Mandatory in case
a stylesheet is used. This option is also
affected by the is-uris option.
- query/stylesheet <string> A local filename pointing to the query to run.
+ query/stylesheet <string> A local filename pointing to the query to run.
If the name ends with .xsl it's assumed to be
an XSL-T stylesheet. If it ends with .xq, it's
assumed to be an XQuery query. (In other cases