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

Save original literal in ThematicBreak on parsing #309

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

robinst
Copy link
Collaborator

@robinst robinst commented Mar 12, 2024

Fixes #295.

Copy link

codecov bot commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.75%. Comparing base (6385869) to head (bd40c08).

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #309   +/-   ##
=========================================
  Coverage     94.75%   94.75%           
  Complexity      254      254           
=========================================
  Files           131      131           
  Lines          4135     4141    +6     
  Branches        604      604           
=========================================
+ Hits           3918     3924    +6     
  Misses          108      108           
  Partials        109      109           
Files Coverage Δ
...a/org/commonmark/internal/ThematicBreakParser.java 96.66% <100.00%> (+0.37%) ⬆️
...c/main/java/org/commonmark/node/ThematicBreak.java 100.00% <100.00%> (ø)

@robinst robinst merged commit 06aa3e5 into main Mar 12, 2024
12 checks passed
@robinst robinst deleted the issue-295 branch March 12, 2024 04:18
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.

Add literals holding original text to ThematicBreak and HardLineBreak
1 participant