Skip to content

Commit

Permalink
Test special chars in cell string values
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Chédru committed Mar 18, 2016
1 parent fbc9d72 commit 52dd186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/dhatim/fastexcel/Correctness.java
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public void mergedRanges() throws Exception {
@Test
public void singleWorksheet() throws Exception {
String sheetName = "Worksheet 1";
String stringValue = "Sample text";
String stringValue = "Sample text with chars to escape : < > & \\ \" ~ é è à ç ù µ £ €";
Date dateValue = new Date();
LocalDateTime localDateTimeValue = LocalDateTime.now();
ZoneId timezone = ZoneId.of("Australia/Sydney");
Expand Down

0 comments on commit 52dd186

Please sign in to comment.