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

Support multi line separator #130

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

goto1134
Copy link

@goto1134 goto1134 commented Apr 1, 2024

Fixes #110

@goto1134 goto1134 changed the title Support line continuations Support multi line separator Apr 1, 2024
Copy link

codecov bot commented Apr 4, 2024

Codecov Report

Attention: Patch coverage is 88.88889% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 69.11%. Comparing base (9980790) to head (d6e30ce).
Report is 35 commits behind head on main.

Files Patch % Lines
...structurizr/dsl/psi/impl/SDAnimationBlockImpl.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #130      +/-   ##
==========================================
+ Coverage   67.70%   69.11%   +1.40%     
==========================================
  Files          48       45       -3     
  Lines         703      654      -49     
  Branches      213      195      -18     
==========================================
- Hits          476      452      -24     
+ Misses         99       95       -4     
+ Partials      128      107      -21     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@goto1134
Copy link
Author

goto1134 commented Apr 6, 2024

I don't think we need to cover this generated class with tests.

@goto1134
Copy link
Author

@dirkgroot , what do you think about this change?

@dirkgroot
Copy link
Owner

@goto1134 I'm sorry for the delay. Unfortunately I currently don't have a lot of time available to review your PR. I'll try to take at look at this sometime in the upcoming 2 weeks.

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.

Parser error when inserting a manual newline with character \
2 participants