File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -93,9 +93,9 @@ <h2>Parsing</h2>
93
93
< li > < abbr id ="testParsing5 " class ="todate " title ="1978-12-19T02:17:00+09:00 "> </ abbr > [from +09:00]</ li >
94
94
< li > < abbr id ="testParsing6 " class ="todate " title ="1978-12-19T02:17:00+0900 "> </ abbr > [from +0900]</ li >
95
95
< li > < abbr id ="testParsing7 " class ="todate " title ="1978-12-18 17:17:00 "> </ abbr > [from blank TZ]</ li >
96
- < li > < abbr id ="testParsing8 " class ="todate " title ="1978-12-18 17:17:00.021Z "> </ abbr > [from Z with milliseonds ]</ li >
97
- < li > < abbr id ="testParsing9 " class ="todate " title ="1978-12-18 17:17:00.021432Z "> </ abbr > [from Z with microseonds ]</ li >
98
- < li > < abbr id ="testParsing10 " class ="todate " title ="1978-12-18 17:17:00.0Z "> </ abbr > [from Z with milliseonds ]</ li >
96
+ < li > < abbr id ="testParsing8 " class ="todate " title ="1978-12-18 17:17:00.021Z "> </ abbr > [from Z with milliseconds ]</ li >
97
+ < li > < abbr id ="testParsing9 " class ="todate " title ="1978-12-18 17:17:00.021432Z "> </ abbr > [from Z with microseconds ]</ li >
98
+ < li > < abbr id ="testParsing10 " class ="todate " title ="1978-12-18 17:17:00.0Z "> </ abbr > [from Z with tenths of a second ]</ li >
99
99
</ ul >
100
100
101
101
< h2 > Wording</ h2 >
@@ -355,7 +355,7 @@ <h2>Settings</h2>
355
355
ok ( ( $ ( "#testParsing9" ) . html ( ) . match ( correctMatch ) ) , "Correctly parsed" ) ;
356
356
} ) ;
357
357
358
- test ( "From Z with microseconds " , function ( ) {
358
+ test ( "From Z with tenths of a second " , function ( ) {
359
359
ok ( ( $ ( "#testParsing10" ) . html ( ) . match ( correctMatch ) ) , "Correctly parsed" ) ;
360
360
} ) ;
361
361
You can’t perform that action at this time.
0 commit comments