Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 197 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 197 Bytes

Expected output:

<foo>
array (
  'bar' => '12',
)
'

	Hello from child

'
</foo>

Actual output:

<foo>
array (
  'bar' => 'Hello from child',
)
'

	Hello from child

'
</foo>