diff options
author | Mark Pulford <mark@kyne.com.au> | 2011-05-16 01:12:01 +0930 |
---|---|---|
committer | Mark Pulford <mark@kyne.com.au> | 2011-05-16 01:12:01 +0930 |
commit | c88eb62e287fa99f78c942ba551f35b13916acdc (patch) | |
tree | 63e3ad43f555dfb6b4fe49abc148363fc1a25601 /tests/example1.json | |
parent | 891a75e01fb0d419d3f8d4b3cf8c235325708a67 (diff) | |
download | lua-cjson-c88eb62e287fa99f78c942ba551f35b13916acdc.tar.gz lua-cjson-c88eb62e287fa99f78c942ba551f35b13916acdc.tar.bz2 lua-cjson-c88eb62e287fa99f78c942ba551f35b13916acdc.zip |
Remove invalid newlines from JSON examples
Diffstat (limited to 'tests/example1.json')
-rw-r--r-- | tests/example1.json | 6 |
1 files changed, 2 insertions, 4 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 @@ | |||
7 | "GlossEntry": { | 7 | "GlossEntry": { |
8 | "ID": "SGML", | 8 | "ID": "SGML", |
9 | "SortAs": "SGML", | 9 | "SortAs": "SGML", |
10 | "GlossTerm": "Standard Generalized Mark | 10 | "GlossTerm": "Standard Generalized Mark up Language", |
11 | up Language", | ||
12 | "Acronym": "SGML", | 11 | "Acronym": "SGML", |
13 | "Abbrev": "ISO 8879:1986", | 12 | "Abbrev": "ISO 8879:1986", |
14 | "GlossDef": { | 13 | "GlossDef": { |
15 | "para": "A meta-markup language, used to create markup | 14 | "para": "A meta-markup language, used to create markup languages such as DocBook.", |
16 | languages such as DocBook.", | ||
17 | "GlossSeeAlso": ["GML", "XML"] | 15 | "GlossSeeAlso": ["GML", "XML"] |
18 | }, | 16 | }, |
19 | "GlossSee": "markup" | 17 | "GlossSee": "markup" |