Closed GoogleCodeExporter closed 9 years ago
Sorry, #1 should have read 'ezvcard.io.html.HCardPageTest.create_then_parse()'.
Newline issues in both cases, fixes are below.
Fix for #1 on line 426:
adr.setLabel("123 Main St." + NEWLINE + "Austin TX, 12345" + NEWLINE + "USA");
Fix for #2 on line 578:
String nl = ezvcard.util.StringUtils.NEWLINE;
Original comment by siegelm...@gmail.com
on 5 Nov 2014 at 10:46
Fixed in r1067. Thanks for the report!
Original comment by mike.angstadt
on 5 Nov 2014 at 11:11
FYI - you cut the 5th digit ('5') off the zip code.
Original comment by siegelm...@gmail.com
on 5 Nov 2014 at 11:45
Haha, whoops, thanks.
Original comment by mike.angstadt
on 5 Nov 2014 at 11:53
Original issue reported on code.google.com by
siegelm...@gmail.com
on 5 Nov 2014 at 10:19