The backslash simply escaped the newline, so that the following line was
"commented". You can easily see this by opening the file in Visual Studio, the
line after comment line is showing in green (commented) as well. Solution:
Simply write out "backslash". :)
Original issue reported on code.google.com by magerst...@gmail.com on 4 Jan 2013 at 9:35
Original issue reported on code.google.com by
magerst...@gmail.com
on 4 Jan 2013 at 9:35Attachments: