﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1398	Fix expEqual for string literals	Martin Sjölund	Martin Sjölund	"{{{class A
  constant Boolean b = ""ab\n"" == ""ab
"";
end A;}}}

This gives false because the elaborated expression has not been escaped or unescapted to/from C string yet. This should probably be done in elabExp since it may not be done in Absyn (since you then mess with the unparsing).
This has issues for expEqual and ceval of string relations."	defect	closed	high				fixed		Martin Sjölund
