When trying to use a snippet !!template show errors in the public Plugin myinfo due to the use of ' ' and not " "
Before:
After:
To Reproduce
Try to use it !!template snippet
ВWe see errors in the public Plugin myinfo
Expected behaviour
Correct public Plugin myinfo block
Error messages
invalid character constant
One likely cause for this error is the occurrence of an unknown escape sequence, like “\x”. Putting multiple characters between single quotes, as in ’abc’ also issues this error message. A third cause for this error is a situation where a character constant was expected, but none (or a non-character expression) were provided.
Basic informations
Further Information
When trying to use a snippet !!template show errors in the public Plugin myinfo due to the use of ' ' and not " "
Before:
After:
To Reproduce
Expected behaviour
Correct public Plugin myinfo block
Error messages
invalid character constant
One likely cause for this error is the occurrence of an unknown escape sequence, like “\x”. Putting multiple characters between single quotes, as in ’abc’ also issues this error message. A third cause for this error is a situation where a character constant was expected, but none (or a non-character expression) were provided.