From 4671f08fe05521d8f3d3d843f30576cb651ccd1b Mon Sep 17 00:00:00 2001 From: Laria Carolin Chabowski Date: Fri, 1 May 2020 21:58:22 +0200 Subject: Fix cutting off whitespace in tag content --- tests/test_short_for_additional_attribs/code.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/test_short_for_additional_attribs/code.php (limited to 'tests/test_short_for_additional_attribs/code.php') diff --git a/tests/test_short_for_additional_attribs/code.php b/tests/test_short_for_additional_attribs/code.php new file mode 100644 index 0000000..5d75d34 --- /dev/null +++ b/tests/test_short_for_additional_attribs/code.php @@ -0,0 +1,12 @@ +set_var_by_name("data", array( + array('content' => 'foo', 'foo' => true), + array('content' => 'bar', 'foo' => false), + array('content' => 'baz', 'foo' => false), + )); +} -- cgit v1.2.3-54-g00ecf