mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 03:47:48 +02:00
The code had to change a bit to match. Previously, we appended an empty sub-list immediately, but now we append it at the end. The difference is that if there are no tokens, we now correctly return an empty list-of-lists, instead of a list containing an empty list.