From d3f1d63c7950b72dabf16b41fc9e9589e0e192cd Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 26 May 2016 18:50:33 -0700 Subject: 3016 --- 070text.mu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/070text.mu b/070text.mu index 5fc7e96d..bd5e8236 100644 --- a/070text.mu +++ b/070text.mu @@ -513,13 +513,13 @@ def interpolate template:address:array:character -> result:address:array:charact scenario interpolate-works [ run [ local-scope - x:address:array:character <- new [abc _] + x:address:array:character <- new [abc_ghi] y:address:array:character <- new [def] z:address:array:character <- interpolate x, y 10:array:character/raw <- copy *z ] memory-should-contain [ - 10:array:character <- [abc def] + 10:array:character <- [abcdefghi] ] ] -- cgit 1.4.1-2-gfad0