changeset 744:51a413e673d6

Tests: style.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 19 Oct 2015 17:06:09 +0300
parents 9cd16dea1392
children cdd3659d1144
files h2.t
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h2.t
+++ b/h2.t
@@ -515,7 +515,8 @@ is($frame->{headers}->{':status'}, 200, 
 $frames = h2_read($sess, all => [{ sid => $sid, fin => 1 }]);
 
 ($frame) = grep { $_->{type} eq "HEADERS" } @$frames;
-is($frame->{headers}->{':status'}, 200, 'literal without indexing - new huffman');
+is($frame->{headers}->{':status'}, 200,
+	'literal without indexing - new huffman');
 
 # 6.2.3. Literal Header Field Never Indexed