From 856ee57c4019b4478da0f6cb3010ae636914a6be Mon Sep 17 00:00:00 2001 From: xuri Date: Sat, 30 Apr 2022 09:54:11 +0800 Subject: This closes #1212, init support for 1900 or 1904 date system --- numfmt_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numfmt_test.go') diff --git a/numfmt_test.go b/numfmt_test.go index 7dc3f77..5cdf56b 100644 --- a/numfmt_test.go +++ b/numfmt_test.go @@ -1005,7 +1005,7 @@ func TestNumFmt(t *testing.T) { {"-8.0450685976001E-21", "0_);[Red]\\(0\\)", "(0)"}, {"-8.04506", "0_);[Red]\\(0\\)", "(8)"}, } { - result := format(item[0], item[1]) + result := format(item[0], item[1], false) assert.Equal(t, item[2], result, item) } } -- cgit v1.2.1