Content of ''\${...}
is parsed as Nix
#194
Labels
component | third-party dependency
Third party dependency
help wanted
Extra attention is needed
status | it is a good thing
We agree it is good to implement this
type | bug
Something isn't working
Milestone
rnix-parser seems to be misparsing the
''\${
escape in a multiline string like it's a${
.Example of formatting inside string
This changes the semantics significantly, with great potential for breakage. It also fails if the contents of the escape happen to not be valid nix.
repl with unformatted and formatted output:
A related bug is a parse failure on the (valid)
''''\${''
The text was updated successfully, but these errors were encountered: