make sure we preserve linefeeds in the actual content of lists and tables also add tests

This commit is contained in:
Mario
2024-03-24 17:50:27 +01:00
parent a0cfe22501
commit 3c0d6339bb
3 changed files with 34 additions and 15 deletions

View File

@@ -1,9 +1,9 @@
<?php return array(
'root' => array(
'name' => 'zotlabs/hubzilla',
'pretty_version' => 'dev-9.0RC',
'version' => 'dev-9.0RC',
'reference' => 'a18e873d08e733225c70b0ace31c3cbb025ff906',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'a0cfe22501dc9daa7dd8cff86803cf494a1f5ec3',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -338,9 +338,9 @@
'dev_requirement' => false,
),
'zotlabs/hubzilla' => array(
'pretty_version' => 'dev-9.0RC',
'version' => 'dev-9.0RC',
'reference' => 'a18e873d08e733225c70b0ace31c3cbb025ff906',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
'reference' => 'a0cfe22501dc9daa7dd8cff86803cf494a1f5ec3',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),