[SE] [tests] added todo

This commit is contained in:
Aleksandr Nagaev
2025-09-30 11:47:14 +03:00
parent a673823ae3
commit 222b6b7699

View File

@ -19361,6 +19361,8 @@ $(function () {
assert.strictEqual(array.getElementRowCol(0,1).getValue(), 1, "Result of COUNTIF(A311:A314,A311:A314)[0,1]");
assert.strictEqual(array.getElementRowCol(0,2).getValue(), 1, "Result of COUNTIF(A311:A314,A311:A314)[0,2]");
// TODO Tables
// Negative Cases:
// Case #1: Error, Number. Handle reference error in range
oParser = new parserFormula("COUNTIF(#REF!, 1)", "C2", ws);