summaryrefslogtreecommitdiff
path: root/result/pattern/simple
diff options
context:
space:
mode:
Diffstat (limited to 'result/pattern/simple')
-rw-r--r--result/pattern/simple12
1 files changed, 0 insertions, 12 deletions
diff --git a/result/pattern/simple b/result/pattern/simple
deleted file mode 100644
index 5710b5c..0000000
--- a/result/pattern/simple
+++ /dev/null
@@ -1,12 +0,0 @@
-Node /a matches pattern a
-Node /a/b matches pattern b
-Node /a/b matches pattern b
-Node /a matches pattern /a
-Node /a/b matches pattern a/b
-Node /a/b/c matches pattern a/b/c
-Node /a matches pattern //a
-Node /a/b matches pattern //b
-Node /a/b/c matches pattern //c
-Node /a/b matches pattern a//b
-Node /a/b/c matches pattern a//c
-Node /a/b/c matches pattern b//c