You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* <ul>
* <li>Lines always end with <code>\n</code> or <code>\0</code>. The former denotes a newline. The latter
* denotes the end of the string.</li>
* </ul>
*/
tsdoc-unnecessary-backslash complains about \n and \0: tsdoc-unnecessary-backslash: A backslash can only be used to escape a punctuation character.
Expected behavior: the documentation should contain the literal string \n and \0.
The text was updated successfully, but these errors were encountered:
Given the following description:
tsdoc-unnecessary-backslash
complains about\n
and\0
:tsdoc-unnecessary-backslash: A backslash can only be used to escape a punctuation character
.Expected behavior: the documentation should contain the literal string
\n
and\0
.The text was updated successfully, but these errors were encountered: