Skip to content

Commit a363e12

Browse files
committed
fix multiple scripts test to use a single root element
1 parent 6c25f50 commit a363e12

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/Feature/resources/views/functional-api/component-with-multiple-scripts.blade.php

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44

55
<div>
66
Hello {{ $first }}
7-
</div>
87

9-
<?php state('first'); ?>
8+
<?php state('first'); ?>
109

11-
<div>
1210
Hello {{ $second }}
13-
</div>
1411

15-
<?php state(['second' => 'Otwell']); ?>
12+
<?php state(['second' => 'Otwell']); ?>
13+
</div>

0 commit comments

Comments
 (0)