From acdda101bb4a05425dbe016cc2a1a8764da5868e Mon Sep 17 00:00:00 2001 From: Slawomir Dolzycki-Uchto Date: Thu, 3 Feb 2022 16:03:47 +0100 Subject: [PATCH] IBX-1853: Used rebranded Ibexa name in codebase (#31) * IBX-1853: Used rebranded Ibexa name in codebase * fix: Code Review * fix: Code Review * fix: Code Review --- .github/pull_request_template.md | 2 +- .../IbexaFieldTypeRichTextExtension.php | 8 +-- src/bundle/IbexaFieldTypeRichTextBundle.php | 2 +- .../Resources/config/fieldtype_services.yaml | 8 +-- .../public/js/CKEditor/core/base-ckeditor.js | 2 +- src/bundle/Resources/richtext/Readme.md | 2 +- .../richtext/schemas/docbook/ezpublish.rng | 10 ++-- .../schemas/ezxhtml5/output/ezxhtml5.xsd | 4 +- .../stylesheets/docbook/xhtml5/edit/core.xsl | 4 +- .../docbook/xhtml5/edit/xhtml5.xsl | 2 +- .../docbook/xhtml5/output/core.xsl | 4 +- .../docbook/xhtml5/output/xhtml5.xsl | 2 +- .../stylesheets/xhtml5/edit/docbook.xsl | 8 +-- .../stylesheets/xhtml5/output/fragment.xsl | 2 +- .../Parser/FieldType/RichTextTest.php | 16 ++--- .../DependencyInjection/Fixtures/ibexa.yaml | 10 ++-- .../RichTextFieldTypeIntegrationTest.php | 4 +- .../RichTextFieldTypeIntegrationTest.php | 40 ++++++------- .../SetupFactory/CoreSetupFactoryTrait.php | 2 +- .../custom_tags/invalid/equation.xml | 4 +- .../ezrichtext/custom_tags/invalid/nested.xml | 4 +- .../custom_tags/invalid/unknown_tag.xml | 4 +- .../ezrichtext/custom_tags/invalid/video.xml | 4 +- .../ezrichtext/custom_tags/valid/equation.xml | 4 +- .../ezrichtext/custom_tags/valid/nested.xml | 4 +- .../ezrichtext/custom_tags/valid/video.xml | 4 +- .../RichText/RichTextStorageTest.php | 18 +++--- .../FieldType/RichText/SearchFieldTest.php | 8 +-- tests/lib/FieldType/RichTextTest.php | 60 +++++++++---------- .../RichTextTransformerTest.php | 4 +- .../RichTextFieldValueConverterTest.php | 2 +- .../RichTextProcessorTest.php | 4 +- .../lib/RichText/Converter/AggregateTest.php | 8 +-- tests/lib/RichText/Converter/LinkTest.php | 60 +++++++++---------- .../RichText/Converter/Render/EmbedTest.php | 16 ++--- .../input/05-block-content-config.xml | 2 +- .../template/input/06-custom-style-block.xml | 2 +- .../input/07-custom-style-block-inline.xml | 2 +- .../output/05-block-content-config.xml | 2 +- .../template/output/06-custom-style-block.xml | 2 +- .../output/07-custom-style-block-inline.xml | 2 +- .../Xslt/_fixtures/docbook/001-title.xml | 4 +- .../Xslt/_fixtures/docbook/002-para.xml | 4 +- .../Xslt/_fixtures/docbook/003-section.xml | 4 +- .../_fixtures/docbook/004-sectionNested.xml | 4 +- .../Xslt/_fixtures/docbook/005-emphasis.xml | 4 +- .../_fixtures/docbook/006-emphasisStrong.xml | 4 +- .../docbook/007-emphasisUnderlined.xml | 4 +- .../_fixtures/docbook/008-orderedList.xml | 4 +- .../_fixtures/docbook/009-itemizedList.xml | 4 +- .../docbook/010-htmlInformaltable.xml | 4 +- .../Xslt/_fixtures/docbook/011-htmlTable.xml | 4 +- .../_fixtures/docbook/012-literallayout.xml | 4 +- .../Xslt/_fixtures/docbook/013-anchor.xml | 4 +- .../Xslt/_fixtures/docbook/014-link.xml | 4 +- .../Xslt/_fixtures/docbook/015-subscript.xml | 4 +- .../_fixtures/docbook/016-superscript.xml | 4 +- .../_fixtures/docbook/017-customYoutube.xml | 4 +- .../Xslt/_fixtures/docbook/018-htmlTable.xml | 4 +- .../docbook/019-emphasisStrikedthrough.xml | 4 +- .../Xslt/_fixtures/docbook/020-blockquote.xml | 4 +- .../docbook/021-titleImplicitLevels.xml | 4 +- .../Xslt/_fixtures/docbook/022-embed.xml | 4 +- .../_fixtures/docbook/023-embedInline.xml | 4 +- .../Xslt/_fixtures/docbook/024-template.xml | 4 +- .../_fixtures/docbook/025-templateInline.xml | 4 +- .../_fixtures/docbook/026-tableTitles.xml | 4 +- .../_fixtures/docbook/027-linkedEmbed.xml | 4 +- .../docbook/028-linkedEmbedInline.xml | 4 +- .../_fixtures/docbook/029-htmlEntities.xml | 4 +- .../030-emphasisStrikedthroughDeleted.xml | 4 +- .../Xslt/_fixtures/docbook/031-ezstyle.xml | 4 +- .../_fixtures/docbook/032-ezstyleinline.xml | 4 +- .../_fixtures/docbook/033-programlisting.xml | 2 +- .../_fixtures/docbook/034-nestedTemplate.xml | 4 +- .../035-itemizedListWithNestedElements.xml | 4 +- .../docbook/custom_schemas/youtube.rng | 6 +- .../custom_stylesheets/youtube_ezxml.xsl | 4 +- .../youtube_xhtml5_edit.xsl | 2 +- .../youtube_xhtml5_output.xsl | 2 +- .../lossy/001-embedPayload.docbook.xml | 4 +- .../lossy/001-embedPayload.xhtml5.output.xml | 2 +- .../lossy/002-embedInlinePayload.docbook.xml | 4 +- .../002-embedInlinePayload.xhtml5.output.xml | 2 +- .../Xslt/_fixtures/xhtml5/edit/001-title.xml | 2 +- .../Xslt/_fixtures/xhtml5/edit/002-para.xml | 2 +- .../_fixtures/xhtml5/edit/003-section.xml | 2 +- .../xhtml5/edit/004-sectionNested.xml | 2 +- .../_fixtures/xhtml5/edit/005-emphasis.xml | 2 +- .../xhtml5/edit/006-emphasisStrong.xml | 2 +- .../xhtml5/edit/007-emphasisUnderlined.xml | 2 +- .../_fixtures/xhtml5/edit/008-orderedList.xml | 2 +- .../xhtml5/edit/009-itemizedList.xml | 2 +- .../xhtml5/edit/010-htmlInformaltable.xml | 2 +- .../_fixtures/xhtml5/edit/011-htmlTable.xml | 2 +- .../xhtml5/edit/012-literallayout.xml | 2 +- .../Xslt/_fixtures/xhtml5/edit/013-anchor.xml | 2 +- .../Xslt/_fixtures/xhtml5/edit/014-link.xml | 2 +- .../_fixtures/xhtml5/edit/015-subscript.xml | 2 +- .../_fixtures/xhtml5/edit/016-superscript.xml | 2 +- .../xhtml5/edit/017-customYoutube.xml | 2 +- .../_fixtures/xhtml5/edit/018-htmlTable.xml | 2 +- .../edit/019-emphasisStrikedthrough.xml | 2 +- .../_fixtures/xhtml5/edit/020-blockquote.xml | 2 +- .../edit/021-titleImplicitLevels.lossy.xml | 2 +- .../Xslt/_fixtures/xhtml5/edit/022-embed.xml | 2 +- .../_fixtures/xhtml5/edit/023-embedInline.xml | 2 +- .../_fixtures/xhtml5/edit/024-template.xml | 2 +- .../xhtml5/edit/025-templateInline.xml | 2 +- .../_fixtures/xhtml5/edit/026-tableTitles.xml | 2 +- .../_fixtures/xhtml5/edit/027-linkedEmbed.xml | 2 +- .../xhtml5/edit/028-linkedEmbedInline.xml | 2 +- .../xhtml5/edit/029-htmlEntities.xml | 2 +- .../030-emphasisStrikedthroughDeleted.xml | 2 +- .../_fixtures/xhtml5/edit/031-ezstyle.xml | 2 +- .../xhtml5/edit/032-ezstyleinline.xml | 2 +- .../xhtml5/edit/033-programlisting.xml | 2 +- .../xhtml5/edit/034-nestedTemplate.xml | 2 +- .../035-itemizedListWithNestedElements.xml | 2 +- .../custom_stylesheets/youtube_docbook.xsl | 4 +- .../edit/lossy/001-embedContent.docbook.xml | 4 +- .../lossy/001-embedContent.xhtml5.edit.xml | 2 +- .../lossy/002-embedInlineContent.docbook.xml | 4 +- .../002-embedInlineContent.xhtml5.edit.xml | 2 +- .../edit/lossy/003-inlinestyles.docbook.xml | 4 +- .../lossy/003-inlinestyles.xhtml5.edit.xml | 2 +- .../edit/lossy/004-itemizedList.docbook.xml | 4 +- .../lossy/004-itemizedList.xhtml5.edit.xml | 2 +- .../edit/lossy/005-orderedList.docbook.xml | 4 +- .../lossy/005-orderedList.xhtml5.edit.xml | 2 +- .../edit/lossy/006-paragraph.docbook.xml | 4 +- .../edit/lossy/006-paragraph.xhtml5.edit.xml | 2 +- .../xhtml5/edit/lossy/007-table.docbook.xml | 4 +- .../edit/lossy/007-table.xhtml5.edit.xml | 2 +- .../xhtml5/edit/lossy/008-anchor.docbook.xml | 4 +- .../edit/lossy/008-anchor.xhtml5.edit.xml | 2 +- .../_fixtures/xhtml5/output/001-title.xml | 2 +- .../Xslt/_fixtures/xhtml5/output/002-para.xml | 2 +- .../_fixtures/xhtml5/output/003-section.xml | 2 +- .../xhtml5/output/004-sectionNested.xml | 2 +- .../_fixtures/xhtml5/output/005-emphasis.xml | 2 +- .../xhtml5/output/006-emphasisStrong.xml | 2 +- .../xhtml5/output/007-emphasisUnderlined.xml | 2 +- .../xhtml5/output/008-orderedList.xml | 2 +- .../xhtml5/output/009-itemizedList.xml | 2 +- .../xhtml5/output/010-htmlInformaltable.xml | 2 +- .../_fixtures/xhtml5/output/011-htmlTable.xml | 2 +- .../xhtml5/output/012-literallayout.xml | 2 +- .../_fixtures/xhtml5/output/013-anchor.xml | 2 +- .../Xslt/_fixtures/xhtml5/output/014-link.xml | 2 +- .../_fixtures/xhtml5/output/015-subscript.xml | 2 +- .../xhtml5/output/016-superscript.xml | 2 +- .../xhtml5/output/017-customYoutube.xml | 2 +- .../_fixtures/xhtml5/output/018-htmlTable.xml | 2 +- .../output/019-emphasisStrikedthrough.xml | 2 +- .../xhtml5/output/020-blockquote.xml | 2 +- .../xhtml5/output/021-titleImplicitLevels.xml | 2 +- .../_fixtures/xhtml5/output/022-embed.xml | 2 +- .../xhtml5/output/023-embedInline.xml | 2 +- .../_fixtures/xhtml5/output/024-template.xml | 2 +- .../xhtml5/output/025-templateInline.xml | 2 +- .../xhtml5/output/026-tableTitles.xml | 2 +- .../xhtml5/output/027-linkedEmbed.xml | 2 +- .../xhtml5/output/028-linkedEmbedInline.xml | 2 +- .../xhtml5/output/029-htmlEntities.xml | 2 +- .../030-emphasisStrikedthroughDeleted.xml | 2 +- .../_fixtures/xhtml5/output/031-ezstyle.xml | 2 +- .../xhtml5/output/032-ezstyleinline.xml | 2 +- .../xhtml5/output/033-programlisting.xml | 2 +- .../xhtml5/output/034-nestedTemplate.xml | 2 +- .../035-itemizedListWithNestedElements.xml | 2 +- .../xhtml5/output/custom_schemas/custom.xsd | 4 +- tests/lib/RichText/InputHandlerTest.php | 2 +- .../Normalizer/DocumentTypeDefinitionTest.php | 38 ++++++------ .../Validator/CustomTagsValidatorTest.php | 24 ++++---- tests/lib/RichText/Validator/DocbookTest.php | 26 ++++---- .../Validator/InternalLinkValidatorTest.php | 2 +- 177 files changed, 402 insertions(+), 402 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 94a55282..ff1a9405 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ | Question | Answer | ------------------ | ------------------ -| **JIRA issue** | [EZP-XXXXX](https://jira.ez.no/browse/EZP-XXXXX) +| **JIRA issue** | [IBX-XXXXX](https://issues.ibexa.co/browse/IBX-XXXXX) | **Bug/Improvement**| yes/no | **New feature** | yes/no | **Target version** | latest stable for bug fixes, master for new features diff --git a/src/bundle/DependencyInjection/IbexaFieldTypeRichTextExtension.php b/src/bundle/DependencyInjection/IbexaFieldTypeRichTextExtension.php index 05a97346..0243c827 100644 --- a/src/bundle/DependencyInjection/IbexaFieldTypeRichTextExtension.php +++ b/src/bundle/DependencyInjection/IbexaFieldTypeRichTextExtension.php @@ -19,7 +19,7 @@ use Symfony\Component\Yaml\Yaml; /** - * eZ Platform RichText Field Type Bundle extension. + * Ibexa RichText Field Type Bundle extension. */ class IbexaFieldTypeRichTextExtension extends Extension implements PrependExtensionInterface { @@ -38,7 +38,7 @@ public function getAlias() } /** - * Load eZ Platform RichText Field Type Bundle configuration. + * Load Ibexa RichText Field Type Bundle configuration. * * @param array $configs * @param \Symfony\Component\DependencyInjection\ContainerBuilder $container @@ -129,13 +129,13 @@ private function registerRichTextConfiguration(array $config, ContainerBuilder $ */ public function prepend(ContainerBuilder $container) { - $this->prependEzPublishConfiguration($container); + $this->prependIbexaConfiguration($container); $this->prependEzRichTextConfiguration($container); $this->prependBazingaJsTranslationConfiguration($container); $this->prependJMSTranslation($container); } - private function prependEzPublishConfiguration(ContainerBuilder $container): void + private function prependIbexaConfiguration(ContainerBuilder $container): void { $coreExtensionConfigFile = realpath(__DIR__ . '/../Resources/config/prepend/ezpublish.yaml'); $container->prependExtensionConfig('ibexa', Yaml::parseFile($coreExtensionConfigFile)); diff --git a/src/bundle/IbexaFieldTypeRichTextBundle.php b/src/bundle/IbexaFieldTypeRichTextBundle.php index ce45601a..8c19b69f 100644 --- a/src/bundle/IbexaFieldTypeRichTextBundle.php +++ b/src/bundle/IbexaFieldTypeRichTextBundle.php @@ -16,7 +16,7 @@ use Symfony\Component\HttpKernel\Bundle\Bundle; /** - * eZ Platform RichText FieldType Bundle. + * Ibexa RichText FieldType Bundle. */ class IbexaFieldTypeRichTextBundle extends Bundle { diff --git a/src/bundle/Resources/config/fieldtype_services.yaml b/src/bundle/Resources/config/fieldtype_services.yaml index a067f59d..39ec7f2f 100644 --- a/src/bundle/Resources/config/fieldtype_services.yaml +++ b/src/bundle/Resources/config/fieldtype_services.yaml @@ -20,7 +20,7 @@ services: class: Ibexa\FieldTypeRichText\RichText\Normalizer\DocumentTypeDefinition arguments: - 'section' - - 'http://ez.no/namespaces/ezpublish5/xhtml5/edit' + - 'http://ibexa.co/namespaces/ezpublish5/xhtml5/edit' - '%ibexa.field_type.richtext.resources%/dtd/ezxhtml5_edit_html_character_entities.dtd' Ibexa\FieldTypeRichText\RichText\ConverterDispatcher: @@ -28,7 +28,7 @@ services: arguments: - http://docbook.org/ns/docbook: null - http://ez.no/namespaces/ezpublish5/xhtml5/edit: '@ibexa.richtext.converter.input.xhtml5' + http://ibexa.co/namespaces/ezpublish5/xhtml5/edit: '@ibexa.richtext.converter.input.xhtml5' Ibexa\FieldTypeRichText\RichText\Renderer: class: Ibexa\FieldTypeRichText\RichText\Renderer @@ -100,8 +100,8 @@ services: arguments: - http://docbook.org/ns/docbook: null - http://ez.no/namespaces/ezpublish5/xhtml5/edit: null - http://ez.no/namespaces/ezpublish5/xhtml5: '@ibexa.richtext.validator.output.ezxhtml5' + http://ibexa.co/namespaces/ezpublish5/xhtml5/edit: null + http://ibexa.co/namespaces/ezpublish5/xhtml5: '@ibexa.richtext.validator.output.ezxhtml5' Ibexa\FieldTypeRichText\RichText\Validator\InternalLinkValidator: class: Ibexa\FieldTypeRichText\RichText\Validator\InternalLinkValidator diff --git a/src/bundle/Resources/public/js/CKEditor/core/base-ckeditor.js b/src/bundle/Resources/public/js/CKEditor/core/base-ckeditor.js index 278f16a9..9509ebeb 100644 --- a/src/bundle/Resources/public/js/CKEditor/core/base-ckeditor.js +++ b/src/bundle/Resources/public/js/CKEditor/core/base-ckeditor.js @@ -33,7 +33,7 @@ const VIEWPORT_TOP_OFFSET = 102; (function(global, doc, ibexa) { class BaseRichText { constructor(config) { - this.ezNamespace = 'http://ez.no/namespaces/ezpublish5/xhtml5/edit'; + this.ezNamespace = 'http://ibexa.co/namespaces/ezpublish5/xhtml5/edit'; this.xhtmlNamespace = 'http://www.w3.org/1999/xhtml'; this.editor = null; diff --git a/src/bundle/Resources/richtext/Readme.md b/src/bundle/Resources/richtext/Readme.md index 5ab697b7..2a1854cd 100644 --- a/src/bundle/Resources/richtext/Readme.md +++ b/src/bundle/Resources/richtext/Readme.md @@ -3,7 +3,7 @@ Resources for the different formats for RichText. RichText storage format is docbook (5), two other formats are supported for transformations to/from docbook: -- ezxml, _for input/output, however only main use case is [upgrade from eZ Publish](https://doc.ez.no/display/DEVELOPER/Upgrading+from+5.4.x+and+2014.11+to+16.xx)._ +- ezxml, _for input/output, however only main use case is [upgrade from eZ Publish](https://doc.ibexa.co/display/DEVELOPER/Upgrading+from+5.4.x+and+2014.11+to+16.xx)._ - ezhtml5, _exists in two different representations:_ - "edit" a semantic version for UI use, for input/output. - "output" for web view, for output only. diff --git a/src/bundle/Resources/richtext/schemas/docbook/ezpublish.rng b/src/bundle/Resources/richtext/schemas/docbook/ezpublish.rng index 787048a3..18cff3cb 100644 --- a/src/bundle/Resources/richtext/schemas/docbook/ezpublish.rng +++ b/src/bundle/Resources/richtext/schemas/docbook/ezpublish.rng @@ -1,11 +1,11 @@ diff --git a/src/bundle/Resources/richtext/schemas/ezxhtml5/output/ezxhtml5.xsd b/src/bundle/Resources/richtext/schemas/ezxhtml5/output/ezxhtml5.xsd index b0c4e118..78b287db 100644 --- a/src/bundle/Resources/richtext/schemas/ezxhtml5/output/ezxhtml5.xsd +++ b/src/bundle/Resources/richtext/schemas/ezxhtml5/output/ezxhtml5.xsd @@ -32,12 +32,12 @@ diff --git a/src/bundle/Resources/richtext/stylesheets/docbook/xhtml5/edit/xhtml5.xsl b/src/bundle/Resources/richtext/stylesheets/docbook/xhtml5/edit/xhtml5.xsl index c7c4a48f..198bec74 100644 --- a/src/bundle/Resources/richtext/stylesheets/docbook/xhtml5/edit/xhtml5.xsl +++ b/src/bundle/Resources/richtext/stylesheets/docbook/xhtml5/edit/xhtml5.xsl @@ -11,7 +11,7 @@ - + diff --git a/src/bundle/Resources/richtext/stylesheets/docbook/xhtml5/output/core.xsl b/src/bundle/Resources/richtext/stylesheets/docbook/xhtml5/output/core.xsl index 802be1c0..2197c6b9 100644 --- a/src/bundle/Resources/richtext/stylesheets/docbook/xhtml5/output/core.xsl +++ b/src/bundle/Resources/richtext/stylesheets/docbook/xhtml5/output/core.xsl @@ -3,8 +3,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:docbook="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:ezxhtml="http://ez.no/xmlns/ezpublish/docbook/xhtml" - xmlns:ezcustom="http://ez.no/xmlns/ezpublish/docbook/custom" + xmlns:ezxhtml="http://ibexa.co/xmlns/dxp/docbook/xhtml" + xmlns:ezcustom="http://ibexa.co/xmlns/dxp/docbook/custom" exclude-result-prefixes="docbook xlink ezxhtml ezcustom" version="1.0"> diff --git a/src/bundle/Resources/richtext/stylesheets/docbook/xhtml5/output/xhtml5.xsl b/src/bundle/Resources/richtext/stylesheets/docbook/xhtml5/output/xhtml5.xsl index d7bd2529..b1a5aa2d 100644 --- a/src/bundle/Resources/richtext/stylesheets/docbook/xhtml5/output/xhtml5.xsl +++ b/src/bundle/Resources/richtext/stylesheets/docbook/xhtml5/output/xhtml5.xsl @@ -11,7 +11,7 @@ - + diff --git a/src/bundle/Resources/richtext/stylesheets/xhtml5/edit/docbook.xsl b/src/bundle/Resources/richtext/stylesheets/xhtml5/edit/docbook.xsl index 108ea24d..91d4f50d 100644 --- a/src/bundle/Resources/richtext/stylesheets/xhtml5/edit/docbook.xsl +++ b/src/bundle/Resources/richtext/stylesheets/xhtml5/edit/docbook.xsl @@ -1,8 +1,8 @@
diff --git a/src/bundle/Resources/richtext/stylesheets/xhtml5/output/fragment.xsl b/src/bundle/Resources/richtext/stylesheets/xhtml5/output/fragment.xsl index 86eb6c52..a4e891c6 100644 --- a/src/bundle/Resources/richtext/stylesheets/xhtml5/output/fragment.xsl +++ b/src/bundle/Resources/richtext/stylesheets/xhtml5/output/fragment.xsl @@ -1,7 +1,7 @@ diff --git a/tests/bundle/DependencyInjection/Configuration/Parser/FieldType/RichTextTest.php b/tests/bundle/DependencyInjection/Configuration/Parser/FieldType/RichTextTest.php index d55ddef4..53f52eae 100644 --- a/tests/bundle/DependencyInjection/Configuration/Parser/FieldType/RichTextTest.php +++ b/tests/bundle/DependencyInjection/Configuration/Parser/FieldType/RichTextTest.php @@ -60,7 +60,7 @@ protected function configureAndLoad(array $configurationValues = []) // mock list of available bundles $this->setParameter( 'kernel.bundles', - ['EzPublishCoreBundle' => null, 'IbexaFieldTypeRichTextBundle' => null] + ['IbexaCoreBundle' => null, 'IbexaFieldTypeRichTextBundle' => null] ); $configs = array_merge_recursive($this->getMinimalConfiguration(), $configurationValues); @@ -106,7 +106,7 @@ public function testDefaultContentSettings() [ 'template' => '@IbexaFieldTypeRichText/RichText/tag/default.html.twig', ], - 'ezdemo_site' + 'ibexa_demo_site' ); $this->assertConfigResolverParameterValue( 'fieldtypes.ezrichtext.output_custom_xsl', @@ -116,7 +116,7 @@ public function testDefaultContentSettings() 'priority' => 0, ], ], - 'ezdemo_site' + 'ibexa_demo_site' ); } @@ -132,7 +132,7 @@ public function testRichTextCustomTagsInvalidSettings() [ 'ibexa' => [ 'system' => [ - 'ezdemo_site' => [ + 'ibexa_demo_site' => [ 'fieldtypes' => [ 'ezrichtext' => [ 'custom_tags' => ['foo'], @@ -146,7 +146,7 @@ public function testRichTextCustomTagsInvalidSettings() $this->assertConfigResolverParameterValue( 'fieldtypes.ezrichtext.custom_tags', ['foo'], - 'ezdemo_site' + 'ibexa_demo_site' ); } @@ -171,7 +171,7 @@ public function testOnlineEditorInvalidSettingsThrowException( [ 'ibexa' => [ 'system' => [ - 'ezdemo_site' => [ + 'ibexa_demo_site' => [ 'fieldtypes' => [ 'ezrichtext' => $config, ], @@ -260,14 +260,14 @@ public function testRichTextSettings(array $config, array $expected) [ 'ibexa' => [ 'system' => [ - 'ezdemo_site' => $config, + 'ibexa_demo_site' => $config, ], ], ] ); foreach ($expected as $key => $val) { - $this->assertConfigResolverParameterValue($key, $val, 'ezdemo_site'); + $this->assertConfigResolverParameterValue($key, $val, 'ibexa_demo_site'); } } diff --git a/tests/bundle/DependencyInjection/Fixtures/ibexa.yaml b/tests/bundle/DependencyInjection/Fixtures/ibexa.yaml index 7f1edde4..034196f6 100644 --- a/tests/bundle/DependencyInjection/Fixtures/ibexa.yaml +++ b/tests/bundle/DependencyInjection/Fixtures/ibexa.yaml @@ -1,11 +1,11 @@ siteaccess: - default_siteaccess: ezdemo_site + default_siteaccess: ibexa_demo_site list: - - ezdemo_site + - ibexa_demo_site groups: - ezdemo_group: - - ezdemo_site + ibexa_demo_group: + - ibexa_demo_site match: URIElement: 1 Map\URI: - the_front: ezdemo_site + the_front: ibexa_demo_site diff --git a/tests/integration/Persistence/RichTextFieldTypeIntegrationTest.php b/tests/integration/Persistence/RichTextFieldTypeIntegrationTest.php index dbf703bb..8b2e4add 100644 --- a/tests/integration/Persistence/RichTextFieldTypeIntegrationTest.php +++ b/tests/integration/Persistence/RichTextFieldTypeIntegrationTest.php @@ -130,7 +130,7 @@ public function getFieldDefinitionData() public function getInitialValue() { $xml = ' -
+
This is a heading. This is a paragraph.
@@ -155,7 +155,7 @@ public function getInitialValue() public function getUpdatedValue() { $xml = ' -
+
This is an updated heading. This is an updated paragraph.
diff --git a/tests/integration/Repository/RichTextFieldTypeIntegrationTest.php b/tests/integration/Repository/RichTextFieldTypeIntegrationTest.php index 709d6822..c7621186 100644 --- a/tests/integration/Repository/RichTextFieldTypeIntegrationTest.php +++ b/tests/integration/Repository/RichTextFieldTypeIntegrationTest.php @@ -49,7 +49,7 @@ public function __construct($name = null, array $data = [], $dataName = '') $this->createdDOMValue->loadXML( << -
+
link1 link2
@@ -60,7 +60,7 @@ public function __construct($name = null, array $data = [], $dataName = '') $this->updatedDOMValue->loadXML( << -
+
link1 link2 @@ -402,7 +402,7 @@ public function provideToHashData() $xml->loadXML( << -
+
Some text Foobar
@@ -431,7 +431,7 @@ public function provideFromHashData() [ 'xml' => << -
+
Some text Foobar
@@ -468,7 +468,7 @@ public function providerForTestIsEmptyValue() { $xml = << -
+
EOT; return [ @@ -481,11 +481,11 @@ public function providerForTestIsNotEmptyValue() { $xml = << -
+
EOT; $xml2 = << -
+
EOT; @@ -515,13 +515,13 @@ public function providerForTestConvertRemoteObjectIdToObjectId() [ // test link ' -
+
link
', ' -
+
link @@ -531,14 +531,14 @@ public function providerForTestConvertRemoteObjectIdToObjectId() array( // test embed ' -
+
' , ' -
+
@@ -547,13 +547,13 @@ public function providerForTestConvertRemoteObjectIdToObjectId() array( // test embed-inline ' -
+
', ' -
+
@@ -643,7 +643,7 @@ public function testConvertRemoteObjectIdToObjectId($test, $expected): void */ public function testExternalLinkStoringAfterUpdate(): void { - $xmlDocument = $this->createXmlDocumentWithExternalLink(['https://ez.no/', 'https://support.ez.no/']); + $xmlDocument = $this->createXmlDocumentWithExternalLink(['https://ibexa.co/', 'https://support.ibexa.co/']); $repository = $this->getRepository(); $contentService = $repository->getContentService(); @@ -668,7 +668,7 @@ public function testExternalLinkStoringAfterUpdate(): void $content->contentInfo->currentVersionNo ); - $xmlDocument = $this->createXmlDocumentWithExternalLink(['https://support.ez.no/']); + $xmlDocument = $this->createXmlDocumentWithExternalLink(['https://support.ibexa.co/']); $contentUpdateStruct = $contentService->newContentUpdateStruct(); $contentUpdateStruct->setField('description', $xmlDocument, 'eng-GB'); $contentDraft = $contentService->updateContent( @@ -998,8 +998,8 @@ private function createXmlDocumentWithExternalLink(array $urls): DOMDocument
$links @@ -1027,7 +1027,7 @@ private function getDocumentWithLocationLink(Location $location) $document->loadXML( << -
+
link1
XML @@ -1049,7 +1049,7 @@ protected function getValidSearchValueOne() { return << -
+
caution is the path to mediocrity
EOT; @@ -1065,7 +1065,7 @@ protected function getValidSearchValueTwo() { return << -
+
truth suffers from too much analysis
EOT; diff --git a/tests/integration/Repository/SetupFactory/CoreSetupFactoryTrait.php b/tests/integration/Repository/SetupFactory/CoreSetupFactoryTrait.php index 799caff2..d2d637eb 100644 --- a/tests/integration/Repository/SetupFactory/CoreSetupFactoryTrait.php +++ b/tests/integration/Repository/SetupFactory/CoreSetupFactoryTrait.php @@ -19,7 +19,7 @@ trait CoreSetupFactoryTrait { /** - * Load eZ Platform Kernel settings and setup container. + * Load Ibexa Kernel settings and setup container. * * @todo refactor ezplatform-kernel SetupFactory to include that setup w/o relying on config.php * diff --git a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/equation.xml b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/equation.xml index aa8949c9..cf294224 100644 --- a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/equation.xml +++ b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/equation.xml @@ -1,7 +1,7 @@
diff --git a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/nested.xml b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/nested.xml index d550c7bd..64b7be23 100644 --- a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/nested.xml +++ b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/nested.xml @@ -1,7 +1,7 @@
diff --git a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/unknown_tag.xml b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/unknown_tag.xml index dc328b38..a0e17964 100644 --- a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/unknown_tag.xml +++ b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/unknown_tag.xml @@ -1,7 +1,7 @@
Undefined diff --git a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/video.xml b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/video.xml index a76f1335..bcdc36ea 100644 --- a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/video.xml +++ b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/invalid/video.xml @@ -1,7 +1,7 @@
diff --git a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/valid/equation.xml b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/valid/equation.xml index 827ae59d..77e3eb81 100644 --- a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/valid/equation.xml +++ b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/valid/equation.xml @@ -1,7 +1,7 @@
diff --git a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/valid/nested.xml b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/valid/nested.xml index 8db7886a..ed0ad818 100644 --- a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/valid/nested.xml +++ b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/valid/nested.xml @@ -1,7 +1,7 @@
diff --git a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/valid/video.xml b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/valid/video.xml index 635ceb4f..cb53357a 100644 --- a/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/valid/video.xml +++ b/tests/integration/Repository/_fixtures/ezrichtext/custom_tags/valid/video.xml @@ -1,7 +1,7 @@
diff --git a/tests/lib/FieldType/RichText/RichTextStorageTest.php b/tests/lib/FieldType/RichText/RichTextStorageTest.php index e30e20eb..871eebe6 100644 --- a/tests/lib/FieldType/RichText/RichTextStorageTest.php +++ b/tests/lib/FieldType/RichText/RichTextStorageTest.php @@ -24,7 +24,7 @@ public function providerForTestGetFieldData() return [ [ ' -
+
Existing external link @@ -33,7 +33,7 @@ public function providerForTestGetFieldData()
', ' -
+
Existing external link @@ -47,11 +47,11 @@ public function providerForTestGetFieldData() ], [ ' -
+
Oh links, where art thou?
', ' -
+
Oh links, where art thou?
', @@ -110,7 +110,7 @@ public function providerForTestStoreFieldData() return [ [ ' -
+
Content link @@ -128,7 +128,7 @@ public function providerForTestStoreFieldData()
', ' -
+
Content link @@ -155,11 +155,11 @@ public function providerForTestStoreFieldData() ], [ ' -
+
Oh links, where art thou?
', ' -
+
Oh links, where art thou?
', @@ -286,7 +286,7 @@ public function providerForTestStoreFieldDataThrowsNotFoundException(): array return [ [ ' -
+
Content link diff --git a/tests/lib/FieldType/RichText/SearchFieldTest.php b/tests/lib/FieldType/RichText/SearchFieldTest.php index 1e4adc6a..c7985266 100644 --- a/tests/lib/FieldType/RichText/SearchFieldTest.php +++ b/tests/lib/FieldType/RichText/SearchFieldTest.php @@ -28,12 +28,12 @@ public function getDataForTestGetIndexData(): array [ new Search\Field( 'value', - 'Welcome to eZ Platform', + 'Welcome to Ibexa', new Search\FieldType\StringField() ), new Search\Field( 'fulltext', - "\n Welcome to eZ Platform \n eZ Platform is the new generation DXP from eZ Systems. \n ", + "\n Welcome to Ibexa \n Ibexa is the new generation DXP from Ibexa. \n ", new Search\FieldType\FullTextField() ), ], @@ -92,8 +92,8 @@ private function getSimpleDocBookXml(): string
- Welcome to eZ Platform - eZ Platform is the new generation DXP from eZ Systems. + Welcome to Ibexa + Ibexa is the new generation DXP from Ibexa.
XML; } diff --git a/tests/lib/FieldType/RichTextTest.php b/tests/lib/FieldType/RichTextTest.php index e34dbb44..8b9672d6 100644 --- a/tests/lib/FieldType/RichTextTest.php +++ b/tests/lib/FieldType/RichTextTest.php @@ -218,7 +218,7 @@ public function providerForTestValidate() ], [ ' -
+
link
', [ @@ -233,7 +233,7 @@ public function providerForTestValidate() ], [ ' -
+
link
', [ @@ -248,7 +248,7 @@ public function providerForTestValidate() ], [ ' -
+
link
', [], @@ -318,77 +318,77 @@ public static function providerForTestGetName() return [ [ ' -
This is a piece of text
', +
This is a piece of text
', 'This is a piece of text', ], [ ' -
This is a piece of text
', +
This is a piece of text
', /* @todo FIXME: should probably be "This is a piece of text" */ 'This is a piece of', ], [ ' -
This is a piece of text
', +
This is a piece of text
', /* @todo FIXME: should probably be "This is a piece of text" */ 'This is a piece', ], [ ' -
This is a piece of text
', +
This is a piece of text
', /* @todo FIXME: should probably be "This is a piece of text" */ 'This is', ], [ ' -
First cellSecond cell
Third cellFourth cell
Text after table
', +
First cellSecond cell
Third cellFourth cell
Text after table
', /* @todo FIXME: should probably be "First cell" */ 'First cellSecond cell', ], [ ' -
  • List item
', +
  • List item
', 'List item', ], [ ' -
  • List item
', +
  • List item
', 'List item', ], [ ' -
', +
', '', ], [ ' -
A simple paragraph!
', +
A simple paragraph!
', 'A simple', ], diff --git a/tests/lib/Form/DataTransformer/RichTextTransformerTest.php b/tests/lib/Form/DataTransformer/RichTextTransformerTest.php index 0a1c4e1f..5b511995 100644 --- a/tests/lib/Form/DataTransformer/RichTextTransformerTest.php +++ b/tests/lib/Form/DataTransformer/RichTextTransformerTest.php @@ -49,7 +49,7 @@ protected function setUp(): void public function testTransform(): void { $outputXML = '' . PHP_EOL - . '

This is a paragraph.

'; + . '

This is a paragraph.

'; $outputDocument = new DOMDocument(); $outputDocument->loadXML($outputXML); @@ -87,7 +87,7 @@ public function testTransformThrowsTransformationFailedException(): void public function testReverseTransform(): void { $inputXML = '' . PHP_EOL . ' -
+

This is a paragraph.

'; diff --git a/tests/lib/Persistence/Legacy/Tests/Content/FieldValue/Converter/RichTextFieldValueConverterTest.php b/tests/lib/Persistence/Legacy/Tests/Content/FieldValue/Converter/RichTextFieldValueConverterTest.php index 1637dc51..231fdc14 100644 --- a/tests/lib/Persistence/Legacy/Tests/Content/FieldValue/Converter/RichTextFieldValueConverterTest.php +++ b/tests/lib/Persistence/Legacy/Tests/Content/FieldValue/Converter/RichTextFieldValueConverterTest.php @@ -37,7 +37,7 @@ protected function setUp(): void $this->converter = new RichTextFieldValueConverter(); $this->docbookString = << -
+
This is a heading. This is a paragraph.
diff --git a/tests/lib/REST/FieldTypeProcessor/RichTextProcessorTest.php b/tests/lib/REST/FieldTypeProcessor/RichTextProcessorTest.php index 9d0efed5..0b3ae8df 100644 --- a/tests/lib/REST/FieldTypeProcessor/RichTextProcessorTest.php +++ b/tests/lib/REST/FieldTypeProcessor/RichTextProcessorTest.php @@ -22,7 +22,7 @@ public function testPostProcessValueHash() $outputValue = [ 'xml' => << -
+
Some text Foobar
@@ -31,7 +31,7 @@ public function testPostProcessValueHash() $processedOutputValue = $outputValue; $processedOutputValue['xhtml5edit'] = << -
+

Some text

Foobar

diff --git a/tests/lib/RichText/Converter/AggregateTest.php b/tests/lib/RichText/Converter/AggregateTest.php index cd6de309..42e8a780 100644 --- a/tests/lib/RichText/Converter/AggregateTest.php +++ b/tests/lib/RichText/Converter/AggregateTest.php @@ -23,7 +23,7 @@ class AggregateTest extends TestCase /** * @dataProvider providerConvertWithLinkInCustomTag * - * @see https://jira.ez.no/browse/EZP-30166 + * @see https://issues.ibexa.co/browse/EZP-30166 */ public function testConvertWithLinkInCustomTag(string $input, string $expectedOutput): void { @@ -62,8 +62,8 @@ public function providerConvertWithLinkInCustomTag(): array [ '
@@ -79,7 +79,7 @@ public function providerConvertWithLinkInCustomTag(): array Bulbo
', - '
+ '
diff --git a/tests/lib/RichText/Converter/LinkTest.php b/tests/lib/RichText/Converter/LinkTest.php index 915a4d7a..0551d81e 100644 --- a/tests/lib/RichText/Converter/LinkTest.php +++ b/tests/lib/RichText/Converter/LinkTest.php @@ -58,14 +58,14 @@ public function providerLinkXmlSample() return [ [ ' -
+
Link example Link text
', ' -
+
Link example Link text @@ -74,14 +74,14 @@ public function providerLinkXmlSample() ], [ ' -
+
Link example Link text
', ' -
+
Link example Link text @@ -90,14 +90,14 @@ public function providerLinkXmlSample() ], [ ' -
+
Link example
', ' -
+
Link example @@ -148,14 +148,14 @@ public function providerLocationLink() return [ [ ' -
+
Link example Content name
', ' -
+
Link example Content name @@ -166,14 +166,14 @@ public function providerLocationLink() ], [ ' -
+
Link example Content name
', ' -
+
Link example Content name @@ -184,14 +184,14 @@ public function providerLocationLink() ], [ ' -
+
Link example
', ' -
+
Link example @@ -247,14 +247,14 @@ public function providerBadLocationLink() return [ [ ' -
+
Link example Content name
', ' -
+
Link example Content name @@ -267,14 +267,14 @@ public function providerBadLocationLink() ], [ ' -
+
Link example Content name
', ' -
+
Link example Content name @@ -287,14 +287,14 @@ public function providerBadLocationLink() ], [ ' -
+
Link example
', ' -
+
Link example @@ -351,14 +351,14 @@ public function providerContentLink() return [ [ ' -
+
Link example Content name
', ' -
+
Link example Content name @@ -369,14 +369,14 @@ public function providerContentLink() ], [ ' -
+
Link example Content name
', ' -
+
Link example Content name @@ -387,14 +387,14 @@ public function providerContentLink() ], [ ' -
+
Link example
', ' -
+
Link example @@ -462,14 +462,14 @@ public function providerBadContentLink() return [ [ ' -
+
Link example Content name
', ' -
+
Link example Content name @@ -482,14 +482,14 @@ public function providerBadContentLink() ], [ ' -
+
Link example Content name
', ' -
+
Link example Content name @@ -502,14 +502,14 @@ public function providerBadContentLink() ], [ ' -
+
Link example
', ' -
+
Link example diff --git a/tests/lib/RichText/Converter/Render/EmbedTest.php b/tests/lib/RichText/Converter/Render/EmbedTest.php index 84623828..4cf08aea 100644 --- a/tests/lib/RichText/Converter/Render/EmbedTest.php +++ b/tests/lib/RichText/Converter/Render/EmbedTest.php @@ -71,13 +71,13 @@ public function providerForTestConvert(): array ], [ ' -
+
', ' -
+
@@ -196,7 +196,7 @@ public function providerForTestConvert(): array ], [ ' -
+
@@ -216,7 +216,7 @@ public function providerForTestConvert(): array
', ' -
+
@@ -331,7 +331,7 @@ public function providerForTestConvert(): array ], [ ' -
+
@@ -346,7 +346,7 @@ public function providerForTestConvert(): array inline embed
', ' -
+
@@ -665,7 +665,7 @@ public function providerForTestConvert(): array ], [ ' -
+
Here is paragraph with child embed @@ -683,7 +683,7 @@ public function providerForTestConvert(): array
', ' -
+
Here is paragraph with child embed diff --git a/tests/lib/RichText/Converter/Render/_fixtures/template/input/05-block-content-config.xml b/tests/lib/RichText/Converter/Render/_fixtures/template/input/05-block-content-config.xml index adf5d2c9..ba1638b4 100644 --- a/tests/lib/RichText/Converter/Render/_fixtures/template/input/05-block-content-config.xml +++ b/tests/lib/RichText/Converter/Render/_fixtures/template/input/05-block-content-config.xml @@ -1,5 +1,5 @@ -
+
Param: value diff --git a/tests/lib/RichText/Converter/Render/_fixtures/template/input/06-custom-style-block.xml b/tests/lib/RichText/Converter/Render/_fixtures/template/input/06-custom-style-block.xml index 8f392eac..00f34f55 100644 --- a/tests/lib/RichText/Converter/Render/_fixtures/template/input/06-custom-style-block.xml +++ b/tests/lib/RichText/Converter/Render/_fixtures/template/input/06-custom-style-block.xml @@ -1,4 +1,4 @@ -
+
style 1 content
diff --git a/tests/lib/RichText/Converter/Render/_fixtures/template/input/07-custom-style-block-inline.xml b/tests/lib/RichText/Converter/Render/_fixtures/template/input/07-custom-style-block-inline.xml index 51c553f9..bb3e522a 100644 --- a/tests/lib/RichText/Converter/Render/_fixtures/template/input/07-custom-style-block-inline.xml +++ b/tests/lib/RichText/Converter/Render/_fixtures/template/input/07-custom-style-block-inline.xml @@ -1,5 +1,5 @@ -
+
style 2 content style 3 content
diff --git a/tests/lib/RichText/Converter/Render/_fixtures/template/output/05-block-content-config.xml b/tests/lib/RichText/Converter/Render/_fixtures/template/output/05-block-content-config.xml index ebc1aeaa..44551e29 100644 --- a/tests/lib/RichText/Converter/Render/_fixtures/template/output/05-block-content-config.xml +++ b/tests/lib/RichText/Converter/Render/_fixtures/template/output/05-block-content-config.xml @@ -1,5 +1,5 @@ -
+
Param: value diff --git a/tests/lib/RichText/Converter/Render/_fixtures/template/output/06-custom-style-block.xml b/tests/lib/RichText/Converter/Render/_fixtures/template/output/06-custom-style-block.xml index 339fedc5..ed288750 100644 --- a/tests/lib/RichText/Converter/Render/_fixtures/template/output/06-custom-style-block.xml +++ b/tests/lib/RichText/Converter/Render/_fixtures/template/output/06-custom-style-block.xml @@ -1,4 +1,4 @@ -
+
style 1 content
diff --git a/tests/lib/RichText/Converter/Render/_fixtures/template/output/07-custom-style-block-inline.xml b/tests/lib/RichText/Converter/Render/_fixtures/template/output/07-custom-style-block-inline.xml index b62cc7e2..b322b555 100644 --- a/tests/lib/RichText/Converter/Render/_fixtures/template/output/07-custom-style-block-inline.xml +++ b/tests/lib/RichText/Converter/Render/_fixtures/template/output/07-custom-style-block-inline.xml @@ -1,5 +1,5 @@ -
+
style 2 content style 3 content
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/001-title.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/001-title.xml index cc873e4d..06c05c6a 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/001-title.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/001-title.xml @@ -1,8 +1,8 @@
This is a heading. This is a left aligned heading. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/002-para.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/002-para.xml index 7128dfd5..18335010 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/002-para.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/002-para.xml @@ -1,8 +1,8 @@
This is a heading. This is a paragraph. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/003-section.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/003-section.xml index 17ca773d..4a1453bb 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/003-section.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/003-section.xml @@ -1,8 +1,8 @@
This is a heading. This is a paragraph. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/004-sectionNested.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/004-sectionNested.xml index 835d4b70..66b2e29a 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/004-sectionNested.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/004-sectionNested.xml @@ -1,8 +1,8 @@
This is a heading. This is a paragraph. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/005-emphasis.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/005-emphasis.xml index 2f689f4d..5144c64e 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/005-emphasis.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/005-emphasis.xml @@ -1,8 +1,8 @@
This is a heading. This is a paragraph with emphasized text. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/006-emphasisStrong.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/006-emphasisStrong.xml index a85f7fe9..95692229 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/006-emphasisStrong.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/006-emphasisStrong.xml @@ -1,8 +1,8 @@
This is a heading. This is a paragraph with strong text. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/007-emphasisUnderlined.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/007-emphasisUnderlined.xml index 2ba931ea..e3a10e1e 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/007-emphasisUnderlined.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/007-emphasisUnderlined.xml @@ -1,8 +1,8 @@
This is a heading. This is a paragraph with underlined text. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/008-orderedList.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/008-orderedList.xml index f9f5f8ee..55b8f9ab 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/008-orderedList.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/008-orderedList.xml @@ -1,8 +1,8 @@
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/009-itemizedList.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/009-itemizedList.xml index 965f7d02..d21a5d69 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/009-itemizedList.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/009-itemizedList.xml @@ -1,8 +1,8 @@
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/010-htmlInformaltable.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/010-htmlInformaltable.xml index 69a33bf9..af623d2d 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/010-htmlInformaltable.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/010-htmlInformaltable.xml @@ -1,8 +1,8 @@
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/011-htmlTable.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/011-htmlTable.xml index 98b966a1..78ec13f1 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/011-htmlTable.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/011-htmlTable.xml @@ -1,8 +1,8 @@
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/012-literallayout.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/012-literallayout.xml index ba708a18..41de9d87 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/012-literallayout.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/012-literallayout.xml @@ -1,8 +1,8 @@
This is a heading. This is a paragraph diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/013-anchor.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/013-anchor.xml index 5d29e4c6..e5c8d08d 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/013-anchor.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/013-anchor.xml @@ -1,8 +1,8 @@
This is a heading. The anchor element is empty and contributes nothing to the flow of the content in which it occurs. It is only useful as a target. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/014-link.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/014-link.xml index aaab2863..407c59b9 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/014-link.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/014-link.xml @@ -1,8 +1,8 @@
Assorted array of links diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/015-subscript.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/015-subscript.xml index a738c850..6af3097d 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/015-subscript.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/015-subscript.xml @@ -1,8 +1,8 @@
Thirsty? Have some H2O. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/016-superscript.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/016-superscript.xml index 7158b3de..2db3607f 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/016-superscript.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/016-superscript.xml @@ -1,8 +1,8 @@
The equation eπi + 1 = 0 ties together five of the most important mathematical constants. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/017-customYoutube.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/017-customYoutube.xml index 4e0c55cc..4d7e605c 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/017-customYoutube.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/017-customYoutube.xml @@ -1,8 +1,8 @@
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/018-htmlTable.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/018-htmlTable.xml index 91facf83..8e43c01f 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/018-htmlTable.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/018-htmlTable.xml @@ -1,8 +1,8 @@
Table caption.
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/019-emphasisStrikedthrough.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/019-emphasisStrikedthrough.xml index a3609d37..65ed9e0b 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/019-emphasisStrikedthrough.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/019-emphasisStrikedthrough.xml @@ -1,8 +1,8 @@
This is a heading. This is a paragraph with strikedthrough text. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/020-blockquote.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/020-blockquote.xml index ec560381..a966a15d 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/020-blockquote.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/020-blockquote.xml @@ -6,8 +6,8 @@ -->
Example of blockquote
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/021-titleImplicitLevels.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/021-titleImplicitLevels.xml index 020cf82c..2df66dd7 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/021-titleImplicitLevels.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/021-titleImplicitLevels.xml @@ -1,8 +1,8 @@
This is a first level heading.
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/022-embed.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/022-embed.xml index f680fdf0..6928914b 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/022-embed.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/022-embed.xml @@ -1,8 +1,8 @@
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/023-embedInline.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/023-embedInline.xml index 11fc606c..4de67a89 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/023-embedInline.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/023-embedInline.xml @@ -1,8 +1,8 @@
Some for the otherwise unremarkable paragraph. This paragraph is just showing off its diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/024-template.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/024-template.xml index 421f529e..6f4c67fa 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/024-template.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/024-template.xml @@ -1,8 +1,8 @@
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/025-templateInline.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/025-templateInline.xml index e501bd63..1a905353 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/025-templateInline.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/025-templateInline.xml @@ -1,8 +1,8 @@
Some for the otherwise unremarkable paragraph. This paragraph is just showing off its diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/026-tableTitles.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/026-tableTitles.xml index b2b42a70..152b08a7 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/026-tableTitles.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/026-tableTitles.xml @@ -1,8 +1,8 @@
Heading 2 Heading 2 diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/027-linkedEmbed.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/027-linkedEmbed.xml index a282985b..e5377929 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/027-linkedEmbed.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/027-linkedEmbed.xml @@ -1,8 +1,8 @@
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/028-linkedEmbedInline.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/028-linkedEmbedInline.xml index 67553268..96901de0 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/028-linkedEmbedInline.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/028-linkedEmbedInline.xml @@ -1,8 +1,8 @@
Some diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/029-htmlEntities.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/029-htmlEntities.xml index a723f0ce..b053a2bf 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/029-htmlEntities.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/029-htmlEntities.xml @@ -1,8 +1,8 @@
" diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/030-emphasisStrikedthroughDeleted.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/030-emphasisStrikedthroughDeleted.xml index caa9c3a1..5f3ab50f 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/030-emphasisStrikedthroughDeleted.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/030-emphasisStrikedthroughDeleted.xml @@ -1,8 +1,8 @@
This is a heading. This is a paragraph with deleted text. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/031-ezstyle.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/031-ezstyle.xml index 47b9d61e..9aa19891 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/031-ezstyle.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/031-ezstyle.xml @@ -1,8 +1,8 @@
Highlighted block with "left" align. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/032-ezstyleinline.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/032-ezstyleinline.xml index fdc5e715..09c0a26c 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/032-ezstyleinline.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/032-ezstyleinline.xml @@ -1,8 +1,8 @@
Some highlighted words diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/033-programlisting.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/033-programlisting.xml index 6f70d9c8..d6b09caf 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/033-programlisting.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/033-programlisting.xml @@ -1,4 +1,4 @@ -
+
and some more text here]]>
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/035-itemizedListWithNestedElements.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/035-itemizedListWithNestedElements.xml index 016b2b7d..10894187 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/035-itemizedListWithNestedElements.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/035-itemizedListWithNestedElements.xml @@ -1,8 +1,8 @@
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_schemas/youtube.rng b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_schemas/youtube.rng index 9c75dc92..67ea0ce3 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_schemas/youtube.rng +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_schemas/youtube.rng @@ -1,8 +1,8 @@ diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_stylesheets/youtube_ezxml.xsl b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_stylesheets/youtube_ezxml.xsl index ca97d1b0..6de73d46 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_stylesheets/youtube_ezxml.xsl +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_stylesheets/youtube_ezxml.xsl @@ -1,7 +1,7 @@ diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_stylesheets/youtube_xhtml5_edit.xsl b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_stylesheets/youtube_xhtml5_edit.xsl index 4cd191be..66754359 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_stylesheets/youtube_xhtml5_edit.xsl +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_stylesheets/youtube_xhtml5_edit.xsl @@ -1,6 +1,6 @@ diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_stylesheets/youtube_xhtml5_output.xsl b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_stylesheets/youtube_xhtml5_output.xsl index 5f247026..1062493c 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_stylesheets/youtube_xhtml5_output.xsl +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/custom_stylesheets/youtube_xhtml5_output.xsl @@ -1,6 +1,6 @@ diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/001-embedPayload.docbook.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/001-embedPayload.docbook.xml index e6db1c14..f7c5e508 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/001-embedPayload.docbook.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/001-embedPayload.docbook.xml @@ -1,8 +1,8 @@
SEO Impact 2]]> diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/001-embedPayload.xhtml5.output.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/001-embedPayload.xhtml5.output.xml index b8883bf9..cee389ac 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/001-embedPayload.xhtml5.output.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/001-embedPayload.xhtml5.output.xml @@ -1,5 +1,5 @@ -
+

SEO Impact 2

Give these people air.

diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/002-embedInlinePayload.docbook.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/002-embedInlinePayload.docbook.xml index eb77e88d..b182df86 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/002-embedInlinePayload.docbook.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/002-embedInlinePayload.docbook.xml @@ -1,8 +1,8 @@
Some 160 Greatest Arnold Schwarzenegger Quotes]]> diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/002-embedInlinePayload.xhtml5.output.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/002-embedInlinePayload.xhtml5.output.xml index 365bbf22..657659eb 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/002-embedInlinePayload.xhtml5.output.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/docbook/lossy/002-embedInlinePayload.xhtml5.output.xml @@ -1,5 +1,5 @@ -
+

Some 160 Greatest Arnold Schwarzenegger Quotes for the otherwise unremarkable paragraph.

This paragraph is just showing off its Arnold C content.

diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/001-title.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/001-title.xml index da82b41a..452495d2 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/001-title.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/001-title.xml @@ -1,5 +1,5 @@ -
+

This is a heading.

This is a left aligned heading.

This is a centered heading.

diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/002-para.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/002-para.xml index 688a155b..f96729b4 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/002-para.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/002-para.xml @@ -1,5 +1,5 @@ -
+

This is a heading.

This is a paragraph.

This is a left aligned paragraph.

diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/003-section.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/003-section.xml index 3516d2a5..78165f6d 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/003-section.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/003-section.xml @@ -1,5 +1,5 @@ -
+

This is a heading.

This is a paragraph.

diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/004-sectionNested.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/004-sectionNested.xml index e7abb357..47a45029 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/004-sectionNested.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/004-sectionNested.xml @@ -1,5 +1,5 @@ -
+

This is a heading.

This is a paragraph.

diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/005-emphasis.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/005-emphasis.xml index 8a82ad58..a44bc58b 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/005-emphasis.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/005-emphasis.xml @@ -1,5 +1,5 @@ -
+

This is a heading.

This is a paragraph with emphasized text.

diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/006-emphasisStrong.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/006-emphasisStrong.xml index 29519e26..b9169458 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/006-emphasisStrong.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/006-emphasisStrong.xml @@ -1,5 +1,5 @@ -

+

This is a heading.

This is a paragraph with strong text.

diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/007-emphasisUnderlined.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/007-emphasisUnderlined.xml index 23627599..a0304d64 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/007-emphasisUnderlined.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/007-emphasisUnderlined.xml @@ -1,5 +1,5 @@ -

+

This is a heading.

This is a paragraph with underlined text.

diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/008-orderedList.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/008-orderedList.xml index a2d21d97..cef32783 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/008-orderedList.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/008-orderedList.xml @@ -1,5 +1,5 @@ -

+
  1. This is a list item.
  2. This is a list item
    with a line break.
  3. diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/009-itemizedList.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/009-itemizedList.xml index 1126e43b..7072c43f 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/009-itemizedList.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/009-itemizedList.xml @@ -1,5 +1,5 @@ -
    +
    • This is a list item.
    • This is a list item
      with a line break.
    • diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/010-htmlInformaltable.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/010-htmlInformaltable.xml index a6755eb6..4dd6c00a 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/010-htmlInformaltable.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/010-htmlInformaltable.xml @@ -1,5 +1,5 @@ -
      +
Table caption.
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/011-htmlTable.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/011-htmlTable.xml index 91d0b99d..82704ad3 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/011-htmlTable.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/011-htmlTable.xml @@ -1,5 +1,5 @@ -
+
diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/012-literallayout.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/012-literallayout.xml index 491c6f01..d553f7b4 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/012-literallayout.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/012-literallayout.xml @@ -1,5 +1,5 @@ -
+

This is a heading.

This is a paragraph
with some
extra CHEESE!
and line breaks

and more line breaks.

diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/013-anchor.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/013-anchor.xml index 56a58156..e03e1d35 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/013-anchor.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/013-anchor.xml @@ -1,5 +1,5 @@ -
+

This is a heading.

The anchor element is empty and contributes nothing to the flow of the content in which it occurs. It is only useful as a target.

diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/014-link.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/014-link.xml index b4a147b9..7964d25b 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/014-link.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/014-link.xml @@ -1,5 +1,5 @@ -
+

Assorted array of links

Jump to content diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/015-subscript.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/015-subscript.xml index 13a4492c..5b695795 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/015-subscript.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/015-subscript.xml @@ -1,5 +1,5 @@ -

+

Thirsty? Have some H2O.

Example diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/016-superscript.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/016-superscript.xml index b4cd82a2..9c2bef8a 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/016-superscript.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/016-superscript.xml @@ -1,5 +1,5 @@ -

+

The equation eπi + 1 = 0 ties together five of the most important mathematical constants.

Example diff --git a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/017-customYoutube.xml b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/017-customYoutube.xml index 562dc754..955eaf6f 100644 --- a/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/017-customYoutube.xml +++ b/tests/lib/RichText/Converter/Xslt/_fixtures/xhtml5/edit/017-customYoutube.xml @@ -1,5 +1,5 @@ -

+

Table caption.