From b3bbb56d9f54a6939a28300430f7616cb94c6d38 Mon Sep 17 00:00:00 2001 From: Wouter Scherphof Date: Tue, 2 Apr 2013 13:06:32 +0200 Subject: [PATCH] tidbit in hierarchy tests --- tst/init.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tst/init.lua b/tst/init.lua index 7097331..8f1a53f 100644 --- a/tst/init.lua +++ b/tst/init.lua @@ -53,6 +53,9 @@ function test_descendants() 8 + + not + ]]) sel = tree("parent child") assert_equal(8, sel:len(), 'parent child') @@ -78,6 +81,9 @@ function test_children() not + + not + ]]) sel = tree("parent > child") assert_equal(4, sel:len(), 'parent > child')