-
Bug
-
Resolution: Obsolete
-
Major
-
0.6.2
When a string contains an escape sequence like \` it is internaly stored including backslash.
When a string contans an escape sequnce like '' is is internaly used both chars.
We need to decide if we should internally store the escape sequence or just the resulting string. If a sequnce is going to be stored we should store '' and \' using same representation as they represent the same value.