diff options
Diffstat (limited to 'vendor/symfony/var-exporter/Tests/Fixtures/lf-ending-string.php')
| -rw-r--r-- | vendor/symfony/var-exporter/Tests/Fixtures/lf-ending-string.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/symfony/var-exporter/Tests/Fixtures/lf-ending-string.php b/vendor/symfony/var-exporter/Tests/Fixtures/lf-ending-string.php new file mode 100644 index 0000000000..f6bcf84976 --- /dev/null +++ b/vendor/symfony/var-exporter/Tests/Fixtures/lf-ending-string.php @@ -0,0 +1,4 @@ +<?php + +return '\'BOOM\''."\n" + .'.var_dump(123)//\''; |
