tests are failing

Created on 11 May 2024, 5 months ago
Updated 25 May 2024, 4 months ago

Problem/Motivation

The kernel test I added a while ago is now failing:

-if ($value > 5 && $value < 4) {  \Drupal::service('foo')->doThing();}\n
+if ($value > 5 && $value < 4) {  \Drupal::service('foo')->doThing();}\n

The failure is that we're expecting an actual NBSP character, and we're now getting an HTML entity for a NBSP.

What I don't understand is that when I go back and check out the commit where I added this test, that fails too!

Has something changed in core?

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

🇬🇧United Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024