klembot / chapbook

A simple, readable story format for Twine 2.
https://klembot.github.io/chapbook
MIT License
80 stars 25 forks source link

String arguments to inserts that contain { aren't parsed correctly #176

Open klembot opened 7 months ago

klembot commented 7 months ago

Describe the bug {test insert: "hello {"} is not parsed correctly.

To Reproduce See above.

Expected behavior Should call the insert with the string "hello {".

Stories and screenshots n/a

Environment n/a

Additional context n/a