diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-08-23 12:34:24 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-08-23 12:34:24 +0000 |
commit | 2712b14d2f43f51e80818936b0de97d36865ee3b (patch) | |
tree | 86c800395ba7ccc7ed084f080f1bd5ed7f2e0bc7 /test-data/spreadsheet/stringacross2continuations.txt | |
parent | e8b5f3670405426c04e3e2fb12400fceb375c8d2 (diff) | |
download | poi-2712b14d2f43f51e80818936b0de97d36865ee3b.tar.gz poi-2712b14d2f43f51e80818936b0de97d36865ee3b.zip |
moved all test data to a top-level directory, refactored all junit usages of .testdata.path to one place
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@806959 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test-data/spreadsheet/stringacross2continuations.txt')
-rw-r--r-- | test-data/spreadsheet/stringacross2continuations.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/test-data/spreadsheet/stringacross2continuations.txt b/test-data/spreadsheet/stringacross2continuations.txt new file mode 100644 index 0000000000..c874c6d960 --- /dev/null +++ b/test-data/spreadsheet/stringacross2continuations.txt @@ -0,0 +1,27 @@ +[header] +14 00 # String length 0x14=20 +01 # Option flag, 16bit +# String: At a dinner party or +41 00 74 00 20 00 61 00 20 00 +64 00 69 00 6E 00 6E 00 65 00 +72 00 20 00 70 00 61 00 72 00 +74 00 79 00 20 00 6F 00 72 00 + +[continue1] +# Continuation record +22 00 # String length 0x11=17 +00 # Option flag, 8bit +# String: At a dinner party +41 74 20 61 20 +64 69 6E 6E 65 +72 20 70 61 72 +74 79 + +[continue2] +# Continuation record +00 # option flag +# String: At a dinner party +41 74 20 61 20 +64 69 6E 6E 65 +72 20 70 61 72 +74 79 |