-
Notifications
You must be signed in to change notification settings - Fork 121
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
Inline tag handling with nested braces is not working as expected #255
Comments
@jaapio do you still need any help with this issue ? If so I might have a candidate fix to contribute. It involves loosening up a bit the regexp in Even with that out of the way though, I'm still losing the trailing space between the closing braces in the provided test somewhere. Still investigating why that happens, any idea ? |
From what I've found, this secondary issue originates from the |
If you think you have a way to solve this, please create a PR. We can discuss the details later. In general, we should be able to fix issues without breaking tests because people might use the situations that are tested. That's why the tests are there. Unless we can prove that the test case was invalid. |
Thanks, please review the WIP fix at #258 . |
if description of inline tags not auto trimmed, then test failed because you miss whitespace: |
Given the following test case, our Description doesn't work as expected with nested braces in inline tags.
The text was updated successfully, but these errors were encountered: