Skip to content

Commit

Permalink
fix(express-engine): fix test case when default helpers use
Browse files Browse the repository at this point in the history
  • Loading branch information
hidoo committed Mar 29, 2021
1 parent d1cce0a commit d1ebe8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1 id="heading">heading</h1>
<li>list 2</li>
<li>list 3</li>
</ul>
<pre><code class="hljs language-js"><span class="hljs-keyword">import</span> hoge <span class="hljs-keyword">from</span> <span class="hljs-string">'hoge'</span>;
<pre><code class="hljs language-js"><span class="hljs-keyword">import</span> hoge <span class="hljs-keyword">from</span> <span class="hljs-string">&#x27;hoge&#x27;</span>;

hoge();</code></pre>

Expand Down

0 comments on commit d1ebe8c

Please sign in to comment.