We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30236ce commit 92c2cbfCopy full SHA for 92c2cbf
fluent-bundle/test/temporal_test.js
@@ -47,11 +47,11 @@ suite("Temporal support", function () {
47
});
48
49
test("direct interpolation", function () {
50
- assert.strictEqual(msg("direct"), arg.toLocaleString());
+ assert.strictEqual(msg("direct"), arg.toLocaleString("en-US"));
51
52
53
test("run through DATETIME()", function () {
54
- assert.strictEqual(msg("dt"), arg.toLocaleString());
+ assert.strictEqual(msg("dt"), arg.toLocaleString("en-US"));
55
56
57
test("run through DATETIME() with month option", function () {
0 commit comments