diff options
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/snippets/funccomma.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/snippets/funccomma.pp b/test/data/snippets/funccomma.pp new file mode 100644 index 000000000..32e34f92e --- /dev/null +++ b/test/data/snippets/funccomma.pp @@ -0,0 +1,5 @@ +@file { + ["/tmp/funccomma1","/tmp/funccomma2"]: content => "1" +} + +realize( File["/tmp/funccomma1"], File["/tmp/funccomma2"] , ) |
