Fix: Remove duplicate test (#17543)
This commit is contained in:
committed by
Kristofer Koishigawa
parent
4f9c265e1a
commit
d6f9f6ce80
@ -417,10 +417,6 @@
|
|||||||
{
|
{
|
||||||
"text": "Your code should have an opening and closing <code>footer</code> tag.",
|
"text": "Your code should have an opening and closing <code>footer</code> tag.",
|
||||||
"testString": "assert(code.match(/<footer>\\s*© 2016 Camper Cat\\s*<\\/footer>/g), 'Your code should have an opening and closing <code>footer</code> tag.');"
|
"testString": "assert(code.match(/<footer>\\s*© 2016 Camper Cat\\s*<\\/footer>/g), 'Your code should have an opening and closing <code>footer</code> tag.');"
|
||||||
},
|
|
||||||
{
|
|
||||||
"text": "Your code should not have any <code>div</code> tags.",
|
|
||||||
"testString": "assert($('div').length == 0, 'Your code should not have any <code>div</code> tags.');"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"solutions": [],
|
"solutions": [],
|
||||||
@ -1523,4 +1519,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user