/**
* Shared XML diagram fixtures for E2E tests
*/
// Simple cat diagram
export const CAT_DIAGRAM_XML = `
`
// Simple flowchart
export const FLOWCHART_XML = `
`
// Simple single box
export const SINGLE_BOX_XML = `
`
// Test node for iframe interaction tests
export const TEST_NODE_XML = `
`
// Architecture box
export const ARCHITECTURE_XML = `
`
// New node for append tests
export const NEW_NODE_XML = `
`
// Truncated XML for error tests
export const TRUNCATED_XML = `
``