Consecutive $$ interpolation fails
Open
- Dominant language
- Julia
- Stars
- 1.5k
- Forks
- 186
- PR merge metrics
- No merged PRs in 30d
Description
A MWE:
```
julia> py"$$('1')$$('2')$$('3')"
3
```
Looks like only the final interpolation is accounted for. Separating the interpolations with spaces makes them work (which in this case leads to a Python Syntax error). I've checked Julia 1.2.0 / PyCall v1.91.1 and Julia 1.3.0-rc3.0 / v1.91.2.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.