Title: Message Title
Andy Parker commented on an issue
Puppet / Bug PUP-2654
label provider for class/define should capitalize all segments
When the label provider produces a label for a define/class etc. all segments of the name should be capitalized. The label is shown in error messages.

Reproduce with:
{code}
notice Type[Foo::Bar::Fee]
{code}

Which displays:
{code}
[Type[Foo::bar::fee]
{code}
when it should have been
{code}
[Type[Foo::Bar::Fee]
{code}

--
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.

Reply via email to