mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2025-03-05 01:18:02 -05:00
Fixed test for the new aggressive date parsing in Firefox 3.6
This commit is contained in:
parent
dc78c0ff9f
commit
1033d1e849
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
<h2>Errors</h2>
|
||||
|
||||
<p>Bad (letters): <abbr class="bad timeago" title="bleh">(this should be displayed)</abbr>.</p>
|
||||
<p>Bad (numbers): <abbr class="bad timeago" title="1234">(this should be displayed)</abbr>.</p>
|
||||
<p>Bad (numbers): <abbr class="bad timeago" title="91234">(this should be displayed)</abbr>.</p>
|
||||
<p>Bad (blank): <abbr class="bad timeago" title="">(this should be displayed)</abbr>.</p>
|
||||
<p>Bad (missing): <abbr class="bad timeago">(this should be displayed)</abbr>.</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue