From 7084f5e1ceb61eab199512410048ad53e3ea08d7 Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Tue, 23 Apr 2024 20:25:49 +0100 Subject: Add full merge command --- main/main_test.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'main/main_test.go') diff --git a/main/main_test.go b/main/main_test.go index 1ac89f6..b745202 100644 --- a/main/main_test.go +++ b/main/main_test.go @@ -93,6 +93,13 @@ func TestMain(t *testing.T) { input: miscInput, expected: `"Hello world these are values"`, }, + { + name: "Short concat array values", + program: "M/#( \"array\" :(): )#/{ s/#( \"array\"$_ :( .{-0} )- )-/ s/-( ~(.{-0}` `)-{-0} ~(.{-0})- )~/p }", + quiet: true, + input: miscInput, + expected: `"Hello world these are values"`, + }, } for _, test := range tests { -- cgit v1.2.3