summaryrefslogtreecommitdiff
path: root/tests/pyreverse/functional/class_diagrams/inheritance/no_standalone.mmd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pyreverse/functional/class_diagrams/inheritance/no_standalone.mmd')
-rw-r--r--tests/pyreverse/functional/class_diagrams/inheritance/no_standalone.mmd6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pyreverse/functional/class_diagrams/inheritance/no_standalone.mmd b/tests/pyreverse/functional/class_diagrams/inheritance/no_standalone.mmd
new file mode 100644
index 000000000..646d8220d
--- /dev/null
+++ b/tests/pyreverse/functional/class_diagrams/inheritance/no_standalone.mmd
@@ -0,0 +1,6 @@
+classDiagram
+ class A {
+ }
+ class B {
+ }
+ B --|> A