Whitespace before not getting parsed correctly #5

Open
opened 2026-07-22 00:32:33 +02:00 by deck · 0 comments
Owner

for the string "This is a example of ! luma !-" gets parsed to [{"type":"text","value":"This is a example of"},{"type":"marking","value":1},{"type":"text","value":"luma"},{"type":"pop","value":"Marking"}] notice how the many spaced get ignored

for the string "This is a example of ! luma !-" gets parsed to [{"type":"text","value":"This is a example of"},{"type":"marking","value":1},{"type":"text","value":"luma"},{"type":"pop","value":"Marking"}] notice how the many spaced get ignored
deck added the bug label 2026-07-22 00:33:01 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Luma/Luma-Parser#5