We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63027a0 commit 69c24bbCopy full SHA for 69c24bb
2 files changed
myapp/index.html
@@ -57,7 +57,7 @@ <h2>Update placeholders</h2>
57
58
<footer class="page-footer">
59
<p>Built for CI/CD Concepts & Capstone Project Integration</p>
60
- <p>March 27, 2026</p>
+ <p>Today's date: March 27, 2026</p>
61
</footer>
62
63
<script src="script.js"></script>
scripts/run-tests.sh
@@ -22,8 +22,8 @@ if [[ ! -f "myapp/script.js" ]]; then
22
exit 1
23
fi
24
25
-if ! grep -q "March 15, 2026" myapp/index.html; then
26
- echo "ERROR: Today's date (March 15, 2026) not found in index.html." >&2
+if ! grep -q "Today's date:" myapp/index.html; then
+ echo "ERROR: Today's date (Month DD, YYYY) not found in index.html." >&2
27
28
29
0 commit comments