unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob 6f62829b4d2c9bedadef9d9e029db8cc465f717e 568 bytes (raw)
name: test/qparser.expected-output/wildcards 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
 
# Basic wildcard expansion
p* AND x
[lex]    "p"* AND "x"
[parse]  (AND "p"* "x")
[gen]    ((peck:(pos=1) SYNONYM peppers:(pos=1) SYNONYM peter:(pos=1) SYNONYM picked:(pos=1) SYNONYM pickled:(pos=1) SYNONYM piper:(pos=1)) AND x:(pos=2))

# Incompatible; Xapian considers this a syntax error
*
[lex]    ""*
[parse]  ""*
[gen]    <alldocuments>
[xapian] 

# Wildcard that matches nothing.  Xapian handles this differently
# but equivalently.
nosuchterm* AND x
[lex]    "nosuchterm"* AND "x"
[parse]  (AND "nosuchterm"* "x")
[gen]    (nosuchterm AND x:(pos=1))
[xapian] 

debug log:

solving 6f62829 ...
found 6f62829 in https://yhetil.org/notmuch/20110121064003.GK13226@mit.edu/

applying [1/1] https://yhetil.org/notmuch/20110121064003.GK13226@mit.edu/
diff --git a/test/qparser.expected-output/wildcards b/test/qparser.expected-output/wildcards
new file mode 100644
index 0000000..6f62829

1:18: trailing whitespace.
[xapian] 
1:26: trailing whitespace.
[xapian] 
Checking patch test/qparser.expected-output/wildcards...
Applied patch test/qparser.expected-output/wildcards cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 6f62829b4d2c9bedadef9d9e029db8cc465f717e	test/qparser.expected-output/wildcards

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).