From 47e5b2ea3774a91f3b68009e0061752f0dbcfe8b Mon Sep 17 00:00:00 2001 From: Sally McGrath Date: Thu, 2 Jan 2025 13:23:30 +0000 Subject: [PATCH] this one was missed somehow so is breaking data-groups/sprints/2/prep/#access-with-variables --- common-content/en/module/js2/variable-keys/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-content/en/module/js2/variable-keys/index.md b/common-content/en/module/js2/variable-keys/index.md index 507ffcbc2..ba9d241ec 100644 --- a/common-content/en/module/js2/variable-keys/index.md +++ b/common-content/en/module/js2/variable-keys/index.md @@ -70,12 +70,12 @@ describe("parseQueryString()", () => { }); ``` -===[[Feedback">}} +===[[Feedback]]=== We've currently got the following test suite: ![parse-query-test-feedback](parse-query-test-feedback.png) -===[[🧠 Explain">}} +===[[🧠 Explain]]=== We've got a situation where the first test case (for an empty string) is no longer working. Explain why this test case is no longer passing for the first test case. **Playing computer** will help you to explain why!