diff --git a/tests/json_roundtrip.out b/tests/json_roundtrip.out index 1d242fb50c..10a6a46d7a 100644 --- a/tests/json_roundtrip.out +++ b/tests/json_roundtrip.out @@ -1 +1 @@ -"S" +markup diff --git a/tests/json_roundtrip.txt b/tests/json_roundtrip.txt index 91130616d6..505c2a98db 100644 --- a/tests/json_roundtrip.txt +++ b/tests/json_roundtrip.txt @@ -1,3 +1,3 @@ cd tests -open test.json | to-json | from-json | get glossary.GlossDiv.title | echo $it +open test.json | get glossary.GlossDiv.GlossList.GlossEntry.GlossSee | echo $it exit