exasol/error-reporting-go

Messagef does not respect |uq

Closed this issue · 0 comments

The Messagef() function does not respect the |uq tag:

exaerror.New("E-TEST-2").Messagef("Message with {{quoted}} and {{unquoted|uq}}.", "quoted", "unquoted").String()

returns Message with 'quoted' and 'unquoted'. instead of Message with 'quoted' and unquoted.