mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-03 01:52:40 +00:00
Check line length to account for fence post.
When we have exactly 998 bytes CakeEmail should not emit an error. Refs #5948
This commit is contained in:
parent
ef820964e5
commit
b80a8947d7
3 changed files with 34 additions and 1 deletions
14
lib/Cake/Test/test_app/View/Emails/html/long_line.ctp
Normal file
14
lib/Cake/Test/test_app/View/Emails/html/long_line.ctp
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
echo '<a>34567890123456789012345678901234567890123456789012345678901234567890' .
|
||||
'12345678901234567890123456789012345678901234567890123456789012345678901234567890' .
|
||||
'12345678901234567890123456789012345678901234567890123456789012345678901234567890' .
|
||||
'12345678901234567890123456789012345678901234567890123456789012345678901234567890' .
|
||||
'12345678901234567890123456789012345678901234567890123456789012345678901234567890' .
|
||||
'12345678901234567890123456789012345678901234567890123456789012345678901234567890' .
|
||||
'12345678901234567890123456789012345678901234567890123456789012345678901234567890' .
|
||||
'12345678901234567890123456789012345678901234567890123456789012345678901234567890' .
|
||||
'12345678901234567890123456789012345678901234567890123456789012345678901234567890' .
|
||||
'12345678901234567890123456789012345678901234567890123456789012345678901234567890' .
|
||||
'12345678901234567890123456789012345678901234567890123456789012345678901234567890' .
|
||||
'12345678901234567890123456789012345678901234567890123456789012345678901234567890' .
|
||||
'1234567890123456789012345678901234567890123456x';
|
Loading…
Add table
Add a link
Reference in a new issue