Skip to content

Commit e0eca33

Browse files
committed
Fixed terminology in some of the tests
1 parent 1816b74 commit e0eca33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ <h2>Parsing</h2>
9393
<li><abbr id="testParsing5" class="todate" title="1978-12-19T02:17:00+09:00"></abbr> [from +09:00]</li>
9494
<li><abbr id="testParsing6" class="todate" title="1978-12-19T02:17:00+0900"></abbr> [from +0900]</li>
9595
<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>
9999
</ul>
100100

101101
<h2>Wording</h2>
@@ -355,7 +355,7 @@ <h2>Settings</h2>
355355
ok(($("#testParsing9").html().match(correctMatch)), "Correctly parsed");
356356
});
357357

358-
test("From Z with microseconds", function () {
358+
test("From Z with tenths of a second", function () {
359359
ok(($("#testParsing10").html().match(correctMatch)), "Correctly parsed");
360360
});
361361

0 commit comments

Comments
 (0)