How to insert line break in dbunit dataset? Like this:
<user id="1" story="first line second line third line"/>
If I do this like this, the field history in db will only be divided by spaces, but I need a line break.
Upps, I found a solution:
<user id="1" story="first line second line third line"/>
Source: https://habr.com/ru/post/1744328/More articles:Is it normal to store large amounts of data in a session? - asp.netERPConnect (Theobald Software): RFC Authorization - .netmatch word '90% 'using regex - javaEntity Framework 4: which approach is the best - ormC # binding list made from required lists - c #Removing unnecessary characters from a string in Python - pythonRounding milliseconds when printing with Joda Time - javahow to dynamically add menus in Qt - qtCellPadding on VerticalPanel (GWT) - htmlWhat is the difference between a "service" and a "server"? - naming-conventionsAll Articles