summaryrefslogtreecommitdiffstats
path: root/test/02-circular-02.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/02-circular-02.txt')
-rw-r--r--test/02-circular-02.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/02-circular-02.txt b/test/02-circular-02.txt
new file mode 100644
index 0000000..a81ca42
--- /dev/null
+++ b/test/02-circular-02.txt
@@ -0,0 +1,15 @@
+%% Check for single cell circular references during edit.
+%mode init
+A1=B1
+%calc
+%mode result
+A1=0
+%check
+%mode edit
+B1=A1
+%recalc
+%mode result
+A1=#REF!
+B1=#REF!
+%check
+%exit