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

Does not parse %q() delimited strings in Puppet Resource API Types #263

Open
michaeltlombardi opened this issue Nov 19, 2020 · 0 comments
Open

Comments

@michaeltlombardi
Copy link
Contributor

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:

  1. Change the delimiters for any string in a Resource API type to %q(...) instead of '...' or "..."
  2. pdk bundle exec puppet strings generate --format markdown --out REFERENCE.md
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