unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
blob e2233667db97527fe22f5b4b062d6e12310a6041 631 bytes (raw)
name: test/qparser.expected-output/quoted-phrases 	 # 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
21
22
23
24
25
26
27
28
29
 
x "y z" w
[lex]    "x" "y z" "w"
[parse]  (AND (AND "x" "y z") "w")
[gen]    (x:(pos=1) AND (y:(pos=2) PHRASE 2 z:(pos=3)) AND w:(pos=4))

x "y z
[lex]    "x" "y z"
[parse]  (AND "x" "y z")
[gen]    (x:(pos=1) AND (y:(pos=2) PHRASE 2 z:(pos=3)))

x "" y
[lex]    "x" "" "y"
[parse]  (AND (AND "x" "") "y")
[gen]    (x:(pos=1) AND y:(pos=2))

x "  " y
[lex]    "x" "  " "y"
[parse]  (AND (AND "x" "  ") "y")
[gen]    (x:(pos=1) AND y:(pos=2))

lit:" x y"
[lex]    PREFIX/lit " x y"
[parse]  (FILTER (PREFIX/lit ' x y'))
[gen]    0 * L x y

lit:"x""y"
[lex]    PREFIX/lit "x"y"
[parse]  (FILTER (PREFIX/lit 'x"y'))
[gen]    0 * Lx"y

debug log:

solving e223366 ...
found e223366 in https://yhetil.org/notmuch/20110121063714.GI13226@mit.edu/

applying [1/1] https://yhetil.org/notmuch/20110121063714.GI13226@mit.edu/
diff --git a/test/qparser.expected-output/quoted-phrases b/test/qparser.expected-output/quoted-phrases
new file mode 100644
index 0000000..e223366

Checking patch test/qparser.expected-output/quoted-phrases...
Applied patch test/qparser.expected-output/quoted-phrases cleanly.

index at:
100644 e2233667db97527fe22f5b4b062d6e12310a6041	test/qparser.expected-output/quoted-phrases

(*) 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).