From 50fe77968f0425dce0509bf34cd3c252cdfe6ab6 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Fri, 14 Jun 2019 10:52:36 +1200 Subject: [PATCH] Fix test --- tests/json_roundtrip.out | 2 +- tests/json_roundtrip.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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