-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
junitxml doesn't escape newlines in attribute values #1218
Copy link
Copy link
Closed
Labels
plugin: junitxmlrelated to the junitxml builtin pluginrelated to the junitxml builtin plugintopic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: bugproblem that needs to be addressedproblem that needs to be addressed
Milestone
Metadata
Metadata
Assignees
Labels
plugin: junitxmlrelated to the junitxml builtin pluginrelated to the junitxml builtin plugintopic: reportingrelated to terminal output and user-facing messages and errorsrelated to terminal output and user-facing messages and errorstype: bugproblem that needs to be addressedproblem that needs to be addressed
Type
Fields
Give feedbackNo fields configured for issues without a type.
If error message has newlines in it then
<failure>-s attributemessagecontains them verbatim, but they should be encoded, otherwise XML parser will lose them.