Changeset 5837
- Timestamp:
- 08/21/08 17:08:50 (5 months ago)
- Files:
-
- 1 modified
-
trunk/jquery/test/unit/selector.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/jquery/test/unit/selector.js
r5793 r5837 65 65 66 66 t( "All Children of ID", "#foo > *", ["sndp", "en", "sap"] ); 67 t( "All Children of ID with no children", "#firstUL /*", [] );67 t( "All Children of ID with no children", "#firstUL > *", [] ); 68 68 69 69 jQuery('<a name="tName1">tName1 A</a><a name="tName2">tName2 A</a><div id="tName1">tName1 Div</div>').appendTo('#main');
