From 162ffe729547c889030df7e62207dc34e313c977 Mon Sep 17 00:00:00 2001 From: timmywil Date: Tue, 29 May 2012 15:57:37 -0300 Subject: [PATCH] Update README: IDs are without hashes in t() --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e47741a2..b97886bb0 100644 --- a/README.md +++ b/README.md @@ -192,9 +192,9 @@ Test Suite Convenience Methods Reference (See [test/data/testinit.js](https://gi @example `q("main", "foo", "bar")` => [`
`, ``, `input id="bar">`] -### Asserts that a select matches the given IDs ### +### Asserts that a selection matches the given IDs ### - t( testName, selector, [ "#array", "#of", "#ids" ] ); + t( testName, selector, [ "array", "of", "ids" ] ); @example `t("Check for something", "//[a]", ["foo", "baar"]);` -- 2.39.5