glens       2002/06/12 02:07:20

  Added:       src/testcases/org/apache/poi/hssf/data
                        extendedtextstrings.txt
  Log:
  A testcase that I should have added before.
  
  Revision  Changes    Path
  1.1                  
jakarta-poi/src/testcases/org/apache/poi/hssf/data/extendedtextstrings.txt
  
  Index: extendedtextstrings.txt
  ===================================================================
  ######################################################
  # Rich text with extended information test
  
  [rich-header]
  1D 00                                               # String length 0x1b=29
  0D                                                  # Option flag, rich text + 16bit 
+ extended
  02 00                                               # Formatting runs
  03 00 00 00                                         # Far east data size
  # 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
  
  [rich-continue1]
  # Continuation record
  00                                                  # option flag
  
  # string:at at at
  41 74 20
  41 74 20
  41 74 20
  
  00 00                                               # Formatting run 1, first 
formated char at 0
  00 00                                               # Formatting run 1, Index to 
font record
  02 00                                               # Formatting run 2, first 
formated char at 2
  00 00                                               # Formatting run 2, Index to 
font record
  
  FF FF FF                                            # extended data
  
  
  ########################################################
  # Normal text with extended information.
  
  [norich-header]
  1D 00                                               # String length 0x1b=29
  05                                                  # Option flag, 16bit + extended
  03 00 00 00                                         # Far east data size
  # 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
  
  [norich-continue1]
  # Continuation record
  00                                                  # option flag
  
  # string:at at at
  41 74 20
  41 74 20
  41 74 20
  
  FF FF FF                                            # extended data
  
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to