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
Don't know what this is trying to test exactly:
RegistryTools.jl/test/regedit.jl
Lines 333 to 336 in 77e2a02
Right now it gets
compat_file: Test Failed at /home/pkgeval/.julia/packages/RegistryTools/2CM18/test/regedit.jl:333 Expression: read(compat_file, String) == "[1]\njulia = \"1.3.0-1\"\n" Evaluated: "[1]\njulia = \"1.3.0 - 1\"\n" == "[1]\njulia = \"1.3.0-1\"\n" ``
The text was updated successfully, but these errors were encountered:
I do https://github.com/GunnarFarneback/LocalRegistry.jl/blob/master/test/utils.jl#L114-L122 in the LocalRegistry tests but I'm curious why this formatting changed, so I can update the comment in that excerpt.
Sorry, something went wrong.
Introduced in JuliaLang/Pkg.jl#3580 I believe.
Successfully merging a pull request may close this issue.
Don't know what this is trying to test exactly:
RegistryTools.jl/test/regedit.jl
Lines 333 to 336 in 77e2a02
Right now it gets
The text was updated successfully, but these errors were encountered: