Open-Jellycore icon indicating copy to clipboard operation
Open-Jellycore copied to clipboard

Basic string interpolation seems broken

Open chrysaora-achlyos opened this issue 6 months ago • 1 comments

Describe the bug

var varA = "b" var varB = "${varA}" does not put the value "b" in varB

To Reproduce

Steps to reproduce the behavior:

  1. create a file a.jelly by copying the code above in to the file
  2. run the command jelly a.jelly --export --out u_a.shortcut
  3. run the command shortcuts sign --mode anyone --input u_a.shortcut --output a.shortcut
  4. run the command open -a Shortcuts a.shortcut
  5. click the "Add Shortcut" button
  6. click to select the a Shortcut in Shortcuts
  7. click to open the selected shortcut
  8. 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: x613

Expected Screenshot: expectedx613

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

chrysaora-achlyos avatar Aug 01 '24 00:08 chrysaora-achlyos