tests/test-match.py
changeset 38958 b9f94d67ea73
parent 38955 081cc9a95b65
child 38963 467b5c1df72d
--- a/tests/test-match.py	Wed Aug 08 16:53:17 2018 -0700
+++ b/tests/test-match.py	Wed Aug 08 17:03:05 2018 -0700
@@ -97,6 +97,8 @@
         self.assertEqual(m.visitchildrenset('.'), 'this')
         self.assertEqual(m.visitchildrenset('dir/subdir/x'), set())
         self.assertEqual(m.visitchildrenset('folder'), set())
+        # FIXME: These should probably be {'subdir'} and 'this', respectively,
+        # or at least 'this' and 'this'.
         self.assertEqual(m.visitchildrenset('dir'), set())
         self.assertEqual(m.visitchildrenset('dir/subdir'), set())