Trying to store a text node with content `abc\d` fails with ``` Invalid escape character : 'd' in literal` ```
Trying to store a text node with content
abc\dfails with