Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Modify snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Jul 19, 2018
1 parent c4699c7 commit 23a43be
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php return '<!--XRAY START 1 example /Users/marcel/Packages/laravel-view-xray/tests/views/example.blade.php-->
<?php return '<!--XRAY START 1 example /home/travis/build/beyondcode/laravel-xray/tests/views/example.blade.php-->
<!--XRAY END 1-->
<!--XRAY START 3 layout /Users/marcel/Packages/laravel-view-xray/tests/views/layout.blade.php-->
<!--XRAY START 3 layout /home/travis/build/beyondcode/laravel-xray/tests/views/layout.blade.php-->
<html>
<!--XRAY START 1 example@section:content /Users/marcel/Packages/laravel-view-xray/tests/views/example.blade.php-->
<!--XRAY START 1 example@section:content /home/travis/build/beyondcode/laravel-xray/tests/views/example.blade.php-->
Some example content
<!--XRAY START 2 include /Users/marcel/Packages/laravel-view-xray/tests/views/include.blade.php-->
<!--XRAY START 2 include /home/travis/build/beyondcode/laravel-xray/tests/views/include.blade.php-->
This is an included file.
<!--XRAY END 2--> Some example content
<!--XRAY END 1--></html>
Expand Down Expand Up @@ -615,7 +615,7 @@ function Bar(el) {
.xray-icon-github:before { content: \'\\f056\'; } /* \'\' */
.xray-icon-columns:before { content: \'\\f0db\'; } /* \'\' */
.xray-icon-doc:before { content: \'📄\'; } /* \'\\1f4c4\' */
.xray-icon-search:before { content: \'🔍\'; } /* \'\\1f50d\' */</style><!--XRAY START 4 xray::xray /Users/marcel/Packages/laravel-view-xray/src/../resources/views/xray.blade.php-->
.xray-icon-search:before { content: \'🔍\'; } /* \'\\1f50d\' */</style><!--XRAY START 4 xray::xray /home/travis/build/beyondcode/laravel-xray/src/../resources/views/xray.blade.php-->
<div id="xray-bar" style="display:none">
<div id="xray-bar-controller-path">
<span class="xray-bar-btn xray-bar-controller xray-icon-flash">
Expand All @@ -624,7 +624,7 @@ function Bar(el) {
</span>
<span class="xray-bar-btn xray-bar-layout xray-icon-columns">
<b></b>
/Users/marcel/Packages/laravel-view-xray/tests/views/example.blade.php
/home/travis/build/beyondcode/laravel-xray/tests/views/example.blade.php
</span>
<span class="xray-bar-btn xray-bar-view xray-icon-doc">
example
Expand Down

0 comments on commit 23a43be

Please sign in to comment.