-
Notifications
You must be signed in to change notification settings - Fork 254
opm: invalid character '&' in string escape code at offset #1153
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
Comments
@cdjohnson can you add a real FBC catalog for replication? |
Here are some simple steps to reproduce:
Result: |
Hi @cdjohnson. This sounds like an after-action or a breadcrumb for future searches. Is there an action here? |
Yes, exactly. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem: When using versions of OPM (or OPM libraries) prior to 1.28.0 to render, validate, etc a FBC catalog that includes
olm.csv.metadata
that contains analm.examples
annotation or other embedded HTML or JSON, it may fail with an error such as:unmarshal error: invalid character '&' in string escape code at offset...
Details: This problem was fixed in #1094 as a result of revamping the YAML/JSON code that unmarshalls the data to go structs.
Solution: Use version 1.28.0 or later of OPM
Example error:
The text was updated successfully, but these errors were encountered: