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

Allow whitespace after ( and before // #270

Closed
wilkinsona opened this issue Apr 26, 2021 · 0 comments
Closed

Allow whitespace after ( and before // #270

wilkinsona opened this issue Apr 26, 2021 · 0 comments
Assignees
Milestone

Comments

@wilkinsona
Copy link
Contributor

When using Asciidoctor callouts, I'd like to be able to have a space after a ( and before a //:

RestAssured.given(this.spec).filter(document("headers", requestHeaders( // <1>

This fails at the moment with the message '(' is followed by whitespace. [ParenPad]. The following fixes it:

RestAssured.given(this.spec).filter(document("headers", requestHeaders(// <1>

Removing the space between ( and // has a detrimental affect on the HTML rendering of the callout so I'd like to be able to keep it.

@philwebb philwebb added this to the 0.0.x milestone Apr 26, 2021
@philwebb philwebb modified the milestones: 0.0.x, 0.0.36 Feb 17, 2023
@philwebb philwebb self-assigned this Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants