Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
theme system
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Aug 2015 at 17:44 UTC
Updated:
29 Aug 2015 at 00:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
josephdpurcell commentedComment #3
josephdpurcell commentedRefactored to use SafeString since this is an internal-use-only test. The string being passed should not be escaped, and we do not need to add it to a list of safe strings.
Updating issue summary to be specific to the issue.
Comment #5
alexpottThis is a test - let's just do...
$this->assertRaw('1 error has been found: <a href="#edit-name">Username</a>');Comment #6
borisson_Comment #7
justachris commentedReviewing
Comment #8
alexpottLooks great apart from...
This is not used.
Comment #9
justachris commentedAdditionally
I think we can remove this now that the SafeMarkup::set() is gone, no other uses.
Comment #10
akalata commentedSaw that as I was making a new patch as well.
Comment #11
justachris commentedUpdates look good. Setting to RTBC
Comment #12
alexpottCommitted 2b702ac and pushed to 8.0.x. Thanks!