From d6be0ea1898777f358a5c0d772d3eadb97d83127 Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 7 Jan 2018 23:03:21 +0100 Subject: Import project Signed-off-by: pacien --- src/test/resources/input.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/test/resources/input.json (limited to 'src/test/resources/input.json') diff --git a/src/test/resources/input.json b/src/test/resources/input.json new file mode 100644 index 0000000..0b07e87 --- /dev/null +++ b/src/test/resources/input.json @@ -0,0 +1 @@ +[{"unMeta":{}},[{"t":"Header","c":[1,["test-document",[],[]],[{"t":"Str","c":"Test"},{"t":"Space","c":[]},{"t":"Str","c":"document"}]]},{"t":"Para","c":[{"t":"Str","c":"This"},{"t":"Space","c":[]},{"t":"Str","c":"paragraph"},{"t":"Space","c":[]},{"t":"Str","c":"should"},{"t":"Space","c":[]},{"t":"Str","c":"be"},{"t":"Space","c":[]},{"t":"Str","c":"left"},{"t":"Space","c":[]},{"t":"Str","c":"as"},{"t":"Space","c":[]},{"t":"Str","c":"is"},{"t":"Space","c":[]},{"t":"Str","c":"by"},{"t":"Space","c":[]},{"t":"Str","c":"the"},{"t":"Space","c":[]},{"t":"Str","c":"filter."}]},{"t":"CodeBlock","c":[["",[],[]],"This generic code block too.\nOnly PlantUML code blocks should be rendered."]},{"t":"CodeBlock","c":[["",["puml"],[]],"@startuml\nclass Subscriber {\n subscriberId\n}\n\nclass AccumUsage {\n subscriberId\n}\n\nclass IpSession {\n ipAddress\n specificData \n sapcOriginStateId \n apnId\n}\n\nSubscriber \"1\" -[#blue]-> \"1..*\" IpSession\nSubscriber \"1\" --> \"0..1\" AccumUsage\n@enduml"]}]] \ No newline at end of file -- cgit v1.2.3