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

Add top/bot #198

Merged
merged 3 commits into from
May 2, 2022
Merged

Add top/bot #198

merged 3 commits into from
May 2, 2022

Conversation

pfitzseb
Copy link
Member

@pfitzseb pfitzseb commented May 2, 2022

@codecov
Copy link

codecov bot commented May 2, 2022

Codecov Report

Merging #198 (8c05c87) into master (2925aba) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #198   +/-   ##
=======================================
  Coverage   83.05%   83.05%           
=======================================
  Files           4        4           
  Lines         832      832           
=======================================
  Hits          691      691           
  Misses        141      141           
Impacted Files Coverage Δ
src/utilities.jl 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2925aba...8c05c87. Read the comment docs.

@KristofferC
Copy link
Member

See

Tokenize.jl/src/token_kinds.jl

Lines 1478 to 1486 in 2925aba

if VERSION >= v"1.6"
str = """
begin
UNICODE_OPS_REVERSE[LEFT_ARROW] = :(<--)
UNICODE_OPS_REVERSE[DOUBLE_ARROW] = :(<-->)
end
"""
eval(Meta.parse(str))
end

@pfitzseb
Copy link
Member Author

pfitzseb commented May 2, 2022

UNICODE_OPS_REVERSE is auto-populated in this case, right?

@pfitzseb pfitzseb merged commit 7ccb534 into master May 2, 2022
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