Kaydet (Commit) 837bdd50 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

I forgot to add a terminator here.

Change-Id: I5fc809c38fe2d2649c9cadab78442eefe8be9ba0
üst 724a8ccd
......@@ -2042,6 +2042,7 @@ void Test::testFuncLOOKUP()
{ "A", "=LOOKUP(RC[-1];R1C1:R3C1;R1C2:R3C2)" },
{ "B", "=LOOKUP(RC[-1];R1C1:R3C1;R1C2:R3C2)" },
{ "C", "=LOOKUP(RC[-1];R1C1:R3C1;R1C2:R3C2)" },
{ 0, 0 } // terminator
};
// Insert check formulas into A5:B7.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment