vertical-tab

master
Charles Iliya Krempeaux 2024-03-25 23:07:21 -07:00
parent cb88f405d8
commit 7cae592170
1 changed files with 5 additions and 5 deletions

View File

@ -30,16 +30,16 @@ func TestReadEOL(t *testing.T) {
ExpectedEOL: lf.String,
ExpectedSize: 1,
},
{
Value: "\v",
ExpectedEOL: vt.String,
ExpectedSize: 1,
},
{
Value: "\n\r",
ExpectedEOL: lfcr.String,
ExpectedSize: 2,
},
{
Value: "\v",
ExpectedEOL: vt.String,
ExpectedSize: 1,
},
{
Value: "\r",
ExpectedEOL: cr.String,