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 1212 'utf-8 valid string ' => "\u{021b}\u{1b56}\ttest " ,
1313 'binary ' => "\xf0\xf0\xf0\xf0" ,
1414 '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 " ,
1616 'null string ' => 'null ' ,
1717 'string of digits ' => '123 ' ,
1818 '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
9898 'utf-8 valid string ' => 'țᖠtest ' ,
9999 'binary ' => 'ðððð ' ,
100100 '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 ' ,
102102 'null string ' => 'null ' ,
103103 'string of digits ' => '123 ' ,
104104 'string of digits prefixed with minus character ' => '-123 ' ,
Original file line number Diff line number Diff line change 2121 <parameter key =" utf-8 valid string" >ț᭖ test</parameter >
2222 <parameter key =" binary" type =" binary" >8PDw8A==</parameter >
2323 <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 >
2525 <parameter key =" null string" type =" string" >null</parameter >
2626 <parameter key =" string of digits" type =" string" >123</parameter >
2727 <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:
77 utf-8 valid string : " ț᭖\t test"
88 binary : !!binary 8PDw8A==
99 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"
1111 null string : ' null'
1212 string of digits : ' 123'
1313 string of digits prefixed with minus character : ' -123'
You can’t perform that action at this time.
0 commit comments