Skip to content

Commit c93e3c9

Browse files
committed
session: Add newline to end of tests for GH-18634
1 parent 3873858 commit c93e3c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/session/tests/gh18634.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ session_start();
1010
$_SESSION['foo|bar'] = 'value';
1111
?>
1212
--EXPECT--
13-
Warning: PHP Request Shutdown: Failed to write session data. Data contains invalid key "foo|bar" in Unknown on line 0
13+
Warning: PHP Request Shutdown: Failed to write session data. Data contains invalid key "foo|bar" in Unknown on line 0

ext/session/tests/gh18634_2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ $_SESSION['foo|bar'] = 'value';
1111
session_write_close()
1212
?>
1313
--EXPECTF--
14-
Warning: session_write_close(): Failed to write session data. Data contains invalid key "foo|bar" in %s on line %d
14+
Warning: session_write_close(): Failed to write session data. Data contains invalid key "foo|bar" in %s on line %d

0 commit comments

Comments
 (0)