diff --git a/tests/Feature/ViewTaskTest.php b/tests/Feature/ViewTaskTest.php index 303140319971a27428be32ae62ed0a298234482f..dd45e99068d772f578235143c9b9de1fd4791945 100644 --- a/tests/Feature/ViewTaskTest.php +++ b/tests/Feature/ViewTaskTest.php @@ -31,6 +31,7 @@ class ViewTaskTest extends TestCase * * Before v12.0.2, resources/views/tasks/view.blade.php used @json() to * bind the task result into the attribute. + * * @json() emits raw JSON whose outer `"` delimiters collide with the * attribute's own `"` wrappers, making the HTML malformed. Browsers * parse `:output=""hello""` as `:output=""` (empty) + orphan text, so