Skip to content

Commit 61a2252

Browse files
committed
tweaks snapshot
1 parent 0512907 commit 61a2252

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

tests/snapshots/blade-with-once/source/_layouts/main.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<div>
2-
@yield('structured-markup')
3-
42
<p>MAIN LAYOUT</p>
53
<div>
64
@yield('body')

tests/snapshots/blade-with-once/source/index.blade.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
@extends('_layouts.main')
22

3-
@section('structured-markup')
4-
<script type="application/ld+json">
5-
{
6-
"@context": "https://schema.org",
7-
"@type": "BlogPosting",
8-
}
9-
</script>
10-
@endsection
11-
123
@section('body')
134
Hello world!
145

tests/snapshots/blade-with-once_snapshot/index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
<div>
2-
<script type="application/ld+json">
3-
{
4-
"@context": "https://schema.org",
5-
"@type": "BlogPosting",
6-
}
7-
</script>
8-
92
<p>MAIN LAYOUT</p>
103
<div>
114
Hello world!

0 commit comments

Comments
 (0)