From bba91a4f6f70c8058332161059f7e19fa90f582f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 3 Dec 2015 03:26:04 -0500 Subject: no need for this to be its own file --- t/block-helpers.t | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 't/block-helpers.t') diff --git a/t/block-helpers.t b/t/block-helpers.t index 52e275f..36ab76c 100644 --- a/t/block-helpers.t +++ b/t/block-helpers.t @@ -528,4 +528,26 @@ RENDERED "object hierarchy access (RT#94792)" ); +render_ok( + < 'example', + elements => [ + { inner => 'text' }, + { inner => '

text

' }, + ] + }, + <example +text +

text

+RENDERED + "raw variable access inside block helpers (#6)" +); + done_testing; -- cgit v1.2.3-54-g00ecf