Skip to content
This repository was archived by the owner on Sep 24, 2019. It is now read-only.

Allow multi-line strings (common in SET records). #70

@abargnesi

Description

@abargnesi

A multi-line SET record will result in an incorrect AST. The value() node is expected but an incomplete string() node is returned:

(set [[:@complete, nil]]
  (name []
    (identifier [[:@complete, true]] "Evidence"))
  (string [[:@complete, false]] "this is a multi\n"))

This issue causes OpenBEL/openbel-api#114.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions