Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/locales.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhur Vohra <vidhurv@justin.tv>2018-03-21 22:37:08 +0300
committerVidhur Vohra <vidhurv@justin.tv>2018-03-21 22:37:08 +0300
commitb343b41b73af52e90a188a505b00550a26840d15 (patch)
treecbd805bec7fbc988bbe65e92df38cf5d90f7d9be
parent9d3cebc26a8353d9672085e92174e4fb82b9c07d (diff)
Updating test to use the correct hyphen
-rw-r--r--eu/ue_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/eu/ue_test.go b/eu/ue_test.go
index c4319792..3a0901bf 100644
--- a/eu/ue_test.go
+++ b/eu/ue_test.go
@@ -27,7 +27,7 @@ func TestPercent(t *testing.T) {
{
num: -1023.45,
v: 2,
- expected: "%\u00a0-1.023,45",
+ expected: "%\u00a0−1.023,45",
},
}