summaryrefslogtreecommitdiff
path: root/yarns/900-implements.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/900-implements.yarn')
-rw-r--r--yarns/900-implements.yarn5
1 files changed, 4 insertions, 1 deletions
diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn
index e4e04e1..5fb476c 100644
--- a/yarns/900-implements.yarn
+++ b/yarns/900-implements.yarn
@@ -97,4 +97,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
assertTrue(wanted.startswith(actual))
IMPLEMENTS THEN result has header (\S+): (\S+)
- assert 0
+ name = get_next_match()
+ value = get_next_match()
+ headers = vars['headers']
+ assertEqual(headers[name].lower(), value.lower())