summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch '0.24.x'Luke Kanies2008-12-0216-110/+651
|\|
| * Fix #1741 - fix some failing tests on some ruby versions.Brice Figureau2008-12-021-5/+5
| * Fixing the AST constant warnings, using a variable instead of a constantLuke Kanies2008-12-026-74/+74
| * Fix #1741 - Add inline_template functionBrice Figureau2008-11-291-0/+59
| * Fix #1741 - refactor TemplateWrapper, test for template functionBrice Figureau2008-11-292-19/+100
| * Fix #1741 - Puppet::Parser::Functions rmfunctions and unit testBrice Figureau2008-11-291-0/+83
| * Fixing #1755 - handling fully qualified classes correctly.Luke Kanies2008-11-262-0/+56
| * Removing the included testing gems; you must now install them yourself.Luke Kanies2008-11-251-6/+35
| * Fix #1759 - Comparison operator was using string comparison for numbersBrice Figureau2008-11-201-10/+50
| * Move function existance test to parser evaluationBrice Figureau2008-11-171-0/+77
| * RSpec tests for the doc system (covers AST.doc, lexer and parser)Brice Figureau2008-11-173-5/+121
* | Fixing a test broken by previous refactoringLuke Kanies2008-11-071-7/+4
|/
* Fix #1402 - Allow multiline commentsBrice Figureau2008-10-291-1/+29
* Fix #857 - Multiple class of the same name don't append codeBrice Figureau2008-10-291-0/+28
* Fix #1682 - ASTArray should flatten product of evaluation of its childrenBrice Figureau2008-10-291-0/+66
* Fixed #1104 - Classes and nodes should set $name variablesBrice Figureau2008-10-281-0/+13
* Fixes #1663 - added Symbol check and additional testSean E. Millichamp2008-10-231-0/+9
* Fix #936 - Allow trailing comma in array definitionBrice Figureau2008-10-211-0/+8
* Fix #1115 - part2 - fix tests and add all_tagsBrice Figureau2008-10-211-1/+7
* Fixed #1663 - Regression relating to facter fact naming from 0.24.5James Turnbull2008-10-211-1/+14
* Fix #636 - Allow extraneous comma in function argument listBrice Figureau2008-10-211-0/+24
* Fix #1115 - Allow checking tags/classes from ERb templatesBrice Figureau2008-10-141-0/+14
* Fix #1202 - Collection attribute matching doesn't parse arraysBrice Figureau2008-10-081-0/+92
* Fix #1109 - allow empty if or else branchesBrice Figureau2008-10-072-0/+46
* Rspec Tests for #381.Brice Figureau2008-10-053-1/+154
* Fixing #1098 - Multiline strings now correctly increment the line countLuke Kanies2008-10-041-0/+21
* Add parser for arbitrary expressionsBrice Figureau2008-10-012-4/+80
* Add arithmetic operators to ASTBrice Figureau2008-09-303-0/+159
* Add not operator to ASTBrice Figureau2008-09-301-0/+30
* Add comparison operators (< > == != <= >=) to ASTBrice Figureau2008-09-301-0/+52
* Add boolean operators to ASTBrice Figureau2008-09-301-0/+53
* Fixed #1472 -- defined, exported resources in the current compile now get exp...Luke Kanies2008-09-251-5/+5
* Fixed #1045 - Multiple metaparams all get added to resources.Luke Kanies2008-09-241-0/+10
* Add rspec unit test for the append operatorBrice Figureau2008-09-214-1/+120
* Fixes #1274 - allow class names to start with numbersJames Turnbull2008-08-171-0/+9
* Added tests for TemplateWrapper's use of Scope#to_hash.Luke Kanies2008-08-091-1/+12
* Issue 1215Andrew Shafer2008-06-131-24/+3
* Fixing #1242 -- lack of storeconfigs only produces warning, not exception.Luke Kanies2008-05-261-0/+9
* Correcting whitespace in the templatewrapper code.Luke Kanies2008-05-131-52/+52
* Adding has_variable? support, fixing ticket #1177Adam Jacob2008-05-131-0/+57
* Modified the 'master' handler to use the Catalog class toLuke Kanies2008-04-111-0/+7
* Fixes #1148 - replaces #!/usr/bin/ruby with #!/usr/bin/env ruby.Paul Lathrop2008-03-281-1/+1
* Fixing some tests that only failed under certainLuke Kanies2008-03-181-3/+1
* Always duplicating resource defaults in the parser, so thatLuke Kanies2008-03-061-5/+156
* Fixing the fact that resources that model defined resourcesLuke Kanies2008-02-291-0/+6
* Fixed #1063 -- the master correctly logs syntax errors whenLuke Kanies2008-02-281-138/+148
* Fixing #1092 by no longer using the resource reference toLuke Kanies2008-02-281-2/+2
* Fixing #1085, I think -- I was not returning a resourceLuke Kanies2008-02-251-1/+7
* Fixing #1084 -- the node catalog asks the individualLuke Kanies2008-02-251-98/+113
* Fixed test for #1040James Turnbull2008-02-201-0/+1