LibWeb: Don't crash when interpolating single-value repeatable lists

Previously, when interpolating a repeatable list from a list with
multiple values to a single value, we would crash.
This commit is contained in:
Tim Ledbetter 2025-06-01 16:20:45 +01:00 committed by Sam Atkins
commit 17f14a277b
Notes: github-actions[bot] 2025-06-02 10:34:09 +00:00
3 changed files with 26 additions and 1 deletions

View file

@ -0,0 +1 @@
PASS (didn't crash!)