assertSame('get(foo(bar(baz(qux(breeze()))))); ?> space () get(foo(bar)); ?>', $this->compiler->compileString('@lang(foo(bar(baz(qux(breeze()))))) space () @lang(foo(bar))')); } public function testExpressionWithinHTML() { $this->assertSame('>', $this->compiler->compileString('')); $this->assertSame('>', $this->compiler->compileString('')); $this->assertSame(' get(\'foo\'); ?>>', $this->compiler->compileString('')); } }