update inbox list
This commit is contained in:
7
vendor/scrivo/highlight.php/test/markup/lasso/delimiters.expect.txt
vendored
Normal file
7
vendor/scrivo/highlight.php/test/markup/lasso/delimiters.expect.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<div>
|
||||
<span class="hljs-meta">[</span><span class="hljs-built_in">local</span>(y<span class="hljs-type">::decimal</span> = <span class="hljs-number">.57721</span>)<span class="hljs-meta">]</span>
|
||||
<span class="hljs-meta">[noprocess]</span> <?lasso delimiters?> [until] <span class="hljs-meta">[/noprocess</span><span class="hljs-meta">]</span>
|
||||
<span class="hljs-meta">[no_square_brackets</span><span class="hljs-meta">]</span> skip subsequent [square brackets]
|
||||
<span class="hljs-comment"><!--ignore <?LassoScript in HTML comments ?>--></span>
|
||||
<span class="hljs-meta"><?=</span>!#y ? <span class="hljs-literal">true</span> | <span class="hljs-string">`string`</span><span class="hljs-meta">?></span>
|
||||
</div>
|
||||
7
vendor/scrivo/highlight.php/test/markup/lasso/delimiters.txt
vendored
Normal file
7
vendor/scrivo/highlight.php/test/markup/lasso/delimiters.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<div>
|
||||
[local(y::decimal = .57721)]
|
||||
[noprocess] <?lasso delimiters?> [until] [/noprocess]
|
||||
[no_square_brackets] skip subsequent [square brackets]
|
||||
<!--ignore <?LassoScript in HTML comments ?>-->
|
||||
<?=!#y ? true | `string`?>
|
||||
</div>
|
||||
Reference in New Issue
Block a user