teamcapybara--capybara/lib/capybara/node
Jo Liss b2767a8413 Make whitespace normalization Unicode-aware. Fixes #767
Also move normalize_whitespace and to_regexp into Capybara::Helpers, and
improve method documentation.

I'm not adding tests for the helpers. I think they're so simple that we
really only care whether they work in conjunction with other methods,
like Node#text.
2012-08-01 13:29:50 +02:00
..
actions.rb
base.rb Document assert_selector and assert_no_selector 2012-07-13 20:33:14 +02:00
document.rb
element.rb Remove unnecessary overrides of some methods 2012-07-13 20:42:39 +02:00
finders.rb Fix method comment 2012-07-10 14:07:38 +09:00
matchers.rb Make whitespace normalization Unicode-aware. Fixes #767 2012-08-01 13:29:50 +02:00
simple.rb