Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
simpletest.module
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
5 Sep 2014 at 17:44 UTC
Updated:
28 Oct 2014 at 04:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettHere are two possibilities.
Honestly, I'm not sure why we bother with preg_quote.
Comment #2
dawehnerThis seems to be some forcing of using a standard?
Comment #3
tim.plunkettComment #4
fabianx commentedRTBC for a) or b). They are equivalent.
As we cannot easily test the test system and this is an edge case, this should be good to go.
Comment #5
fabianx commentedComment #6
alexpottCan we at least get some code comment on what is going on here.
Comment #7
jhedstromAdds a code comment. I went with option b from above that removes
preg_quote(). Back to RTBC?Comment #8
jhedstromAdds a code comment. I went with option b from above that removes
preg_quote(). Back to RTBC?Comment #9
fabianx commentedCode comment looks good to me.
Comment #10
webchickCommitted and pushed to 8.0.x. Thanks!