vertical-tab
parent
cb88f405d8
commit
7cae592170
|
@ -30,16 +30,16 @@ func TestReadEOL(t *testing.T) {
|
||||||
ExpectedEOL: lf.String,
|
ExpectedEOL: lf.String,
|
||||||
ExpectedSize: 1,
|
ExpectedSize: 1,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Value: "\v",
|
|
||||||
ExpectedEOL: vt.String,
|
|
||||||
ExpectedSize: 1,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
Value: "\n\r",
|
Value: "\n\r",
|
||||||
ExpectedEOL: lfcr.String,
|
ExpectedEOL: lfcr.String,
|
||||||
ExpectedSize: 2,
|
ExpectedSize: 2,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
Value: "\v",
|
||||||
|
ExpectedEOL: vt.String,
|
||||||
|
ExpectedSize: 1,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
Value: "\r",
|
Value: "\r",
|
||||||
ExpectedEOL: cr.String,
|
ExpectedEOL: cr.String,
|
||||||
|
|
Loading…
Reference in New Issue