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')