Skip to content

create-empty-test: removed escape sequence from double quotes#1828

Merged
larsewi merged 1 commit into
cfengine:masterfrom
larsewi:quoted
Jul 29, 2025
Merged

create-empty-test: removed escape sequence from double quotes#1828
larsewi merged 1 commit into
cfengine:masterfrom
larsewi:quoted

Conversation

@larsewi
Copy link
Copy Markdown
Contributor

@larsewi larsewi commented Jul 29, 2025

After simplifying the create-empty-test script in
https://github.com/cfengine/buildscripts/pull/1815/files we no longer
need to escape the double quotes. Doing so causes the literal backslash
to be included causing the following error:

org.dom4j.DocumentException: Error on line 1 of document  : The value following "version" in the XML declaration must be a quoted string.

Signed-off-by: Lars Erik Wik lars.erik.wik@northern.tech

Build on MinGW
Build Status

After simplifying the create-empty-test script in
https://github.com/cfengine/buildscripts/pull/1815/files we no longer
need to escape the double quotes. Doing so causes the literal backslash
to be included causing the following error:

```
org.dom4j.DocumentException: Error on line 1 of document  : The value following "version" in the XML declaration must be a quoted string.
```

Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
@larsewi larsewi merged commit 4c6ddcb into cfengine:master Jul 29, 2025
3 of 4 checks passed
@larsewi larsewi deleted the quoted branch October 2, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants