Skip to content

Single and double quotes not interchangeable after xst execute #116

@daliboris

Description

@daliboris

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
true

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions