Dyalog / dyalog-jupyter-kernel

A Jupyter kernel for Dyalog APL
https://dyalog.github.io/dyalog-jupyter-kernel/
MIT License
64 stars 20 forks source link

]html fails with domain error #87

Closed vylsaz closed 1 year ago

vylsaz commented 1 year ago

Interpreter: 18.2

Possible reason is the following line in function Show, dyalog_kernel/Render.dyalog:

⍺←⊃'3500⌶'_⍨'<title>(.*)</title>'⎕S'\1'

Here, _⍨ shouldn't enclose the right argument.