)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
⍝<>
-k
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.
- Parsing entities in HTML input Kacper Gutowski
- Re: Parsing entities in HTML input Dr . Jürgen Sauermann
- Re: Parsing entities in HTML input Kacper Gutowski
- Re: Parsing entities in HTML input Dr . Jürgen Sauermann
- Re: Parsing entities in HTML input Dr . Jürgen Sauermann
- Re: Parsing entities in HTML input Kacper Gutowski
