Closed GoogleCodeExporter closed 9 years ago
Original comment by azizatif
on 28 Apr 2009 at 12:16
Original comment by azizatif
on 28 Apr 2009 at 12:52
Original comment by azizatif
on 28 Apr 2009 at 6:42
Original comment by azizatif
on 1 May 2009 at 3:23
I *think* these are correct for our test document:
[Test]
public void General_Sibling_Combinator()
{
Assert.AreEqual(1, SelectList("div ~ form").Count);
Assert.AreEqual(2, SelectList("a ~ span").Count);
}
Original comment by info%colinramsay.co.uk@gtempaccount.com
on 12 May 2009 at 12:13
Unit tests and implementation added in r194.
Original comment by info%colinramsay.co.uk@gtempaccount.com
on 12 May 2009 at 10:57
Original issue reported on code.google.com by
azizatif
on 28 Apr 2009 at 12:16