Skip to content
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

Fix Markdown in test #2572

Merged
merged 5 commits into from
Dec 6, 2020
Merged

Fix Markdown in test #2572

merged 5 commits into from
Dec 6, 2020

Conversation

nalimilan
Copy link
Member

Since JuliaLang/julia#38502, Markdown printed has changed slightly, making tests fail on nightly.

Since JuliaLang/julia#38502, Markdown printed has changed slightly, making tests fail
on nightly.
test/io.jl Outdated
@@ -222,7 +222,7 @@ end
" * γ∞2∫αγ∞3∫αγ∞4∫αγ∞5∫αγ∞6∫αγ∞7∫αγ∞8∫αγ∞9∫αγ∞0"),
]
)
if VERSION > v"1.6.0"
if VERSION < v"1.6.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's even worse than that. VScode had messed with the indentation, and I forgot adding two new chars before the ellipsis! One should never trying to fix things without checking...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now!

@nalimilan nalimilan merged commit 0d909c1 into master Dec 6, 2020
@nalimilan nalimilan deleted the nl/show2 branch December 6, 2020 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants