summaryrefslogtreecommitdiffstats
path: root/test/22-formulas-with-cached-results.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/22-formulas-with-cached-results.txt')
-rw-r--r--test/22-formulas-with-cached-results.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/22-formulas-with-cached-results.txt b/test/22-formulas-with-cached-results.txt
new file mode 100644
index 0000000..14638b9
--- /dev/null
+++ b/test/22-formulas-with-cached-results.txt
@@ -0,0 +1,15 @@
+%% Test case for formula cells with cached results. This test case intentionally
+%% does not calculate formula cells before checking their results.
+%mode init
+D2=RAND()
+E6=RAND()+12
+F7=145/RAND()
+%mode result-cache
+D2=12
+E6=145
+F7=#DIV/0!
+%mode result
+D2=12
+E6=145
+F7=#DIV/0!
+%check