From 42750491586291088df5565d48fc3ca148121529 Mon Sep 17 00:00:00 2001 From: cch5ng Date: Sun, 16 Apr 2017 22:39:22 -0700 Subject: [PATCH] fix: #14402; add test for radio button in form tag --- .../01-responsive-web-design/basic-html-and-html5.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json b/seed/challenges/01-responsive-web-design/basic-html-and-html5.json index 41364e8049..e0bd21ff14 100644 --- a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/seed/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -1629,7 +1629,8 @@ "assert($('label > input[type=\"radio\"]:only-child').length > 1, 'message: Each of your two radio button elements should be nested in its own label element.');", "assert((code.match(/<\\/label>/g) && code.match(/