From: Ahmet Aktürk Date: Mon, 5 Apr 2021 19:05:05 +0000 (+0300) Subject: time: properly quote strings containing quotes and backslashes X-Git-Tag: go1.17beta1~816 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1271e9a9cc;p=gostls13.git time: properly quote strings containing quotes and backslashes Fixes #45391 Change-Id: I43ea597f6a9596a621ae7b63eb05440d5b9e2d8f Reviewed-on: https://go-review.googlesource.com/c/go/+/307192 Reviewed-by: Emmanuel Odeke Reviewed-by: Ian Lance Taylor Run-TryBot: Emmanuel Odeke TryBot-Result: Go Bot --- diff --git a/src/time/export_test.go b/src/time/export_test.go index 0f2d21053a..9baad60a92 100644 --- a/src/time/export_test.go +++ b/src/time/export_test.go @@ -129,3 +129,5 @@ var StdChunkNames = map[int]string{ stdFracSecond9 | 8<