File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
'utf-8 valid string ' => "\u{021b}\u{1b56}\ttest " ,
13
13
'binary ' => "\xf0\xf0\xf0\xf0" ,
14
14
'binary-control-char ' => "This is a Bell char \x07" ,
15
- 'console banner ' => "\e[37;44m#StandWith \e[30;43mUkraine \e[0m " ,
15
+ 'console banner ' => "\e[37;44mHello \e[30;43mWorld \e[0m " ,
16
16
'null string ' => 'null ' ,
17
17
'string of digits ' => '123 ' ,
18
18
'string of digits prefixed with minus character ' => '-123 ' ,
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ protected function getDefaultParameters(): array
98
98
'utf-8 valid string ' => 'țᖠtest ' ,
99
99
'binary ' => 'ðððð ' ,
100
100
'binary-control-char ' => 'This is a Bell char ' ,
101
- 'console banner ' => '[37;44m#StandWith [30;43mUkraine [0m ' ,
101
+ 'console banner ' => '[37;44mHello [30;43mWorld [0m ' ,
102
102
'null string ' => 'null ' ,
103
103
'string of digits ' => '123 ' ,
104
104
'string of digits prefixed with minus character ' => '-123 ' ,
Original file line number Diff line number Diff line change 21
21
<parameter key =" utf-8 valid string" >ț᭖ test</parameter >
22
22
<parameter key =" binary" type =" binary" >8PDw8A==</parameter >
23
23
<parameter key =" binary-control-char" type =" binary" >VGhpcyBpcyBhIEJlbGwgY2hhciAH</parameter >
24
- <parameter key =" console banner" type =" binary" >G1szNzs0NG0jU3RhbmRXaXRoG1szMDs0M21Va3JhaW5lG1swbQ== </parameter >
24
+ <parameter key =" console banner" type =" binary" >G1szNzs0NG1IZWxsbxtbMzA7NDNtV29ybGQbWzBt </parameter >
25
25
<parameter key =" null string" type =" string" >null</parameter >
26
26
<parameter key =" string of digits" type =" string" >123</parameter >
27
27
<parameter key =" string of digits prefixed with minus character" type =" string" >-123</parameter >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ parameters:
7
7
utf-8 valid string : " ț᭖\t test"
8
8
binary : !!binary 8PDw8A==
9
9
binary-control-char : !!binary VGhpcyBpcyBhIEJlbGwgY2hhciAH
10
- console banner : " \e [37;44m#StandWith \e [30;43mUkraine \e [0m"
10
+ console banner : " \e [37;44mHello \e [30;43mWorld \e [0m"
11
11
null string : ' null'
12
12
string of digits : ' 123'
13
13
string of digits prefixed with minus character : ' -123'
You can’t perform that action at this time.
0 commit comments