diff options
| author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2022-05-21 22:18:47 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-05-21 16:25:55 -0700 |
| commit | 270ccd2a677766b7a7e22fdc16d6bb310eeda65b (patch) | |
| tree | 4d249dc8cde69bdcb5da718d7983e9b37579b75c /git-gui/lib | |
| parent | 78d5e4cfb4b9f023549596c0d6fd0afdef57d571 (diff) | |
test(junit): avoid line feeds in XML attributes
In the test case's output, we do want newline characters, but in the XML
attributes we do not want them.
However, the `xml_attr_encode` function always adds a Line Feed at the
end (which are then encoded as `
`, even for XML attributes.
This seems not to faze Azure Pipelines' XML parser, but it still is
incorrect, so let's fix it.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib')
0 files changed, 0 insertions, 0 deletions
