From df9fc60828b3b64ff073a8621124ebfcf199bcd4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 7 Jun 2018 12:51:24 -0400 Subject: meaningful --- test_1234_result.json | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/test_1234_result.json b/test_1234_result.json index e1cfc16..9bf810c 100644 --- a/test_1234_result.json +++ b/test_1234_result.json @@ -1,23 +1,10 @@ { - "glossary": { - "title": "example glossary", - "GlossDiv": { - "title": "S", - "GlossList": { - "GlossEntry": { - "ID": "SGML", - "SortAs": "SGML", - "GlossTerm": "Standard Generalized Markup Language", - "Acronym": "SGML", - "Abbrev": "ISO 8879:1986", - "GlossDef": { - "para": "A meta-markup language, used to create markup languages such as DocBook.", - "GlossSeeAlso": ["GML", "XML"] - }, - "GlossSee": "markup" - } - } - } + "files": [ + { + "pattern": "*.dat", + "target": "generic-local/", + "recursive": "false", + "flat": "false" } + ] } - -- cgit