diff --git a/helper/annotation_report_column.go b/helper/annotation_report_column.go index 7f0b033..36cc863 100644 --- a/helper/annotation_report_column.go +++ b/helper/annotation_report_column.go @@ -39,7 +39,7 @@ func (c *annotationReportColumn) Value() string { value := <-c.values if value != "" { - return fmt.Sprintf("\"%s\"", value) + return fmt.Sprintf("%q", value) } return "null"