Closed Jaspur closed 10 years ago
At the moment the following isn't working, when you make use of TemplateParsers:
// from <p>Dear {{ $person->user->firstname }},</p> // to <p>Dear {{ $person->user->firstname }},</p>
And the following code is also incorrect parsed:
// from <?php $demo = Demo::whereEmail($email)->first(); ?> // to first(); ?>
dupe of LearnBoost/juice#60
At the moment the following isn't working, when you make use of TemplateParsers:
And the following code is also incorrect parsed: