Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/xapianindex.txt
diff options
context:
space:
mode:
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()