summaryrefslogtreecommitdiffstats
path: root/test/06-range-reference-whole-column.txt
blob: d806bc6ef26c483f8e71ee847e4165c376bc70a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
%% Test case for handling a range reference with whole column.
%mode init
A1:1
A2:2
A3:3
C1=SUM(A:A)
%calc
%mode result
C1=6
%check
%mode edit
A1:10
%recalc
%mode result
C1=15
%check
%exit