From 67bc24e7e283cba3aebd37f7282b9ee1f146d8c8 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 28 Nov 2015 23:58:43 -0800 Subject: 2504 - support to-text in 'stash' --- 073list.mu | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to '073list.mu') diff --git a/073list.mu b/073list.mu index f3b25142..e2879624 100644 --- a/073list.mu +++ b/073list.mu @@ -101,3 +101,14 @@ scenario display-list [ 3:array:character <- [6 -> 5 -> 4] ] ] + +scenario stash-on-list-converts-to-text [ + run [ + x:address:list:number <- push 4, 0 + x <- push 5, x + stash [foo foo], x + ] + trace-should-contain [ + app: foo foo 5 -> 4 + ] +] -- cgit 1.4.1-2-gfad0