vertical-tab
parent
cb88f405d8
commit
7cae592170
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue