summaryrefslogtreecommitdiff
path: root/test-suite/output/SearchRewrite.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/output/SearchRewrite.v')
-rw-r--r--test-suite/output/SearchRewrite.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/output/SearchRewrite.v b/test-suite/output/SearchRewrite.v
new file mode 100644
index 00000000..171a7363
--- /dev/null
+++ b/test-suite/output/SearchRewrite.v
@@ -0,0 +1,4 @@
+(* Some tests of the SearchRewrite command *)
+
+SearchRewrite (_+0). (* left *)
+SearchRewrite (0+_). (* right *)