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
If a Puppet Resource API type attribute has an empty description of '' or "" then that is literally what will be placed in the output instead of nil/an empty line.
Expected Behavior
A type attribute with an empty string for a description writes an empty line under its header and type.
Steps to Reproduce
Change the descriptor of any attribute in a Puppet Resource API Type to an empty string.
Describe the Bug
If a Puppet Resource API type attribute has an empty description of
''
or""
then that is literally what will be placed in the output instead of nil/an empty line.Expected Behavior
A type attribute with an empty string for a description writes an empty line under its header and type.
Steps to Reproduce
pdk bundle exec puppet strings generate --format markdown --out REFERENCE.md
The text was updated successfully, but these errors were encountered: