Open-Jellycore
Open-Jellycore copied to clipboard
Basic string interpolation seems broken
Describe the bug
var varA = "b"
var varB = "${varA}"
does not put the value "b" in varB
To Reproduce
Steps to reproduce the behavior:
- create a file a.jelly by copying the code above in to the file
- run the command jelly a.jelly --export --out u_a.shortcut
- run the command shortcuts sign --mode anyone --input u_a.shortcut --output a.shortcut
- run the command open -a Shortcuts a.shortcut
- click the "Add Shortcut" button
- click to select the a Shortcut in Shortcuts
- click to open the selected shortcut
- Observe the second Text action input textbox is unpopulated
Expected behavior
The value of varB should be "b". See Expected Screenshot below
Screenshots
Actual Screenshot:
Expected Screenshot:
Information
- Device: [macBook Pro, 14-inch, 2021]
- OS: [Sonoma 14.5]
- Jellycuts Version [??? jelly command does not provide version info (/opt/homebrew/bin/jelly)]
- Jailbroken? [No]
Additional context
maybe the same problem as #26