Skip to content

Parsed strings retain quotes #43

@cmungall

Description

@cmungall

Given "rename GO:1 from 'foo' to 'bar'"

the parser returns

{
  "id": "CHANGE:001",
  "old_value": "'foo'",
  "new_value": "'bar'",
  "about_node": "GO:1",
  "about_node_representation": "curie",
  "@type": "NodeRename"
} 

The quoted value is itself quoted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions