mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Add error checking directive and unit tests for it
This commit is contained in:
parent
d4654eb5cf
commit
0f14ad8ccf
5 changed files with 98 additions and 0 deletions
11
tests/_data/template/v2validation.executed.html
Normal file
11
tests/_data/template/v2validation.executed.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
<div class="alert">
|
||||
<p>You have an error!</p>
|
||||
<p><strong>[Ref. #2]</strong></p>
|
||||
</div>
|
||||
|
||||
<div class="alert">
|
||||
<p>You have an error!</p>
|
||||
<p><strong>[Ref. #4]</strong></p>
|
||||
</div>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue