-
-
Notifications
You must be signed in to change notification settings - Fork 570
Command execution from rendering ANSI Art #1041
Copy link
Copy link
Open
Description
Issue summary
Random errors from rendering ANSI Art
Steps to reproduce
- Open ANSI Art viewer https://codepen.io/jcubic/pen/pxdxmN?editors=0110
- type
cat 43-CFMN.ANS
Browser and OS
N/A
Additional notes
Escaping the input makes no effect:
str = str.replace(/\[/g, '[').replace(/\]/g, ']');Reactions are currently unavailable