Skip to content

Commit

Permalink
Update a test
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 28, 2023
1 parent 14969a5 commit 75d5681
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Tests/Fixtures/containers/container8.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
'utf-8 valid string' => "\u{021b}\u{1b56}\ttest",
'binary' => "\xf0\xf0\xf0\xf0",
'binary-control-char' => "This is a Bell char \x07",
'console banner' => "\e[37;44m#StandWith\e[30;43mUkraine\e[0m",
'console banner' => "\e[37;44mHello\e[30;43mWorld\e[0m",
'null string' => 'null',
'string of digits' => '123',
'string of digits prefixed with minus character' => '-123',
Expand Down
2 changes: 1 addition & 1 deletion Tests/Fixtures/php/services8.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ protected function getDefaultParameters(): array
'utf-8 valid string' => 'ț᭖ test',
'binary' => 'ðððð',
'binary-control-char' => 'This is a Bell char ',
'console banner' => '[37;44m#StandWith[30;43mUkraine[0m',
'console banner' => '[37;44mHello[30;43mWorld[0m',
'null string' => 'null',
'string of digits' => '123',
'string of digits prefixed with minus character' => '-123',
Expand Down
2 changes: 1 addition & 1 deletion Tests/Fixtures/xml/services8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parameter key="utf-8 valid string">&#x21B;&#x1B56; test</parameter>
<parameter key="binary" type="binary">8PDw8A==</parameter>
<parameter key="binary-control-char" type="binary">VGhpcyBpcyBhIEJlbGwgY2hhciAH</parameter>
<parameter key="console banner" type="binary">G1szNzs0NG0jU3RhbmRXaXRoG1szMDs0M21Va3JhaW5lG1swbQ==</parameter>
<parameter key="console banner" type="binary">G1szNzs0NG1IZWxsbxtbMzA7NDNtV29ybGQbWzBt</parameter>
<parameter key="null string" type="string">null</parameter>
<parameter key="string of digits" type="string">123</parameter>
<parameter key="string of digits prefixed with minus character" type="string">-123</parameter>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Fixtures/yaml/services8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
utf-8 valid string: "ț᭖\ttest"
binary: !!binary 8PDw8A==
binary-control-char: !!binary VGhpcyBpcyBhIEJlbGwgY2hhciAH
console banner: "\e[37;44m#StandWith\e[30;43mUkraine\e[0m"
console banner: "\e[37;44mHello\e[30;43mWorld\e[0m"
null string: 'null'
string of digits: '123'
string of digits prefixed with minus character: '-123'
Expand Down

0 comments on commit 75d5681

Please sign in to comment.