Add failing test for getMetadata on UDFs
Lucee does not respect a @description in a docblock but does as a function annotation.
I tried to find where I would adjust this in code but no luck. Hopefully the failing test case helps.
@elpete Is there a ticket for this?
Probably not. I was just tinkering with it with some cbvalidation changes.
Cool, I'll create one. I think I MAY have found the logic in Lucee that deals with this. "description" is some sort of special annotation the parser looks for and it has some special handling. I couldn't confirm it however without creating a custom compiled version of Lucee with debugging in place and I didn't care about it that much, lol.
Ticket: https://luceeserver.atlassian.net/browse/LDEV-3899
@elpete can you rebase (not via the web ui, it doesn't trigger a build) this PR, once it's run thru a build, then add labels="metadata" and skip="true" so I can merge it?
@zspitzer Done.