Closed goneall closed 5 years ago
This happens if there is a linefeed in the source XML. For example:
<crossRefs> <crossRef>http://www.libpng.org/pub/png/src/libpng-LICENSE.txt </crossRef> </crossRefs>
will produce:
"seeAlso": [ "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt\n " ],
This was originally reported against the licenseListData repo: https://github.com/spdx/license-list-data/issues/50
Fixed with PR #53
This happens if there is a linefeed in the source XML. For example:
will produce:
This was originally reported against the licenseListData repo: https://github.com/spdx/license-list-data/issues/50