From 00e2eb4fd0266c5be01e3a527a66aaad5ab4b634 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 07:47:37 +0200 Subject: Adding upstream version 0.19.0. Signed-off-by: Daniel Baumann --- test/09-string-cells.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/09-string-cells.txt (limited to 'test/09-string-cells.txt') diff --git a/test/09-string-cells.txt b/test/09-string-cells.txt new file mode 100644 index 0000000..e841c37 --- /dev/null +++ b/test/09-string-cells.txt @@ -0,0 +1,17 @@ +%% Test for parsing string cells. +%mode init +A1@Andy +B1@Bruce +C1@Charles +D1@David +A2=A1 +%calc +%mode result +A1="Andy" +B1="Bruce" +C1="Charles" +D1="David" +A2="Andy" +%check +%exit + -- cgit v1.2.3