fix test so it does not match code not in the answer
This commit is contained in:
@ -1491,7 +1491,7 @@
|
|||||||
" }",
|
" }",
|
||||||
" ",
|
" ",
|
||||||
" if(slotOne !== undefined && slotTwo !== undefined && slotThree !== undefined){",
|
" if(slotOne !== undefined && slotTwo !== undefined && slotThree !== undefined){",
|
||||||
" $(\".logger\").html(slotOne);",
|
" $(\".logger\").text(slotOne);",
|
||||||
" $(\".logger\").append(\" \" + slotTwo);",
|
" $(\".logger\").append(\" \" + slotTwo);",
|
||||||
" $(\".logger\").append(\" \" + slotThree);",
|
" $(\".logger\").append(\" \" + slotThree);",
|
||||||
" }",
|
" }",
|
||||||
|
Reference in New Issue
Block a user