Skip to content

Commit

Permalink
Remove outdated escape examples from Blade/markdown hybrid snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
damiani committed Mar 26, 2024
1 parent ccaeec3 commit 1a2a641
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 2 additions & 4 deletions tests/snapshots/default/source/escape-test-hybrid.blade.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Can we have php opening tags here?
@endverbatim

```
<?{{ '' }}php
<?php
```

<hr>
Expand All @@ -34,9 +34,7 @@ This works: <?php{{ '' }}
This works: {!! $page->php !!}
This works: {!! '<' . '?php' !!}
This works: <{{ '?php' }}
This works: <?php{{ '' }}
This works: <?{{ '' }}php
This works: <?.php
This works: <?php

// Test comment...

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ <h3>escape-test-hybrid</h3>
This works: &lt;?php
This works: &lt;?php
This works: &lt;?php
This works: &lt;?php
This works: &lt;?.php

// Test comment...

Expand Down

0 comments on commit 1a2a641

Please sign in to comment.