Skip to content

characters in quotes aren't escaped correctly #35

@cdepillabout

Description

@cdepillabout

It looks like some characters in quotes aren't escaped correctly.

I haven't extensively tested this, but here is one example I've found:

module Main where

example :: String
example = "\""

This compiles to:

let
  module = { };
  example = """;
in
  {inherit example;}

But example should probably be "\"".

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomershelp wantedExtra attention is needed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions