initial commits

master
Charles Iliya Krempeaux 2022-12-08 11:56:59 -08:00
parent 18a8a568a2
commit 94e427931f
1 changed files with 7 additions and 0 deletions

View File

@ -138,6 +138,13 @@ func TestCopyLine(t *testing.T) {
Src: "r۵≡🙂"+"\r\n"+"once twice thrice fource"+"\r\n", Src: "r۵≡🙂"+"\r\n"+"once twice thrice fource"+"\r\n",
Expected: "r۵≡🙂", Expected: "r۵≡🙂",
}, },
{
Src: "once"+"\r\n"+"twice"+"\r\n"+"thrice"+"\r\n"+"fource"+"\r\n",
Expected: "once",
},
} }
for testNumber, test := range tests { for testNumber, test := range tests {