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
Found when I added tests related to #1351, see ebdb95b
This fails because ParserContext's setInputSource() method thinks it's receiving string data, and not a path to a file.
setInputSource()
Would love if someone comfortable with JRuby would fix this quickly, as the failing test is on master.
/cc @jvshahid @yokolet
The text was updated successfully, but these errors were encountered:
Sure, i'll take a look at it.
Sorry, something went wrong.
1af3f8c
@jvshahid - We received a PR that addresses this, which I just merged. No worries!
No branches or pull requests
Found when I added tests related to #1351, see ebdb95b
This fails because ParserContext's
setInputSource()
method thinks it's receiving string data, and not a path to a file.Would love if someone comfortable with JRuby would fix this quickly, as the failing test is on master.
/cc @jvshahid @yokolet
The text was updated successfully, but these errors were encountered: