File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
experimental/library-tests/frameworks/django-v1 Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ private string expectationPattern() {
233
233
exists ( string tag , string tags , string value |
234
234
tag = "[A-Za-z-_][A-Za-z-_0-9]*" and
235
235
tags = "((?:" + tag + ")(?:\\s*,\\s*" + tag + ")*)" and
236
- value = "((?:\"[^\"]*\"|\\S+)*)" and
236
+ value = "((?:\"[^\"]*\"|'[^']*'| \\S+)*)" and
237
237
result = tags + "(?:=" + value + ")?"
238
238
)
239
239
}
Original file line number Diff line number Diff line change 1
- | response_test.py:16:12:16:86 | ControlFlowNode for HttpResponse() | Unexpected result: responseBody='<img src="0" onerror="alert(1)">' |
2
- | response_test.py:16:89:16:171 | Comment # $HttpResponse mimetype=text/plain responseBody='<img src="0" onerror="alert(1)">' | Missing result:responseBody='<img |
3
1
| response_test.py:21:12:21:56 | ControlFlowNode for HttpResponseRedirect() | Unexpected result: mimetype=text/html; charset=utf-8 |
4
2
| response_test.py:21:59:21:132 | Comment # $HttpResponse mimetype=text/html; charset=utf-8 responseBody=Attribute() | Missing result:mimetype=text/html; |
5
3
| response_test.py:25:12:25:56 | ControlFlowNode for HttpResponseNotFound() | Unexpected result: mimetype=text/html; charset=utf-8 |
You can’t perform that action at this time.
0 commit comments