We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
>/ open čů.xml ; >/ save :b ; Document saved into file '%C4%8D%C5%AF.html'.
Sorry, something went wrong.
Works correctly on my home desktop 🤔
Reported to libxml2 as 141. It seems it won't be fixed.
This is a simple reproducer:
#! /bin/bash set -eu pcnt=1%3Aa.xml echo '<root1/>' > 1:a.xml echo '<root2/>' > "$pcnt" [[ -f $pcnt ]] xsh << __XSH__ open '1%3Aa.xml' ; save :b ; __XSH__ [[ -f $pcnt ]]
The libxml2 bug has been reportedly fixed. Waiting for confirmation.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: