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 15a1325 commit 9bfaff2Copy full SHA for 9bfaff2
tests/src/values/TimeValue.tests.js
@@ -71,6 +71,9 @@ define( [
71
*/
72
testPad: function( assert ) {
73
var testCases = {
74
+ '-123456789012-00-00T00:00:00Z': '-123456789012-00-00T00:00:00Z',
75
+ '-12345678901-00-00T00:00:00Z': '-12345678901-00-00T00:00:00Z',
76
+ '-1-1-1T01:01:01Z': '-00000000001-01-01T01:01:01Z',
77
'1-1-1T01:01:01Z': '+00000000001-01-01T01:01:01Z',
78
'12-00-00T00:00:00Z': '+00000000012-00-00T00:00:00Z',
79
'1234567890-00-00T00:00:00Z': '+01234567890-00-00T00:00:00Z',
0 commit comments