diff options
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 |