Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Disable interpolation of Asciidoctor for the path part of the Rest Enpoint #327

Merged
merged 2 commits into from
May 27, 2019
Merged

Disable interpolation of Asciidoctor for the path part of the Rest Enpoint #327

merged 2 commits into from
May 27, 2019

Conversation

fkalinowski
Copy link
Contributor

Previously, when generating Asciidoctor snipppets, based on this template, the path parameter was interpolated.
This was considered by Asciidoctor as an attributes which are typically surrounded by { and }.

This commit surrounds the path with + characters which disables all interpolation.

Closes #326

…dpoint

Previously, when generating Asciidoctor snipppets, based on this template, the path parameter was interpolated.
This was considered by Asciidoctor as an attributes which are typically surrounded by { and }. 

This commit surrounds the path with + characters which disables all interpolation.

Closes #326
@fbenz
Copy link
Contributor

fbenz commented May 23, 2019

Please adjust the test here as well.

@fbenz fbenz requested review from fbenz and jmisur May 23, 2019 13:00
…-method-path.snippet' with a '+' to avoid interpolating path variables

Closes #326
@fkalinowski
Copy link
Contributor Author

Hi,

Tests are fixed now.

Kind regards,
Fabien.

@jmisur jmisur merged commit 949eea6 into ScaCap:master May 27, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WARN in asciidoc logs while generating asciidoctor
3 participants