From 7ac1850ab6f74523e51e81a7610aa93f07fcde88 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Tue, 24 Mar 2020 07:40:09 +0100 Subject: [PATCH] update stroryshot snapshots --- .../src/__snapshots__/storyshots.test.ts.snap | 392 ++++++++++++++++++ 1 file changed, 392 insertions(+) diff --git a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap index bc7416defb..f929f3253d 100644 --- a/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap +++ b/scm-ui/ui-components/src/__snapshots__/storyshots.test.ts.snap @@ -33768,6 +33768,398 @@ func main() { `; +exports[`Storyshots MarkdownView Inline Xml 1`] = ` +
+

+ Inline Xml +

+

+ Inline xml outside of a code block is not supported +

+
+ + + errorNotification.prefix + : + + + Cannot read property 'children' of undefined +
+
+`; + +exports[`Storyshots MarkdownView Xml Code Block 1`] = ` +
+
+
+

+ Xml Code Block in Markdown +

+
+        
+          
+            <
+            
+              project
+            
+             [
+            
+              ...
+            
+            ]>
+          
+          
+
+  [...]
+
+  
+          
+            <
+            
+              build
+            
+            >
+          
+          
+    
+          
+            <
+            
+              plugins
+            
+            >
+          
+          
+
+      [...]
+
+      
+          
+            <
+            
+              plugin
+            
+            >
+          
+          
+        
+          
+            <
+            
+              groupId
+            
+            >
+          
+          org.apache.maven.plugins
+          
+            </
+            
+              groupId
+            
+            >
+          
+          
+        
+          
+            <
+            
+              artifactId
+            
+            >
+          
+          maven-enforcer-plugin
+          
+            </
+            
+              artifactId
+            
+            >
+          
+          
+      
+          
+            </
+            
+              plugin
+            
+            >
+          
+          
+      
+          
+            <
+            
+              plugin
+            
+            >
+          
+          
+        
+          
+            <
+            
+              groupId
+            
+            >
+          
+          org.codehaus.mojo
+          
+            </
+            
+              groupId
+            
+            >
+          
+          
+        
+          
+            <
+            
+              artifactId
+            
+            >
+          
+          animal-sniffer-maven-plugin
+          
+            </
+            
+              artifactId
+            
+            >
+          
+          
+      
+          
+            </
+            
+              plugin
+            
+            >
+          
+          
+    
+          
+            </
+            
+              plugins
+            
+            >
+          
+          
+  
+          
+            </
+            
+              build
+            
+            >
+          
+          
+
+  [...]
+
+
+          
+            </
+            
+              project
+            
+            >
+          
+        
+      
+
+
+
+`; + exports[`Storyshots SyntaxHighlighter Go 1`] = `