Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/xapianindex.txt
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-10-03 22:14:46 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-10-03 22:14:46 (GMT)
commit68c85fb90cdfcde725095ca3bae5bdfed9d2105e (patch)
tree4c0d0fa200b763b5a9927ee660cb658df54f5f7a /tests/xapianindex.txt
parent48aad0795a4bf8110a7ac48707be3bdc7743597c (diff)
single mount point fast pathversion_prototype
Diffstat (limited to 'tests/xapianindex.txt')
-rw-r--r--tests/xapianindex.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/xapianindex.txt b/tests/xapianindex.txt
index 583f589..6ef163f 100644
--- a/tests/xapianindex.txt
+++ b/tests/xapianindex.txt
@@ -86,11 +86,11 @@ Partial search...
-We also support tagging of documents.
-
->>> im.tag(uid, "foo bar")
->>> assert expect_single(im.search('tags:foo')).id == uid
-
+# We also support tagging of documents.
+#
+# >>> im.tag(uid, "foo bar")
+# >>> assert expect_single(im.search('tags:foo')).id == uid
+
Cleanly shut down.
>>> im.stop()