Re: svn commit: r1916332 - /apr/apr/trunk/test/testescape.c
Yann Ylavic <[email protected]>
| Newsgroups | gmane.comp.apache.apr.devel |
|---|---|
| Message-ID | <CAKQ1sVO-P5usXC7tf_F3tMrzSr3irB2U52GsCbrk2PWDfC+Gng@mail.gmail.com> |
On Mon, Mar 18, 2024 at 2:11 PM Joe Orton <[email protected]> wrote: > > On Fri, Mar 15, 2024 at 10:26:27AM -0000, [email protected] wrote: > > Author: ylavic > > Date: Fri Mar 15 10:26:27 2024 > > New Revision: 1916332 > > > > URL: http://svn.apache.org/viewvc?rev=1916332&view=rev > > Log: > > testescape: missing ';' in entity escaping. > > The test now fails... did you intend to commit the fix too, something > like this? Argh yes, I had another (similar) change for apr_escape_json() and wanted to commit them separately, but this got lost when proceeding with further changes.. Now in r1916390 (plus backports to 1.[78]). Thanks! Yann.