diff options
author | timmywil <timmywillisn@gmail.com> | 2012-05-28 12:43:41 -0400 |
---|---|---|
committer | timmywil <timmywillisn@gmail.com> | 2012-05-28 12:43:41 -0400 |
commit | 3ee332b2382b858bb603f227f15a4212c01d9d69 (patch) | |
tree | 594bdcd4918f7a205d82902fb983d9d3fa4a8438 /test/unit/selector.js | |
parent | 519b225a5b65b6503abf7497a324480aa45e4db2 (diff) | |
download | jquery-3ee332b2382b858bb603f227f15a4212c01d9d69.tar.gz jquery-3ee332b2382b858bb603f227f15a4212c01d9d69.zip |
Minor test suite adjustments
Diffstat (limited to 'test/unit/selector.js')
-rw-r--r-- | test/unit/selector.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/selector.js b/test/unit/selector.js index 18089c8c5..d00dc153e 100644 --- a/test/unit/selector.js +++ b/test/unit/selector.js @@ -75,7 +75,8 @@ testIframe("selector/html5_selector", "attributes - jQuery.attr", function( jQue } /** - * Asserts that a select matches the given IDs * @example t("Check for something", "//[a]", ["foo", "baar"]); + * Asserts that a select matches the given IDs + * @example t("Check for something", "//[a]", ["foo", "baar"]); * @param {String} a - Assertion name * @param {String} b - Sizzle selector * @param {String} c - Array of ids to construct what is expected |