-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
What happened?
When calling execute command with parameter that expect string, only combination of single quotes inside double quoted text ("... '..' ... " ) works.
The opposit case ('... ".." ... ') doesn't work: double quotes are ommited.
Combination of single quotes inside double quotes is used in the readme help.
System Information
Build: eXist-6.0.1 (51506fc97a9e5bb55fdea71fc76def2c9d402886)
Java: 1.8.0_292 (Azul Systems, Inc.)
OS: Windows 10 10.0 (amd64)Relevant shell output
xst execute 'xmldb:reindex("/db/apps/%project%-data")' --config admin.xstrc
xmldb:reindex(/db/apps/mordigital-data)
xst execute "xmldb:reindex('/db/apps/%project%-data')" --config admin.xstrc
trueReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation