Community
Participate
Working Groups
Run the program. I expect the string to be different program driver type BasicProgram {} function main() myflex myflex; myflex.special = "int1 & int2"; pretty, pretty2 string; pretty = XMLLib.convertToXML(myFlex, false); syslib.writestdout(pretty); pretty2 = XMLLib.convertToXML(myFlex, true); syslib.writestdout(pretty2); if (pretty2 == pretty) syslib.writestdout("oops, should be different"); end end end record myflex special string; end
This works for me now. Another fix must have corrected this.
Agreed this was indirectly fixed. Verified with build 201110120952.