bug-apl
[Top][All Lists]
Advanced

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

Parsing entities in HTML input


From: Kacper Gutowski
Subject: Parsing entities in HTML input
Date: Wed, 15 Apr 2020 15:12:33 +0200

When loading from HTML file (cool feature, why is it undocumented?), entities that occur at the end of a line are not correctly parsed. Normally it should occur only in comments, but still looks like a bug.


      )CLEAR
CLEAR WS
      ⎕FX 'a' '⍝<>'
a
      ⎕CR'a'
a
⍝<>
      )DUMP-HTML 9 a
DUMPED WORKSPACE 'a'
 TO FILE '/dev/shm/a.html'
 (1 FUNCTIONS, 19 VARIABLES)

      )COPY 9 a.html
DUMPED 2020-04-15  14:43:52 (GMT+2)
      ⎕CR'a'
a
⍝<&gt;


-k



reply via email to

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