Open sammdot opened 3 years ago
\cxds\n\cxds gets translated as {^}\\n{^} rather than {^}\n{^}, which results in writing a literal "\n".
\cxds\n\cxds
{^}\\n{^}
{^}\n{^}
May need to implement \cxplvrnl and \cxplvrtab in order to properly support whitespace characters.
\cxplvrnl
\cxplvrtab
\cxds\n\cxds
gets translated as{^}\\n{^}
rather than{^}\n{^}
, which results in writing a literal "\n".May need to implement
\cxplvrnl
and\cxplvrtab
in order to properly support whitespace characters.