]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/search.t
doc: re-add missing 1.6 release notes
[public-inbox.git] / t / search.t
index 7495233ed20a881ceb8fa5f9deb077b516ef638a..b2958c002c2a85a1a52f26b9e64e7115a6aad3c0 100644 (file)
@@ -60,7 +60,7 @@ sub oct_is ($$$) {
 }
 
 {
-       my $crlf_adjust = \&PublicInbox::SearchIdx::crlf_adjust;
+       my $crlf_adjust = \&PublicInbox::Smsg::crlf_adjust;
        is($crlf_adjust->("hi\r\nworld\r\n"), 0, 'no adjustment needed');
        is($crlf_adjust->("hi\nworld\n"), 2, 'LF-only counts two CR');
        is($crlf_adjust->("hi\r\nworld\n"), 1, 'CRLF/LF-mix 1 counts 1 CR');