From 69bc6c2ae35883286d9c2b8cc77d5fa0a8c37351 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 26 Jul 2018 11:34:06 +0200 Subject: Kotlin rewrite, adding diagram options --- src/test/resources/input.json | 1 - 1 file changed, 1 deletion(-) delete 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 deleted file mode 100644 index 0b07e87..0000000 --- a/src/test/resources/input.json +++ /dev/null @@ -1 +0,0 @@ -[{"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