picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 84da662f63eb7265724278396b740a9aa2822a84
parent 9824e0c025b83e0fadd63f0c13e6b403900b8ff4
Author: Alexander Burger <abu@software-lab.de>
Date:   Thu,  7 Jun 2012 12:38:05 +0200

Forgot test case for "Removed HtOK stuff" issue
Diffstat:
Mtest/src/ht.l | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/src/ht.l b/test/src/ht.l @@ -1,8 +1,8 @@ -# 29jan09abu +# 07jun12abu # (c) Software Lab. Alexander Burger ### ht:Prin ### -(test "1&lt;2&gt;3&amp;äöü<i>ÄÖÜß" +(test "1&lt;2&gt;3&amp;äöü&lt;i&gt;ÄÖÜß" (pipe (ht:Prin "1<2>3&äöü<i>ÄÖÜß") (line T)) )