fix strinterpolation again

pull/54/head
Alexander Bentkamp 3 years ago
parent 27e82378d0
commit 07ec94b7c2

@ -118,7 +118,7 @@ private partial def decodeInterpStrLit (s : String) : Option String :=
else
loop i (acc.push c)
let c := s.get 0
if c == '\"' || c == '{' then
if c == '\"' || c == '}' then
loop ⟨1⟩ ""
else
loop ⟨0⟩ ""

Loading…
Cancel
Save