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

Don't treat /*/ as an entire block comment #430

Merged
merged 1 commit into from Mar 4, 2019

Conversation

alangpierce
Copy link
Owner

Fixes #428

After seeing a /*, we were searching for a */, but really we needed to
search starting at two past the start of the comment.

Fixes #428

After seeing a `/*`, we were searching for a `*/`, but really we needed to
search starting at two past the start of the comment.
@codecov-io
Copy link

Codecov Report

Merging #430 into master will increase coverage by 0.04%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #430      +/-   ##
==========================================
+ Coverage   80.07%   80.12%   +0.04%     
==========================================
  Files          47       47              
  Lines        5040     5041       +1     
  Branches     1175     1175              
==========================================
+ Hits         4036     4039       +3     
+ Misses        702      700       -2     
  Partials      302      302
Impacted Files Coverage Δ
src/parser/tokenizer/index.ts 73.93% <100%> (+0.06%) ⬆️
src/parser/traverser/statement.ts 81.61% <0%> (+0.37%) ⬆️

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 5b3e0de...8995a9e. Read the comment docs.

@alangpierce alangpierce merged commit 3b00a35 into master Mar 4, 2019
@alangpierce alangpierce deleted the fix-block-comment-parsing branch March 4, 2019 08:11
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.

None yet

2 participants