Jellycuts / Jellycuts-Issues

A public issue tracker for the Jellycuts iOS app.
23 stars 0 forks source link

Send Notification Action Issue #18

Closed ActuallyTaylor closed 3 years ago

ActuallyTaylor commented 3 years ago

Originally from FifiTheBulldog

Describe the bug

The "Starter Actions" Jellycut compiles incorrectly on the Send Notification action. In the body, it includes not just the intended body text, but also all of the code up to the closing quote of the title parameter.

To Reproduce

Run Start Actions Jellycut.

Expected behavior

The body of the notification action will be parsed correctly.

Additional context

iCloud link: https://www.icloud.com/shortcuts/afb01bba5c254fb39184afa58c40e17a

ActuallyTaylor commented 3 years ago

This action has been fixed by introducing escaped strings to the Jelly language. If you want to use a quotation mark within a string you must now use \” instead of just “.