-
Notifications
You must be signed in to change notification settings - Fork 28
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
panic: strings: negative Repeat count #103
Comments
The option |
@sibprogrammer I didn't want to open a new issue so I'm adding a bit more information here as I'm getting a similar crash for even simpler cases, for example on Mac OSX (
results with -
I did notice that on a Linux machine I need to specify
|
@SharonBrizinov The root cause of the problem in the initial comment was a little bit different. For your use case, it's an attempt to format invalid XML and HTML. Unfortunately, |
Problem Statement
Got error message from following command.
Steps to Reproduce
curl --silent https://api.politiet.no/politiloggen/v1/rss | xq --html
Actual Result
Expected Result
The text was updated successfully, but these errors were encountered: