summaryrefslogtreecommitdiff
path: root/vendor/symfony/var-exporter/Tests/Fixtures/multiline-string.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/symfony/var-exporter/Tests/Fixtures/multiline-string.php')
-rw-r--r--vendor/symfony/var-exporter/Tests/Fixtures/multiline-string.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor/symfony/var-exporter/Tests/Fixtures/multiline-string.php b/vendor/symfony/var-exporter/Tests/Fixtures/multiline-string.php
index 540fef0002..5ca94eafdd 100644
--- a/vendor/symfony/var-exporter/Tests/Fixtures/multiline-string.php
+++ b/vendor/symfony/var-exporter/Tests/Fixtures/multiline-string.php
@@ -2,7 +2,6 @@
return [
"\0\0\r\n"
- .'A' => 'B'."\r"
- .'C'."\n"
+ .'A' => 'B'."\r".'C'."\n"
."\n",
];