Currently we have support of tokens replacements in steps and step arguments, but no support of arguments defined as Examples for Scenario Outline. This might be a big deal of someone wants to use a token in Example node. We should implement this support.
Hope that will fit well with current architecture, TokensReplacementStepTester.php is what applies the magic replacements for steps, I guess we should start looking into implementing similar altering for Outline tester.
Currently we have support of tokens replacements in steps and step arguments, but no support of arguments defined as Examples for Scenario Outline. This might be a big deal of someone wants to use a token in Example node. We should implement this support.
Hope that will fit well with current architecture, TokensReplacementStepTester.php is what applies the magic replacements for steps, I guess we should start looking into implementing similar altering for Outline tester.