Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #2632564 by fago: Make use of the new placeholder token replace… #358

Closed
wants to merge 1 commit into from

Conversation

fago
Copy link
Owner

@fago fago commented Jan 29, 2016

…ment system.

@@ -155,7 +155,7 @@ public function testTokenReplacements() {
->addContextDefinition('message', ContextDefinition::create('string'))
->addContextDefinition('type', ContextDefinition::create('string'))
->setContextValue('node', $node)
->setContextValue('message', 'Hello [node:uid:entity:name:value]!')
->setContextValue('message', 'Hello {{ node:uid:entity:name:value }}!')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be converted to use "." instead of ":" separators?

@fago fago closed this Feb 2, 2016
@fago
Copy link
Owner Author

fago commented Feb 2, 2016

already squashed and merged + fixed the separator

@fago fago deleted the feature/2632564-token branch February 2, 2016 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants