xeqi / kerodon

interaction and testing library for html based ring apps.
304 stars 22 forks source link

ignore whitespaces in content checks #16

Closed saivlis closed 10 years ago

saivlis commented 10 years ago

Depending on the way of html generation sometimes whitespaces are contained in the tag contents. But when testing for tag content leading and trailing whitespaces should be ignored.

glenjamin commented 10 years ago

Looks good to me.

saivlis commented 10 years ago

Thank you.