Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2025

Conversation

larsewi
Copy link
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 [email protected]

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 <[email protected]>
@larsewi larsewi merged commit 4c6ddcb into cfengine:master Jul 29, 2025
3 of 4 checks passed
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