File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ Test ID: `{{ test.id }}`
2222Spec References:
2323
2424{% for anchor in test .spec_anchors %}
25- {%- assign is_url = anchor | slice: 0 , 4 -%}
25+ {% assign is_url = anchor | slice: 0 , 4 -%}
2626{%- if is_url == "http" -%}
2727* <{{ anchor }}>
2828{%- else -%}
2929* [{{ anchor }}](https://httpwg.org/specs/rfc9111.html#{{ anchor }})
30- {%- endif -%}
31- {%- endfor %}
30+ {% endif -%}
31+ {% endfor %}
3232{%- endif %}
3333
3434{% for request in test .requests -%}
@@ -86,7 +86,7 @@ HTTP/1.1 {{ interim_response[0] }}
8686{% endfor %}
8787{% endfor -%}
8888{%- endif -%}
89- {% if request .expected_type == "lm_validated" or request .expected_type = "etag_validated" -%}
89+ {% if request .expected_type == "lm_validated" or request .expected_type == "etag_validated" -%}
9090HTTP/1.1 304 Not Modified
9191{%- else -%}
9292HTTP/1.1 {{ request .response_status [0] | default: 200 }} {{ request .response_status [1] | default: "OK" }}
You can’t perform that action at this time.
0 commit comments