-
Notifications
You must be signed in to change notification settings - Fork 75
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
Report command fails for some textual content when the output format is JSON #1016
Comments
I have to say @psiotwo your tickets are great :) Thanks for that. Its a bit hard right now to find resources to fix such bugs, but, regardless, your issues are really well reported and helpful! Thanks! |
👍 Sure, clear ... will try to help resolving the stuff, as time permits ... . |
psiotwo
added a commit
to psiotwo/robot
that referenced
this issue
Jun 28, 2022
5 tasks
jamesaoverton
added a commit
to psiotwo/robot
that referenced
this issue
Oct 28, 2022
jamesaoverton
added a commit
that referenced
this issue
Oct 28, 2022
[#1016] Fixes JSON report serialisation
Checked, works as of 1.9.1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having input.owl:
and running
java -jar robot.jar report --input input.owl --output output.json
ends up with
Looks like some correlation inside the text field - removing the skos: prefix or the escaped double quotes makes things working. Also, textual output format (not JSON) works too.
The text was updated successfully, but these errors were encountered: