naturalog/tauchain

need to correctly handle literal quoting

naturalog opened this issue · 0 comments

A=0005 && ./tau expand ../ld/expand-$A-in.jsonld ../ld/expand-$A-out.jsonld

< "@id" : ""http://example.com/bob\""

                    "@id" : "http://example.com/bob"

22c22

< "@id" : ""http://example.com/alice\""

                    "@id" : "http://example.com/alice"