[master] 513e107 TAB has a much worse rank than you might think

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Tue Dec 13 15:56:04 CET 2016


commit 513e1077207f27099bbb63307a8ddf8c14699f4c
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Tue Dec 13 09:32:46 2016 +0100

    TAB has a much worse rank than you might think

diff --git a/bin/varnishtest/vtc_h2_dectbl.h b/bin/varnishtest/vtc_h2_dectbl.h
index 7c72700..b6402d5 100644
--- a/bin/varnishtest/vtc_h2_dectbl.h
+++ b/bin/varnishtest/vtc_h2_dectbl.h
@@ -486,7 +486,7 @@ static struct ssym byte2_pref1_array[] = {
 	/* idx 231 */ {7, 231, NULL},
 	/* idx 232 */ {7, 239, NULL},
 	/* idx 233 */ {7, 239, NULL},
-	/* idx 234 */ {8,   9, NULL},
+	/* idx 234 */ {8,   9, NULL}, /* tab */
 	/* idx 235 */ {8, 142, NULL},
 	/* idx 236 */ {8, 144, NULL},
 	/* idx 237 */ {8, 145, NULL},
@@ -872,10 +872,10 @@ static struct ssym byte0_array[] = {
 	/* idx  77 */ {5, 116, NULL}, /* 't' */
 	/* idx  78 */ {5, 116, NULL}, /* 't' */
 	/* idx  79 */ {5, 116, NULL}, /* 't' */
-	/* idx  80 */ {6,  32, NULL}, /* tab */
-	/* idx  81 */ {6,  32, NULL}, /* tab */
-	/* idx  82 */ {6,  32, NULL}, /* tab */
-	/* idx  83 */ {6,  32, NULL}, /* tab */
+	/* idx  80 */ {6,  32, NULL}, /* ' ' */
+	/* idx  81 */ {6,  32, NULL}, /* ' ' */
+	/* idx  82 */ {6,  32, NULL}, /* ' ' */
+	/* idx  83 */ {6,  32, NULL}, /* ' ' */
 	/* idx  84 */ {6,  37, NULL}, /* '%' */
 	/* idx  85 */ {6,  37, NULL}, /* '%' */
 	/* idx  86 */ {6,  37, NULL}, /* '%' */



More information about the varnish-commit mailing list