puppet-strings/spec
Will Hopper ca98890cdd (PDOC-122) Properly parse `newfunction` calls with newlines
When `newfunction` is separated from the Puppet::Parser::Functions module name by a
newline, YARD ignores the namespace and uses `newfunction` as the source of the
first statement.

Prior to this commit, strings didn't recognize this case, and 3.x functions written
in this way were not parsed as functions. This commit updates the ruby function handler
to identify and properly parse 3.x functions that include a newline between the
Puppet::Parser::Function namespace and the newfunction method call.
2016-10-10 15:27:23 -07:00
..
acceptance Merge pull request #105 from whopper/maint/code_coverage 2016-10-03 13:53:05 +02:00
fixtures (PDOC-88) Add tests for types and providers into acceptance 2016-09-30 15:08:19 -07:00
unit/puppet-strings (PDOC-122) Properly parse `newfunction` calls with newlines 2016-10-10 15:27:23 -07:00
spec_helper.rb (PDOC-63) Fix specs for Puppet versions less than 4.1. 2016-09-16 12:16:35 -07:00
spec_helper_acceptance.rb (maint) Add acceptance libdir and Util helper module 2016-09-30 16:35:32 -07:00