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:45 UTC
Updated:
29 Aug 2015 at 19:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
josephdpurcell commentedComment #3
akalata 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 #4
akalata commentedPostponing on #2550961: Remove or document SafeMarkup::set in UserBlocksTest::testUserLoginBlock since the solution should be nearly identical.
Comment #5
kgoel commentedPer @xjm - this is something that can be work on.
Comment #6
kgoel commentedComment #7
akalata commentedLooks like #6 adds a new line in the code where there was not one in the code before?
Comment #8
kgoel commented@akalata - thank you! I did add a new line :P
Comment #11
justachris commentedLikely failing on the extra "s" in assert
Comment #12
kgoel commented@justAChris, thank you for review!
Yay, go me :P
Comment #13
akalata commentedThanks justachris, I missed that too!
Comment #14
xjmThis is indeed much better -- as much as possible, tests should just test the expected result without adding dependencies on other code.
Committed and pushed to 8.0.x. Thanks!