sc/qa/unit/data/functions/spreadsheet/fods/error.type.fods |   20 ++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

New commits:
commit 6e6020d01cfc373c6117164d112f59fdbfe2463d
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Tue Mar 14 10:55:17 2023 +0100
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Tue Mar 14 19:50:48 2023 +0000

    tdf#154167: sc_spreadsheet_functions_test: Add unittest
    
    Change-Id: Iec3de72c0742d0817aaec037ffd234ab05c090c8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148840
    Tested-by: Jenkins
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sc/qa/unit/data/functions/spreadsheet/fods/error.type.fods 
b/sc/qa/unit/data/functions/spreadsheet/fods/error.type.fods
index 3173ba189db2..19b0473aa93f 100644
--- a/sc/qa/unit/data/functions/spreadsheet/fods/error.type.fods
+++ b/sc/qa/unit/data/functions/spreadsheet/fods/error.type.fods
@@ -6951,6 +6951,24 @@
      <table:table-cell table:style-name="ce12" 
table:number-columns-repeated="2"/>
      <table:table-cell table:number-columns-repeated="3"/>
     </table:table-row>
+    <table:table-row table:style-name="ro7">
+     <table:table-cell table:style-name="ce11" 
table:formula="of:=ERROR.TYPE(#NULL!)" office:value-type="float" 
office:value="1" calcext:value-type="float">
+      <text:p>1</text:p>
+     </table:table-cell>
+     <table:table-cell office:value-type="float" office:value="1" 
calcext:value-type="float">
+      <text:p>1</text:p>
+     </table:table-cell>
+     <table:table-cell table:style-name="ce15" 
table:formula="of:=[.A18]=[.B18]" office:value-type="boolean" 
office:boolean-value="true" calcext:value-type="boolean">
+      <text:p>TRUE</text:p>
+     </table:table-cell>
+     <table:table-cell table:style-name="ce23" 
table:formula="of:=FORMULA([.A18])" office:value-type="string" 
office:string-value="=ERROR.TYPE(#NULL!)" calcext:value-type="string">
+      <text:p>=ERROR.TYPE(#NULL!)</text:p>
+     </table:table-cell>
+     <table:table-cell table:number-columns-repeated="19"/>
+     <table:table-cell table:style-name="ce29"/>
+     <table:table-cell table:style-name="ce12" 
table:number-columns-repeated="2"/>
+     <table:table-cell table:number-columns-repeated="3"/>
+    </table:table-row>
     <table:table-row table:style-name="ro2">
      <table:table-cell table:style-name="ce11"/>
      <table:table-cell/>
@@ -7146,4 +7164,4 @@
    </table:named-expressions>
   </office:spreadsheet>
  </office:body>
-</office:document>
\ No newline at end of file
+</office:document>

Reply via email to