diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-04 03:46:27 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2011-11-04 04:08:48 +0100 |
commit | 989ee5998b99497caa619341fb4f3d8e32fd0765 (patch) | |
tree | 197f49f6c18f80d48a30b790b9315c518f1805c4 /sc/qa/unit/data/contentCSV | |
parent | 5436b3242ae84aca1d8a3d750bee6bf39ea52224 (diff) |
add test cases for "Informations" functions to functions.ods
Diffstat (limited to 'sc/qa/unit/data/contentCSV')
-rw-r--r-- | sc/qa/unit/data/contentCSV/information-functions.csv | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sc/qa/unit/data/contentCSV/information-functions.csv b/sc/qa/unit/data/contentCSV/information-functions.csv new file mode 100644 index 000000000000..e332b8f3612b --- /dev/null +++ b/sc/qa/unit/data/contentCSV/information-functions.csv @@ -0,0 +1,18 @@ +27, 1, 4, $E$1, $Logical.$A$1, 4, b, v, l +6 +"=CELL(""ROW"",AA1)", "=ADDRESS(2,3)" +FALSE, TRUE, FALSE +FALSE, TRUE, FALSE, TRUE +TRUE, FALSE, TRUE, TRUE +1, 0, 0, 1 +TRUE, FALSE, FALSE +FALSE, FALSE, FALSE, TRUE +TRUE, FALSE, FALSE, FALSE +TRUE, TRUE, FALSE +TRUE, FALSE, TRUE +1, 0, 0, 1, 0 +TRUE, TRUE, FALSE, FALSE, FALSE, FALSE +FALSE, TRUE, FALSE, TRUE +0, 1, 42, 0 +#N/A +1, 2, 8, 64, 16 |