mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Fix broken RustGlue.roc interpolation
This commit is contained in:
parent
eb1b5ffa26
commit
b0a5b1c3d5
5 changed files with 7 additions and 7 deletions
|
@ -1,2 +1,2 @@
|
|||
"{(g)" : q
|
||||
"${g}" : q
|
||||
f
|
|
@ -1,2 +1,2 @@
|
|||
"""{(g)""":q
|
||||
"""${g}""":q
|
||||
f
|
||||
|
|
|
@ -1 +1 @@
|
|||
"""""""${i""""""}"
|
||||
"""""""${i""""""}"
|
Loading…
Add table
Add a link
Reference in a new issue