Fix scanning of escaped quotes #72

Closed
opened 2024-06-11 01:11:30 +00:00 by scott · 1 comment
Owner

To reproduce: run `let foo = "foo "bar" baz".

Expected: foo "bar" baz
Actual: scanning/parsing error

To reproduce: run `let foo = "foo \"bar\" baz". Expected: `foo "bar" baz` Actual: scanning/parsing error
scott added the
bug
label 2024-06-11 01:11:30 +00:00
scott added the
now
label 2024-06-11 01:14:47 +00:00
scott added this to the Computer Class milestone 2024-06-11 01:19:44 +00:00
scott self-assigned this 2024-06-11 01:19:48 +00:00
Author
Owner

Fixed in 9584a21521

Fixed in https://alea.ludus.dev/twc/ludus/commit/9584a215211f1c17485e100e0fafdccc721cb8e8
scott closed this issue 2024-06-14 19:25:38 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: twc/ludus#72
No description provided.