From e6f99f92ec5bfba973a3f13c629a8ce263a0da7d Mon Sep 17 00:00:00 2001 From: Brice Figureau Date: Thu, 16 Oct 2008 20:24:30 +0200 Subject: Fix #636 - Allow extraneous comma in function argument list Signed-off-by: Brice Figureau --- test/data/snippets/funccomma.pp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/data/snippets/funccomma.pp (limited to 'test/data') 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"] , ) -- cgit