David Wilkins
|
499bd47957
|
Fixes #226 - Added the AddBack, AddBackFiltered, and AddBackMatcher methods. Changed AndSelf to simply be an alias for AddBack, and added a deprecation notice to AddBack (as with https://api.jquery.com/andself/)
|
2018-01-09 20:34:18 -08:00 |
|
Martin Angers
|
b91267330e
|
add tests and benchmark for appendWithoutDuplicates optimization
|
2016-08-28 11:03:18 -04:00 |
|
Martin Angers
|
2ab590df05
|
use a failing matcher if selector fails to compile, adjust tests
|
2016-06-15 09:27:17 -04:00 |
|
Martin Angers
|
9cc531274b
|
implement tests for selection methods with invalid selector strings
|
2016-06-15 08:42:27 -04:00 |
|
Martin Angers
|
409e94058f
|
make test assert helpers private
|
2014-11-07 09:20:20 -05:00 |
|
Martin Angers
|
6669ef001f
|
remove Document.Root, Document is itself a Selection (using embedded struct)
|
2012-10-14 12:28:27 -04:00 |
|
Martin Angers
|
2d885ccd3a
|
add tests for End() rollbacks, doc
|
2012-09-05 09:35:53 -04:00 |
|
Martin Angers
|
01f04bca8b
|
add Parent() and ParentFiltered(), refactor tests using Asserts...()
|
2012-09-04 09:52:19 -04:00 |
|
Martin Angers
|
6e1e76af6b
|
refactor Document to make Root a Selection, with all API available
|
2012-09-02 14:45:50 -04:00 |
|
Martin Angers
|
f1e54e5311
|
add Add() and AndSelf(), with tests
|
2012-08-31 10:27:45 -04:00 |
|
Martin Angers
|
d17b003dc8
|
fix tests after reorganization
|
2012-08-30 17:38:51 -04:00 |
|
Martin Angers
|
de74d0bf97
|
reorganize code in what seems like a sane structure
|
2012-08-30 17:35:41 -04:00 |
|