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

Proper matching, and backtick support. #193

Merged
merged 4 commits into from
Feb 2, 2020
Merged

Proper matching, and backtick support. #193

merged 4 commits into from
Feb 2, 2020

Conversation

ghyatzo
Copy link
Contributor

@ghyatzo ghyatzo commented Jan 31, 2020

Merged #191 and a fix to #192 .
I relaxed the cases where we would obtain a quote pairing.
Instead of telling it when to pair i changed it to when not to.
Easier to read and more flexible in my opinion.

I tested many edge cases, triple quoting works as now, but i can't say i tested every scenario.

@KristofferC KristofferC merged commit 47eaa3d into KristofferC:master Feb 2, 2020
@@ -35,6 +35,7 @@ function funcdef(x::Float64, y::Int64)
y = 100_000
x = :foo
s = "I am a happy string"
c = `sudo rm -rf /`
Copy link
Owner

Choose a reason for hiding this comment

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

This wasn't very smart.............

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