Doing say show { html } prints the desired result '<html/>', but adding a '{}' and doing say show { html {} } only prints '<html'. <masak> Tbug or feature? <Tene> masak: bug.
Doing
say show { html }
prints the desired result '', but adding a '{}' and doing
say show { html {} }
only prints '<html'.
Tbug or feature?
masak: bug.