From c88eb62e287fa99f78c942ba551f35b13916acdc Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Mon, 16 May 2011 01:12:01 +0930 Subject: Remove invalid newlines from JSON examples --- tests/example1.json | 6 ++---- tests/example4.json | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/tests/example1.json b/tests/example1.json index 53ec437..42486ce 100644 --- a/tests/example1.json +++ b/tests/example1.json @@ -7,13 +7,11 @@ "GlossEntry": { "ID": "SGML", "SortAs": "SGML", - "GlossTerm": "Standard Generalized Mark -up Language", + "GlossTerm": "Standard Generalized Mark up Language", "Acronym": "SGML", "Abbrev": "ISO 8879:1986", "GlossDef": { - "para": "A meta-markup language, used to create markup -languages such as DocBook.", + "para": "A meta-markup language, used to create markup languages such as DocBook.", "GlossSeeAlso": ["GML", "XML"] }, "GlossSee": "markup" diff --git a/tests/example4.json b/tests/example4.json index 16335b2..d31a395 100644 --- a/tests/example4.json +++ b/tests/example4.json @@ -36,8 +36,7 @@ "redirectionClass": "org.cofax.SqlRedirection", "dataStoreName": "cofax", "dataStoreDriver": "com.microsoft.jdbc.sqlserver.SQLServerDriver", - "dataStoreUrl": "jdbc:microsoft:sqlserver://LOCALHOST:1433;DatabaseName -=goon", + "dataStoreUrl": "jdbc:microsoft:sqlserver://LOCALHOST:1433;DatabaseName=goon", "dataStoreUser": "sa", "dataStorePassword": "dataStoreTestQuery", "dataStoreTestQuery": "SET NOCOUNT ON;select test='test';", @@ -73,8 +72,7 @@ "dataLogMaxSize": "", "removePageCache": "/content/admin/remove?cache=pages&id=", "removeTemplateCache": "/content/admin/remove?cache=templates&id=", - "fileTransferFolder": "/usr/local/tomcat/webapps/content/fileTransferFo -lder", + "fileTransferFolder": "/usr/local/tomcat/webapps/content/fileTransferFolder", "lookInContext": 1, "adminGroupID": 4, "betaServer": true}}], -- cgit v1.2.3-55-g6feb