Skip to content

Functions do not deserialize properly. #76

Open
@cowboyd

Description

@cowboyd

There is a bug in print() where the following PS:

greet(thing): Hello %($thing)!
greeting:
  $greet: World

prints as:

greet:
  greet(thing): Hello %($thing)!
greeting: Hello World!

It puts the name of the function as a key in the hash, but then repeats it again, whereas it should just put the body.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions