From 94e427931fed16031ad8e827310bfddf11f418e1 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 8 Dec 2022 11:56:59 -0800 Subject: [PATCH] initial commits --- copyline_test.go | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/copyline_test.go b/copyline_test.go index 4da36bc..8c71e4b 100644 --- a/copyline_test.go +++ b/copyline_test.go @@ -138,6 +138,13 @@ func TestCopyLine(t *testing.T) { Src: "r۵≡🙂"+"\r\n"+"once twice thrice fource"+"\r\n", Expected: "r۵≡🙂", }, + + + + { + Src: "once"+"\r\n"+"twice"+"\r\n"+"thrice"+"\r\n"+"fource"+"\r\n", + Expected: "once", + }, } for testNumber, test := range tests {