fix(challenge-parser): add missing backtick in challenge parser fixture files (#64131)

Co-authored-by: Navadeep0007 <2400030007@kluniversity.in>
This commit is contained in:
gowtham1412-p
2025-11-28 04:24:55 +05:30
committed by GitHub
parent b51290d009
commit 8cbaf2b27d
13 changed files with 13 additions and 17 deletions

View File

@@ -26,8 +26,7 @@ exports[`add solution plugin > should have an output to match the snapshot 1`] =
"tail": "",
},
{
"contents": "var x = 'y';
\`\`",
"contents": "var x = 'y';",
"ext": "js",
"head": "",
"id": "",