bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-apl] HTML∆Assert Value Error


From: alexweiner
Subject: [Bug-apl] HTML∆Assert Value Error
Date: Thu, 21 May 2015 19:03:36 -0700
User-agent: MailAPI

Hi bug-apl,

Is there any reason HTML∆attr does not like single characters? I would assume that 

'left' HTML∆attr 'a '

would return

left="a"

Instead it prints:

<pre>************************************************

*** Assertion (sert 1 ≡ ≡xB) failed at HTML∆attr[2]

</pre>
≡ xB: 0┏━┓
⍴⍴ xB: 0┃a┃
⍴ xB: ┗━┛
</pre>
<pre>

Stack:
◊[0]
HTML∆attr[2]

************************************************</pre>

 

adding one extra space seems acceptable:

'left' HTML∆attr 'a '
left="a "

 

(SVN revision 630)

-Alex Weiner


reply via email to

[Prev in Thread] Current Thread [Next in Thread]