Skip to content

Commit

Permalink
[NONE] dot.tests.DotTestGraphs: improve copyright and documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
miklossy committed Aug 6, 2017
1 parent 5d3c5fd commit 2ae83bc
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2016 itemis AG and others.
* Copyright (c) 2016, 2017 itemis AG and others.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down Expand Up @@ -1396,6 +1396,11 @@ class DotTestGraphs {
}
'''

/*
************************************************************************************************************
* Test dot graphs with parameterized string templates
************************************************************************************************************
*/
static def CLUSTER_LABEL_HTML_LIKE(String htmlLabel)'''
graph {
subgraph cluster {
Expand Down

0 comments on commit 2ae83bc

Please sign in to comment.