-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests to take new default response into account
- Loading branch information
1 parent
014f289
commit 956b7d4
Showing
7 changed files
with
10 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ CVS | |
composer.lock | ||
.phpunit.result.cache | ||
tests/Site/build_testing/ | ||
|
||
tests/Site/torchlight.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
<p>Some text before</p> | ||
|
||
<pre><code id='id' class='language-php class' style=''><?php | ||
|
||
echo "hello world";</code></pre> | ||
<pre><code id='id' class='language-php class torchlight' style=''><div class='line'><?php</div><div class='line'></div><div class='line'>echo "hello world";</div></code></pre> | ||
|
||
<p>Some text after</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
<p>Some text before</p> | ||
|
||
<pre><code class='language-text' style=''><?php | ||
@ | ||
{{ | ||
{!!</code></pre> | ||
<pre><code class='language-text torchlight' style=''><div class='line'><?php</div><div class='line'>@</div><div class='line'>{{</div><div class='line'>{!!</div></code></pre> | ||
|
||
<p>Some text after</p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<pre><code class="" style="" id="hello-world-1">echo "hello world 1";</code></pre> | ||
<pre><code class="torchlight" style="" id="hello-world-1"><div class='line'>echo "hello world 1";</div></code></pre> | ||
|
||
An id with no block remains: __torchlight-block-[fake_id]__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<pre><code class="" style="" id="hello-world-1">echo "hello world 1";</code></pre> | ||
<pre><code class="torchlight" style="" id="hello-world-1"><div class='line'>echo "hello world 1";</div></code></pre> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<pre><code class="" style="">echo "hello world 1";</code></pre> | ||
<pre><code class="torchlight" style=""><div class='line'>echo "hello world 1";</div></code></pre> | ||
|
||
<pre><code class="" style="">echo "hello world 2";</code></pre> | ||
<pre><code class="torchlight" style=""><div class='line'>echo "hello world 2";</div></code></pre> |