From: Eric Wong <e@80x24.org>
To: "Štěpán Němec" <stepnem@smrk.net>
Cc: meta@public-inbox.org
Subject: Re: [PATCH] lei q: support --thread-id=$MSGID || -T $MSGID
Date: Fri, 12 Apr 2024 09:43:10 +0000 [thread overview]
Message-ID: <20240412094310.M932036@dcvr> (raw)
In-Reply-To: <20240412100343+0200.638465-stepnem@smrk.net>
Štěpán Němec <stepnem@smrk.net> wrote:
> Eric Wong wrote:
> > + is $lei_out, '', 'no results on unlrelated thread';
> ^
> s/unlrelated/unrelated/
Thanks, squashed:
diff --git a/t/psgi_v2.t b/t/psgi_v2.t
index 56a6ae8e..d5c328f0 100644
--- a/t/psgi_v2.t
+++ b/t/psgi_v2.t
@@ -105,7 +105,7 @@ my $test_lei_q_threadid = sub {
my ($u) = @_;
test_lei(sub {
lei_ok qw(q -f text --only), $u, qw(-T t@1 s:unrelated);
- is $lei_out, '', 'no results on unlrelated thread';
+ is $lei_out, '', 'no results on unrelated thread';
lei_ok qw(q -f text --only), $u, qw(-T t@1 dt:19931002000300..);
my @m = ($lei_out =~ m!^Message-ID: <([^>]+)>\n!gms);
is_deeply \@m, ['t@3'], 'got expected result from -T MSGID';
And pushed as commit 873066744d1b105da4cfafb1c7312ca11b579864
prev parent reply other threads:[~2024-04-12 9:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-12 2:01 [PATCH] lei q: support --thread-id=$MSGID || -T $MSGID Eric Wong
2024-04-12 8:03 ` Štěpán Němec
2024-04-12 9:43 ` Eric Wong [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://public-inbox.org/README
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240412094310.M932036@dcvr \
--to=e@80x24.org \
--cc=meta@public-inbox.org \
--cc=stepnem@smrk.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).