Skip to content

Commit

Permalink
fixup! Fix review issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Jan 3, 2014
1 parent cbd814b commit 9d91388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XMLHttpRequest/send-accept-language.htm
Expand Up @@ -20,7 +20,7 @@
client.open("GET", "resources/inspect-headers.py?filter_name=accept-language", false)
client.setRequestHeader("Accept-Language", "x-GameSpeak")
client.send(null)
assert_equals(client.responseText, "accept-language: x-GameSpeak")
assert_equals(client.responseText, "accept-language: x-GameSpeak\n")
})
</script>
</body>
Expand Down

0 comments on commit 9d91388

Please sign in to comment.