You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above code renders foo as foo 1 even though this is not syntactically valid Pkl.
In fact any number of # can be used and Pkl will still parse the interpolation.
The correct code would be:
foo = #"foo \#(1)"#
The text was updated successfully, but these errors were encountered:
The above code renders foo as
foo 1
even though this is not syntactically valid Pkl.In fact any number of
#
can be used and Pkl will still parse the interpolation.The correct code would be:
The text was updated successfully, but these errors were encountered: