Corrected :first-of-type eval spec.

This commit is contained in:
Yorick Peterse 2014-11-15 17:20:17 +01:00
parent f1d574f342
commit e559b4b89b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ describe 'CSS selector evaluation' do
EOF
@a1 = @document.at_xpath('root/a[1]')
@a3 = @document.at_xpath('root/a[2]/a[2]')
@a3 = @document.at_xpath('root/a[2]/a[1]')
end
example 'return a node set containing all first <a> nodes' do