summaryrefslogtreecommitdiff
path: root/sc/qa/unit
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2013-11-15 19:41:47 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2013-11-18 17:25:40 -0500
commit3dab6fcbedf21c1d2971527f6f99fa46d3d45514 (patch)
treecc48f95d7e1a56d5b0fa96c93e7bdbd251d98b06 /sc/qa/unit
parent3f5987421e4d612012ec346ae280fb362239a5d6 (diff)
Handle matrix.
Change-Id: I084b2348b5c52151b0d0ea36d082ec2f2603e0d4
Diffstat (limited to 'sc/qa/unit')
-rw-r--r--sc/qa/unit/ucalc_formula.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc_formula.cxx b/sc/qa/unit/ucalc_formula.cxx
index 91e4594d6803..7ae255472d4f 100644
--- a/sc/qa/unit/ucalc_formula.cxx
+++ b/sc/qa/unit/ucalc_formula.cxx
@@ -113,7 +113,8 @@ void Test::testFormulaCreateStringFromTokens()
"'Past Data'.B1+'2013'.B2*(1+'Kevin''s Data'.C10)",
"x+y*z", // named ranges
"SUM(sheetx;x;y;z)", // sheet local and global named ranges mixed
- "MAX(Table1)+MIN(Table2)*SUM(Table3)" // database ranges
+ "MAX(Table1)+MIN(Table2)*SUM(Table3)", // database ranges
+ "{1;TRUE;3|FALSE;5;\"Text\"|;;}", // inline matrix
};
boost::scoped_ptr<ScTokenArray> pArray;