@@ -9,6 +9,7 @@ export default
99 {
1010 name : 'HTTP cache should ignore an `Age` header with a non-numeric value' ,
1111 id : 'age-parse-nonnumeric' ,
12+ spec_anchors : [ 'field.age' ] ,
1213 depends_on : [ 'freshness-max-age-age' ] ,
1314 requests : [
1415 {
@@ -28,6 +29,7 @@ export default
2829 {
2930 name : 'HTTP cache should ignore an `Age` header with a negative value' ,
3031 id : 'age-parse-negative' ,
32+ spec_anchors : [ 'field.age' ] ,
3133 depends_on : [ 'freshness-max-age-age' ] ,
3234 requests : [
3335 {
@@ -47,6 +49,7 @@ export default
4749 {
4850 name : 'HTTP cache should ignore an `Age` header with a float value' ,
4951 id : 'age-parse-float' ,
52+ spec_anchors : [ 'field.age' ] ,
5053 depends_on : [ 'freshness-max-age-age' ] ,
5154 requests : [
5255 {
@@ -66,6 +69,7 @@ export default
6669 {
6770 name : 'HTTP cache should consider a response with a `Age` value of 2147483647 to be stale' ,
6871 id : 'age-parse-large-minus-one' ,
72+ spec_anchors : [ 'field.age' ] ,
6973 depends_on : [ 'freshness-max-age-age' ] ,
7074 requests : [
7175 {
@@ -85,6 +89,7 @@ export default
8589 {
8690 name : 'HTTP cache should consider a response with a `Age` value of 2147483648 to be stale' ,
8791 id : 'age-parse-large' ,
92+ spec_anchors : [ 'delta-seconds' ] ,
8893 depends_on : [ 'freshness-max-age-age' ] ,
8994 requests : [
9095 {
@@ -104,6 +109,7 @@ export default
104109 {
105110 name : 'HTTP cache should consider a response with a `Age` value of 2147483649 to be stale' ,
106111 id : 'age-parse-larger' ,
112+ spec_anchors : [ 'delta-seconds' ] ,
107113 depends_on : [ 'freshness-max-age-age' ] ,
108114 requests : [
109115 {
@@ -123,6 +129,7 @@ export default
123129 {
124130 name : 'HTTP cache should consider a response with a single `Age` header line `old, 0` to be stale' ,
125131 id : 'age-parse-suffix' ,
132+ spec_anchors : [ 'field.age' ] ,
126133 depends_on : [ 'freshness-max-age-age' ] ,
127134 requests : [
128135 {
@@ -142,6 +149,7 @@ export default
142149 {
143150 name : 'HTTP cache should consider a response with a single `Age` header line `0, old` to be fresh' ,
144151 id : 'age-parse-prefix' ,
152+ spec_anchors : [ 'field.age' ] ,
145153 depends_on : [ 'freshness-max-age-age' ] ,
146154 requests : [
147155 {
@@ -161,6 +169,7 @@ export default
161169 {
162170 name : 'HTTP cache should use the first line in a response with multiple `Age` header lines: `old`, `0`' ,
163171 id : 'age-parse-suffix-twoline' ,
172+ spec_anchors : [ 'field.age' ] ,
164173 depends_on : [ 'freshness-max-age-age' ] ,
165174 requests : [
166175 {
@@ -181,6 +190,7 @@ export default
181190 {
182191 name : 'HTTP cache should use the first line in a response with multiple `Age` header lines: `0`, `old`' ,
183192 id : 'age-parse-prefix-twoline' ,
193+ spec_anchors : [ 'field.age' ] ,
184194 depends_on : [ 'freshness-max-age-age' ] ,
185195 requests : [
186196 {
@@ -201,6 +211,7 @@ export default
201211 {
202212 name : 'HTTP cache should consider a response with a single line `Age: 0, 0` to be fresh' ,
203213 id : 'age-parse-dup-0' ,
214+ spec_anchors : [ 'field.age' ] ,
204215 depends_on : [ 'freshness-max-age-age' ] ,
205216 requests : [
206217 {
@@ -220,6 +231,7 @@ export default
220231 {
221232 name : 'HTTP cache should consider a response with two `Age: 0` header lines to be fresh' ,
222233 id : 'age-parse-dup-0-twoline' ,
234+ spec_anchors : [ 'field.age' ] ,
223235 depends_on : [ 'freshness-max-age-age' ] ,
224236 requests : [
225237 {
@@ -240,6 +252,7 @@ export default
240252 {
241253 name : 'HTTP cache should consider a response with two `Age: not_old` header lines to be fresh' ,
242254 id : 'age-parse-dup-old' ,
255+ spec_anchors : [ 'field.age' ] ,
243256 depends_on : [ 'freshness-max-age-age' ] ,
244257 requests : [
245258 {
0 commit comments