Open jasom opened 2 years ago
''${foo} is handled correctly, but ''$FOO is not. Simple example:
''${foo}
''$FOO
`` let foo = ''
hi ''$FOO ''; in { a = 3; } ``
''${foo}
is handled correctly, but''$FOO
is not. Simple example:`` let foo = ''
hi ''$FOO ''; in { a = 3; } ``