initial commits
parent
18a8a568a2
commit
94e427931f
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue