Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
experience_builder
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
experience_builder
Commits
98a1baa3
Commit
98a1baa3
authored
2 months ago
by
Dave Long
Committed by
Ben Mullins
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3494525
by longwave, larowlan: Since twig/twig 3.12: Twig Filter "spaceless" is deprecated
parent
9f501a2d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!495
Resolve #3494525 "Spaceless"
Pipeline
#374195
passed
2 months ago
Stage: development
Stage: build
Stage: validate
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
tests/src/Kernel/DataType/ComponentTreeHydratedTest.php
+10
-5
10 additions, 5 deletions
tests/src/Kernel/DataType/ComponentTreeHydratedTest.php
with
11 additions
and
5 deletions
.gitlab-ci.yml
+
1
−
0
View file @
98a1baa3
...
...
@@ -116,6 +116,7 @@ cspell:
-
changes
:
-
components
-
schema.json
-
"
**/*.twig"
when
:
on_success
# @todo Remove when https://www.drupal.org/project/gitlab_templates/issues/3452183 lands.
...
...
This diff is collapsed.
Click to expand it.
tests/src/Kernel/DataType/ComponentTreeHydratedTest.php
+
10
−
5
View file @
98a1baa3
...
...
@@ -196,7 +196,8 @@ class ComponentTreeHydratedTest extends KernelTestBase {
<!-- xb-slot-start-the_footer -->Example value for <strong>the_footer</strong>.<!-- xb-slot-end-the_footer -->
</div>
<div class="component--props-slots--colophon">
<!-- xb-slot-start-the_colophon --><!-- xb-slot-end-the_colophon --> </div>
<!-- xb-slot-start-the_colophon --><!-- xb-slot-end-the_colophon -->
</div>
</div>
<!-- xb-end-uuid-in-root -->
HTML
,
...
...
@@ -437,7 +438,8 @@ HTML,
<!-- xb-slot-start-the_footer -->Example value for <strong>the_footer</strong>.<!-- xb-slot-end-the_footer -->
</div>
<div class="component--props-slots--colophon">
<!-- xb-slot-start-the_colophon --><!-- xb-slot-end-the_colophon --> </div>
<!-- xb-slot-start-the_colophon --><!-- xb-slot-end-the_colophon -->
</div>
</div>
<!-- xb-end-uuid-in-root -->
HTML
,
...
...
@@ -693,7 +695,8 @@ HTML,
<!-- xb-slot-start-the_footer -->Example value for <strong>the_footer</strong>.<!-- xb-slot-end-the_footer -->
</div>
<div class="component--props-slots--colophon">
<!-- xb-slot-start-the_colophon --><!-- xb-slot-end-the_colophon --> </div>
<!-- xb-slot-start-the_colophon --><!-- xb-slot-end-the_colophon -->
</div>
</div>
<!-- xb-end-uuid-level-2 --><!-- xb-slot-end-the_body -->
</div>
...
...
@@ -701,7 +704,8 @@ HTML,
<!-- xb-slot-start-the_footer -->Example value for <strong>the_footer</strong>.<!-- xb-slot-end-the_footer -->
</div>
<div class="component--props-slots--colophon">
<!-- xb-slot-start-the_colophon --><!-- xb-slot-end-the_colophon --> </div>
<!-- xb-slot-start-the_colophon --><!-- xb-slot-end-the_colophon -->
</div>
</div>
<!-- xb-end-uuid-level-1 --><!-- xb-slot-end-the_body -->
</div>
...
...
@@ -709,7 +713,8 @@ HTML,
<!-- xb-slot-start-the_footer -->Example value for <strong>the_footer</strong>.<!-- xb-slot-end-the_footer -->
</div>
<div class="component--props-slots--colophon">
<!-- xb-slot-start-the_colophon --><!-- xb-slot-end-the_colophon --> </div>
<!-- xb-slot-start-the_colophon --><!-- xb-slot-end-the_colophon -->
</div>
</div>
<!-- xb-end-uuid-in-root -->
HTML
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment