It updates the string to have an opening and closing comment since ;;; !!!.
This is probably not an ideal solution as it would be read as an actual part instead of a regular comment that should be ignored but this is one solution to avoid the abort issue.
This is a solution for #61.
It updates the string to have an opening and closing comment since
;;; !!!
.This is probably not an ideal solution as it would be read as an actual part instead of a regular comment that should be ignored but this is one solution to avoid the abort issue.