1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00
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 Add custom selectors to avoid duplication and to 2012-01-02 11:12:28 +01:00
base.rb Document assert_selector and assert_no_selector 2012-07-13 20:33:14 +02:00
document.rb Fix document#text 2011-02-18 16:29:51 -05:00
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 Do not reload nodes found with #all and #first. closes #713 2012-06-11 17:29:58 +02:00