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(parser): infinity loop problem when escape [\b] #31

Merged
merged 4 commits into from
Jun 30, 2019

Conversation

JiLiZART
Copy link
Owner

@JiLiZART JiLiZART commented Jun 30, 2019

With enableEscapeTags: true, when trying to write [b]test[\b] page is crashed.
Fixes #23

@codecov-io
Copy link

codecov-io commented Jun 30, 2019

Codecov Report

Merging #31 into master will increase coverage by 0.06%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   93.92%   93.98%   +0.06%     
==========================================
  Files          15       15              
  Lines         477      482       +5     
  Branches      102      105       +3     
==========================================
+ Hits          448      453       +5     
  Misses         23       23              
  Partials        6        6
Impacted Files Coverage Δ
packages/bbob-parser/src/lexer.js 100% <100%> (ø) ⬆️

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 3d5c1f1...26bc236. Read the comment docs.

@JiLiZART JiLiZART merged commit b4cf271 into master Jun 30, 2019
@JiLiZART JiLiZART deleted the feature/23-escape-tag-infinityloop branch June 30, 2019 09:15
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.

fix: infinity loop
2 participants