Raw returns the raw value of the string node and the rune used to quote it, with string escapes
left in place.
Calling UnquoteRaw on non-string node doesn't panic, but is otherwise undefined.
Unquote returns the value of the string node and the rune used to quote it.
Calling Unquote on non-string node doesn't panic, but is otherwise undefined.