NASA-AMMOS / aerie-ui

The client application for Aerie.
https://nasa-ammos.github.io/aerie-docs/
MIT License
28 stars 4 forks source link

Handle Escaped Quotes in Metadata and Models values #1335

Closed goetzrrGit closed 2 weeks ago

goetzrrGit commented 2 weeks ago

Close #1334

We used the wrong helper function for metadata and model value parsing. I also included a updated unit test that is pretty detailed.

TEST:

escaped_metadata.json

goetzrrGit commented 2 weeks ago

@joswig looks good. Here is my test sequence:

C ECHO "Spac"
@METADATA "Key" {    " " : [      1] , "blah" :           false  }