summaryrefslogtreecommitdiffstats
path: root/tests/syntax-tests/source/Graphviz DOT/test_graph.dot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/syntax-tests/source/Graphviz DOT/test_graph.dot')
-rw-r--r--tests/syntax-tests/source/Graphviz DOT/test_graph.dot3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/syntax-tests/source/Graphviz DOT/test_graph.dot b/tests/syntax-tests/source/Graphviz DOT/test_graph.dot
new file mode 100644
index 00000000..34eb0c57
--- /dev/null
+++ b/tests/syntax-tests/source/Graphviz DOT/test_graph.dot
@@ -0,0 +1,3 @@
+graph {
+ a--b
+}