mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): adjust editable-regions workshop-final-exams-table (#65396)
This commit is contained in:
+3
-3
@@ -59,11 +59,11 @@ assert.strictEqual(captionEl.innerText.trim(), 'Calculus Final Exam Grades');
|
||||
<meta charset="UTF-8" />
|
||||
</head>
|
||||
<body>
|
||||
--fcc-editable-region--
|
||||
<table>
|
||||
|
||||
</table>
|
||||
--fcc-editable-region--
|
||||
|
||||
--fcc-editable-region--
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
```
|
||||
|
||||
+3
-3
@@ -95,11 +95,11 @@ assert.match(code, /<tr>.*<th>.*<\/th>.*<th>.*<\/th>.*<th>.*<\/th>.*<\/tr>/is);
|
||||
Calculus Final Exam Grades
|
||||
</caption>
|
||||
|
||||
--fcc-editable-region--
|
||||
<thead>
|
||||
|
||||
</thead>
|
||||
--fcc-editable-region--
|
||||
|
||||
--fcc-editable-region--
|
||||
</thead>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+1
@@ -55,6 +55,7 @@ assert.match(code, /<tbody>[\s\S]*<\/tbody>/i);
|
||||
<th>Grade</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
+1
@@ -102,6 +102,7 @@ assert.strictEqual(document.querySelector('tbody tr:nth-of-type(3) td:last-child
|
||||
<td>Alex</td>
|
||||
<td>54</td>
|
||||
</tr>
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
+1
@@ -114,6 +114,7 @@ assert.strictEqual(document.querySelector('tbody tr:nth-of-type(5) td:nth-of-typ
|
||||
<td>Marcus</td>
|
||||
<td>88</td>
|
||||
</tr>
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
+1
@@ -111,6 +111,7 @@ assert.strictEqual(document.querySelectorAll('tfoot tr td').length, 2);
|
||||
<td>83</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
Reference in New Issue
Block a user