Skip to content

Commit

Permalink
fix(formula): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wpxp123456 authored and wpxp123456 committed Nov 5, 2024
1 parent 26f608b commit 2817f8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ describe('Test nested functions', () => {

it('Len gets length from formula result', () => {
let result = calculate('=LEN(1/3)');
expect(result).toStrictEqual(17);
expect(result).toStrictEqual(14);

result = calculate('=LEN(0.1+0.2)');
expect(result).toStrictEqual(3);
Expand Down

0 comments on commit 2817f8c

Please sign in to comment.