From: Maksym Z. <siq...@gm...> - 2021-01-10 10:41:13
|
:) Sorry false alert, my bad. Due to lack of coffee and some good sleep, I was testing some procs in "nsshell", and of course browser rendering escaped characters back to normal, and my zombie brain couldn't process why. It works fine, at least it has a regression test now ;) On Sat, Jan 9, 2021 at 5:44 PM Gustaf Neumann <ne...@wu...> wrote: > > On 09.01.21 19:01, Maksym Zinchenko wrote: > > Hello everyone, may someone confirm that ns_quotehtml works as it should, > because on my system its not: > > Command: ns_quotehtml {<span class="foo">} > Result: <span class="foo"> > > What is your system? It works for me. What is your OS? > Interestingly, ns_quotehtml was not covered by the regression tests. > > -g > > > % ./nsd/nsd -c > [09/Jan/2021:19:36:16][93167.10d7eb5c0][-main:conf-] Notice: OpenSSL 1.1.1i 8 Dec 2020 initialized > [09/Jan/2021:19:36:16][93167.10d7eb5c0][-main:conf-] Notice: nsmain: NaviServer/4.99.20rc2 (c407fafe7b3f+) starting > ... > % > % ns_quotehtml {<span class="foo">} > <span class="foo"> > > > _______________________________________________ > naviserver-devel mailing list > nav...@li... > https://lists.sourceforge.net/lists/listinfo/naviserver-devel > |