-
Notifications
You must be signed in to change notification settings - Fork 37
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
groff(1) comment syntax is not supported #63
Comments
@alejandro-colomar Can you point me to a a typical document with a license I can use for a test case? I'm working on a new release of the library and may be able to get a fix in before the release. |
Yes, I'll look it up tomorrow. Thanks! |
You can check it in your system: At least on Debian, you can If you need to download it, you could either clone the man-pages repo and find |
Thanks @alejandro-colomar - I copied the license text and used it for the unit test. |
Resolved with PR #64 |
As reported in spdx/license-list-XML#1319, the comment syntax of groff, and therefore that of the man-pages, isn't supported.
The implementation is here:
Spdx-Java-Library/src/main/java/org/spdx/utility/compare/LicenseCompareHelper.java
Line 138 in e47801c
groff comments basically start with
.\"
. If I have some time, I'll try and fix it, but in the meantime I'll report it :)The text was updated successfully, but these errors were encountered: