[UNBLAZE]', [null, 'rtrim', 'rtrim']],
['
[UNBLAZE]
', [null, null, null]],
-]);
+]);
\ No newline at end of file
diff --git a/tests/Support/AttributeParserTest.php b/tests/Support/AttributeParserTest.php
index 7409d0b1..a2fdcebd 100644
--- a/tests/Support/AttributeParserTest.php
+++ b/tests/Support/AttributeParserTest.php
@@ -77,4 +77,4 @@
expect($attrs)->toHaveCount(1)->toHaveKey('fooBar');
expect($attrs['fooBar']->value)->toBe('first');
-});
+});
\ No newline at end of file
diff --git a/tests/Support/DirectivesTest.php b/tests/Support/DirectivesTest.php
index 0ab83e3a..dc216233 100644
--- a/tests/Support/DirectivesTest.php
+++ b/tests/Support/DirectivesTest.php
@@ -36,4 +36,4 @@
['@php // @aware @endphp'],
[''],
['{{-- @aware --}}'],
-]);
+]);
\ No newline at end of file
diff --git a/tests/TestCase.php b/tests/TestCase.php
index f6496fba..ce7a360a 100644
--- a/tests/TestCase.php
+++ b/tests/TestCase.php
@@ -40,4 +40,4 @@ protected function getEnvironmentSetUp($app)
$app['config']->set('view.compiled', $basePath . '/test_' . $token);
}
}
-}
+}
\ No newline at end of file
diff --git a/tests/WhitespaceTest.php b/tests/WhitespaceTest.php
index 7df1297f..2e9495fa 100644
--- a/tests/WhitespaceTest.php
+++ b/tests/WhitespaceTest.php
@@ -61,4 +61,4 @@
test('nested foldable components with unblaze only', fn () => compare(<<<'BLADE'
BLADE,
-));
+));
\ No newline at end of file
diff --git a/tests/fixtures/views/blaze.blade.php b/tests/fixtures/views/blaze.blade.php
index da71035b..e1c3b946 100644
--- a/tests/fixtures/views/blaze.blade.php
+++ b/tests/fixtures/views/blaze.blade.php
@@ -1,3 +1,3 @@
-
+
\ No newline at end of file
diff --git a/tests/fixtures/views/components/compile-false.blade.php b/tests/fixtures/views/components/compile-false.blade.php
index 18320ff4..7cded334 100644
--- a/tests/fixtures/views/components/compile-false.blade.php
+++ b/tests/fixtures/views/components/compile-false.blade.php
@@ -1,3 +1,3 @@
@blaze(compile: false)
-
+
\ No newline at end of file
diff --git a/tests/fixtures/views/components/foldable/card-unsafe-slot.blade.php b/tests/fixtures/views/components/foldable/card-unsafe-slot.blade.php
index 19e138f9..0969ed81 100644
--- a/tests/fixtures/views/components/foldable/card-unsafe-slot.blade.php
+++ b/tests/fixtures/views/components/foldable/card-unsafe-slot.blade.php
@@ -1,3 +1,3 @@
@blaze(fold: true, unsafe: ['slot'])
-
{{ $header ?? 'Default' }} | {{ $slot ?? 'Default' }} | {{ $footer ?? 'Default' }}
+
{{ $header ?? 'Default' }} | {{ $slot ?? 'Default' }} | {{ $footer ?? 'Default' }}
\ No newline at end of file
diff --git a/tests/fixtures/views/components/foldable/card-unsafe.blade.php b/tests/fixtures/views/components/foldable/card-unsafe.blade.php
index 71282248..53c58b26 100644
--- a/tests/fixtures/views/components/foldable/card-unsafe.blade.php
+++ b/tests/fixtures/views/components/foldable/card-unsafe.blade.php
@@ -1,3 +1,3 @@
@blaze(fold: true, unsafe: ['*'])
-
{{ $header ?? 'Default' }} | {{ $slot ?? 'Default' }} | {{ $footer ?? 'Default' }}
+
{{ $header ?? 'Default' }} | {{ $slot ?? 'Default' }} | {{ $footer ?? 'Default' }}
\ No newline at end of file
diff --git a/tests/fixtures/views/components/foldable/card.blade.php b/tests/fixtures/views/components/foldable/card.blade.php
index cb074881..e6b0833b 100644
--- a/tests/fixtures/views/components/foldable/card.blade.php
+++ b/tests/fixtures/views/components/foldable/card.blade.php
@@ -6,4 +6,4 @@
{{ $slot ?? 'Default' }}
{{ $footer ?? 'Default' }}
-
+
\ No newline at end of file
diff --git a/tests/fixtures/views/components/foldable/fold-false.blade.php b/tests/fixtures/views/components/foldable/fold-false.blade.php
index 6bc353eb..dcd2fbbb 100644
--- a/tests/fixtures/views/components/foldable/fold-false.blade.php
+++ b/tests/fixtures/views/components/foldable/fold-false.blade.php
@@ -1,3 +1,3 @@
@blaze(fold: false)
-