new testcase
This commit is contained in:
parent
0fc7294905
commit
7afe441f8c
@ -122,7 +122,7 @@
|
||||
<%~`<td>${y.content}</td>`%>
|
||||
<%~`<td>${y.procedure}</td>`%>
|
||||
<%~`<td>${y.testData ?? ""}</td>`%>
|
||||
<%~`<td>${y.pass ? "P" : "F"}</td>`%>
|
||||
<%~`<td>${y.pass ? "✅" : "❌"}</td>`%>
|
||||
<%~"</tr>"%>
|
||||
<%});%>
|
||||
<%~"</tbody>"%>
|
||||
|
@ -57,7 +57,7 @@
|
||||
"testData": " sum^n_{n=0}n = \\frac{n(n+1)}2$$ ",
|
||||
"expected": "",
|
||||
"actual": "",
|
||||
"pass": false
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"id": 10,
|
||||
@ -207,7 +207,7 @@
|
||||
"testData": "admin",
|
||||
"expected": "",
|
||||
"actual": "",
|
||||
"pass": false
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"id": 24,
|
||||
@ -219,6 +219,16 @@
|
||||
"actual": "",
|
||||
"pass": false
|
||||
},
|
||||
{
|
||||
"id": 25,
|
||||
"subId": null,
|
||||
"content": "Theme",
|
||||
"procedure": "1. Theme를 바꾸어서 제대로 변경되는지 시험해본다.",
|
||||
"testData": null,
|
||||
"expected": "",
|
||||
"actual": "",
|
||||
"pass": true
|
||||
},
|
||||
{
|
||||
"id": 16,
|
||||
"subId": null,
|
||||
|
Loading…
Reference in New Issue
Block a user