Corrected following-sibling spec description.
This commit is contained in:
parent
8a9b26fa73
commit
669ad25000
|
@ -44,7 +44,7 @@ describe Oga::XPath::Evaluator do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
context 'matching nodes in other contexts' do
|
context 'matching nodes in a deeper context' do
|
||||||
before do
|
before do
|
||||||
@set = @evaluator.evaluate('root/foo/bar/following-sibling::baz')
|
@set = @evaluator.evaluate('root/foo/bar/following-sibling::baz')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue