JuliaLang / Tokenize.jl

Tokenization for Julia source code
Other
104 stars 30 forks source link

Add top/bot #198

Closed pfitzseb closed 2 years ago

pfitzseb commented 2 years ago

https://github.com/JuliaLang/julia/pull/39403

codecov[bot] commented 2 years ago

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 commented 2 years ago

See https://github.com/JuliaLang/Tokenize.jl/blob/2925aba665df23b8205d6d9939f0e13cb9ce06ba/src/token_kinds.jl#L1478-L1486

pfitzseb commented 2 years ago

UNICODE_OPS_REVERSE is auto-populated in this case, right?