You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A multiline description in the type definition of a resource which includes both single ' and double " quotes should be delimited by %q() - but this puts the literal string in the reference doc, including the %q() delimiters.
Expected Behavior
A validly delimited string should be written into the reference output without showing the delimiters.
Steps to Reproduce
Steps to reproduce the behavior:
Change the delimiters for any string in a Resource API type to %q(...) instead of '...' or "..."
Describe the Bug
A multiline description in the type definition of a resource which includes both single
'
and double"
quotes should be delimited by%q()
- but this puts the literal string in the reference doc, including the%q()
delimiters.Expected Behavior
A validly delimited string should be written into the reference output without showing the delimiters.
Steps to Reproduce
Steps to reproduce the behavior:
%q(...)
instead of'...'
or"..."
pdk bundle exec puppet strings generate --format markdown --out REFERENCE.md
The text was updated successfully, but these errors were encountered: