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() {
233233 exists ( string tag , string tags , string value |
234234 tag = "[A-Za-z-_][A-Za-z-_0-9]*" and
235235 tags = "((?:" + tag + ")(?:\\s*,\\s*" + tag + ")*)" and
236- value = "((?:\"[^\"]*\"|\\S+)*)" and
236+ value = "((?:\"[^\"]*\"|'[^']*'| \\S+)*)" and
237237 result = tags + "(?:=" + value + ")?"
238238 )
239239}
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 |
31| response_test.py:21:12:21:56 | ControlFlowNode for HttpResponseRedirect() | Unexpected result: mimetype=text/html; charset=utf-8 |
42| response_test.py:21:59:21:132 | Comment # $HttpResponse mimetype=text/html; charset=utf-8 responseBody=Attribute() | Missing result:mimetype=text/html; |
53| 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