Sha256: a843ce3ba2a444c951a447f028221c4200f2bf2f3d9995dd11833f66322f22cd
Contents?: true
Size: 251 Bytes
Versions: 272
Compression:
Stored size: 251 Bytes
Contents
module Puppet::Parser::Functions newfunction(:func_with_syntax_error, :type => :rvalue, :doc => <<-EOS A function using the 3x API having a syntax error EOS ) do |arguments| # this syntax error is here on purpose! 1+ + + + end end
Version data entries
272 entries across 272 versions & 1 rubygems