summaryrefslogtreecommitdiff
path: root/test-suite/output/Search.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/Search.v')
-rw-r--r--test-suite/output/Search.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/output/Search.v b/test-suite/output/Search.v
new file mode 100644
index 00000000..f1489f22
--- /dev/null
+++ b/test-suite/output/Search.v
@@ -0,0 +1,5 @@
+(* Some tests of the Search command *)
+
+Search le. (* app nodes *)
+Search bool. (* no apps *)
+Search (@eq nat). (* complex pattern *)