Skip to content

Conversation

@c42f
Copy link
Member

@c42f c42f commented Jun 9, 2023

Commas and semicolons are not allowed within string interpolation brackets. For example "$(x, digits=2)" is reserved syntax.

Fixes #305

Commas and semicolons are not allowed within string interpolation
brackets. For example `"$(x, digits=2)"` is reserved syntax.
@codecov
Copy link

codecov bot commented Jun 9, 2023

Codecov Report

Merging #306 (7d1f582) into main (e3e447d) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #306      +/-   ##
==========================================
+ Coverage   96.78%   96.80%   +0.02%     
==========================================
  Files          14       14              
  Lines        4100     4104       +4     
==========================================
+ Hits         3968     3973       +5     
+ Misses        132      131       -1     
Impacted Files Coverage Δ
src/parse_stream.jl 96.42% <ø> (ø)
src/parser.jl 98.32% <100.00%> (+<0.01%) ⬆️

... and 1 file with indirect coverage changes

@c42f c42f merged commit af64b6d into main Jun 9, 2023
@c42f c42f deleted the c42f/string-interpolate-error branch June 9, 2023 20:53
c42f added a commit to JuliaLang/julia that referenced this pull request Oct 17, 2025
…tax.jl#306)

Commas and semicolons are not allowed within string interpolation
brackets. For example `"$(x, digits=2)"` is reserved syntax.
topolarity pushed a commit to JuliaLang/julia that referenced this pull request Nov 14, 2025
…tax.jl#306)

Commas and semicolons are not allowed within string interpolation
brackets. For example `"$(x, digits=2)"` is reserved syntax.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disallow tuples as atoms in interpolation syntax

1 participant