summaryrefslogtreecommitdiffstats
path: root/test/gnumeric/cell-value-types
diff options
context:
space:
mode:
Diffstat (limited to 'test/gnumeric/cell-value-types')
-rw-r--r--test/gnumeric/cell-value-types/check.txt41
-rw-r--r--test/gnumeric/cell-value-types/input.gnumericbin0 -> 2129 bytes
2 files changed, 41 insertions, 0 deletions
diff --git a/test/gnumeric/cell-value-types/check.txt b/test/gnumeric/cell-value-types/check.txt
new file mode 100644
index 0000000..43b97e9
--- /dev/null
+++ b/test/gnumeric/cell-value-types/check.txt
@@ -0,0 +1,41 @@
+Values/0/0:string:"Numeric"
+Values/0/1:numeric:1.2
+Values/1/0:string:"Boolean"
+Values/1/1:boolean:true
+Values/2/0:string:"String"
+Values/2/1:string:"This is string"
+Values/3/0:string:"Integer"
+Values/3/1:numeric:11
+Values/4/0:string:"Numeric"
+Values/4/1:numeric:-1.2
+Formula/0/0:numeric:1
+Formula/0/1:formula:A1*2:2
+Formula/1/0:numeric:2
+Formula/1/1:formula:A2*2:4
+Formula/2/0:numeric:3
+Formula/2/1:formula:A3*2:6
+Formula/3/0:numeric:4
+Formula/3/1:formula:A4*2:8
+Formula/4/0:numeric:5
+Formula/4/1:formula:A5*2:10
+Formula/5/0:numeric:6
+Formula/5/1:formula:A6*2:12
+Formula/6/0:numeric:7
+Formula/6/1:formula:A7*2:14
+Formula/7/0:numeric:8
+Formula/7/1:formula:A8*2:16
+Array/0/0:numeric:1
+Array/0/1:numeric:2
+Array/0/2:numeric:3
+Array/2/0:numeric:4
+Array/3/0:numeric:5
+Array/4/0:numeric:6
+Array/6/0:formula:{MMULT(A3:A5,A1:C1)}:4
+Array/6/1:formula:{MMULT(A3:A5,A1:C1)}:8
+Array/6/2:formula:{MMULT(A3:A5,A1:C1)}:12
+Array/7/0:formula:{MMULT(A3:A5,A1:C1)}:5
+Array/7/1:formula:{MMULT(A3:A5,A1:C1)}:10
+Array/7/2:formula:{MMULT(A3:A5,A1:C1)}:15
+Array/8/0:formula:{MMULT(A3:A5,A1:C1)}:6
+Array/8/1:formula:{MMULT(A3:A5,A1:C1)}:12
+Array/8/2:formula:{MMULT(A3:A5,A1:C1)}:18
diff --git a/test/gnumeric/cell-value-types/input.gnumeric b/test/gnumeric/cell-value-types/input.gnumeric
new file mode 100644
index 0000000..2c4c38b
--- /dev/null
+++ b/test/gnumeric/cell-value-types/input.gnumeric
Binary files differ