summaryrefslogtreecommitdiffstats
path: root/spec/unit/parser
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix #2796 - Fix puppetdoc rdoc selector parsingBrice Figureau2009-11-122-1/+17
| * Fixing #2752 - "require" loads "include"Luke Kanies2009-10-261-0/+6
| * Fixing some recently broken Scope testsLuke Kanies2009-10-261-1/+1
| * Bug #2534 Raise error if property appears twiceJesse Wolfe2009-10-271-1/+14
| * Fix #2691 - Collection AR request should not include params if querying with ...Brice Figureau2009-10-251-9/+20
* | Fixing #2596 - Node, Class, Definition are not ASTLuke Kanies2009-12-0911-791/+701
* | Fix #2796 - Fix puppetdoc rdoc selector parsingBrice Figureau2009-11-122-1/+17
|/
* Bug #1900 Parsing of quoted $ in stdinJesse Wolfe2009-10-191-2/+2
* Fixing #2735 - node classes are immed. added to classlistLuke Kanies2009-10-181-0/+10
* Proposed alternative solution for #2664 (REGEX / DIV lexing)Markus Roberts2009-10-161-8/+29
* Fix #2707 config_version fails more helpfullyRein Henrichs2009-10-151-1/+9
* Fix #2672 - Make sure nodenames keep their underscores when used as classnameBrice Figureau2009-09-231-0/+10
* Fix #2664 - Mathematic expressions mis-lexed as RegexBrice Figureau2009-09-221-0/+4
* Fixing #2632 - 'require' works for 0.25 clientsLuke Kanies2009-09-221-7/+13
* Fixing relationship metaparam backward compatibilityLuke Kanies2009-09-221-1/+39
* Adding version information to the catalog for compatLuke Kanies2009-09-221-0/+9
* Fix #2638 - Allow creating several nodes with matching namesBrice Figureau2009-09-172-2/+19
* Fix #2627 - regex node name could lead to invalid tagBrice Figureau2009-09-161-0/+5
* Merged fix for #2601Markus Roberts2009-09-161-0/+62
* Make regsubst() function operate on arrays (feature #2491).Thomas Bellman2009-09-151-0/+80
* Adding tests for the #2599 fixLuke Kanies2009-09-051-0/+11
* Fixed typo in parser testJames Turnbull2009-09-051-1/+1
* Fixing #2592 - you can escape slashes in regexesLuke Kanies2009-09-041-0/+14
* The first regex node now matches firstLuke Kanies2009-09-011-3/+4
* Fixing #2563 - multiple regex nodes now work togetherLuke Kanies2009-09-011-0/+38
* Fixing #2549 - autoloading of top-level classes works againLuke Kanies2009-08-241-0/+6
* Fixed spec typoJames Turnbull2009-08-151-1/+1
* Fixes #2493Markus Roberts2009-08-142-11/+29
* Fix #2507 - Exported resources were not correctly collected.Brice Figureau2009-08-131-0/+5
* Add shellquote() function.Thomas Bellman2009-08-081-0/+92
* Fixed #2294 - Classes sometimes cannot be foundMarkus Roberts2009-08-031-1/+71
* Fixing ruby warning in definition testLuke Kanies2009-08-021-1/+1
* Fixing a test broken by the regex featuresLuke Kanies2009-08-021-0/+14
* Adding support for an external catalog versionLuke Kanies2009-08-012-0/+19
* Cleaning up duplication in another test fileLuke Kanies2009-08-011-31/+28
* Removing duplication in the test structureLuke Kanies2009-08-011-10/+10
* Implement node matching with regexesBrice Figureau2009-08-014-12/+121
* Make sure node are referenced by their namesBrice Figureau2009-08-013-17/+191
* Enhance selector and case statements to match with regexpBrice Figureau2009-08-012-0/+299
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-012-0/+125
* Add AST::Regex, an AST leaf node representing a regexBrice Figureau2009-08-011-1/+120
* Add regex, match and not match token to the lexerBrice Figureau2009-08-011-0/+14
* Allow variable $0 to $9 to be interpolated, if ephemeralBrice Figureau2009-08-011-0/+30
* Implement ephemeral scope variablesBrice Figureau2009-08-012-9/+63
* Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctlyBrice Figureau2009-07-254-0/+49
* Fixing mocks to remove warningsLuke Kanies2009-07-251-18/+18
* Fixing #2423 - no more strange dependency cyclesLuke Kanies2009-07-251-0/+23
* Fix #2439 - let puppetdoc use loaded_codeBrice Figureau2009-07-241-0/+7
* Fix #2364 - Associates the correct comment to the right statementBrice Figureau2009-07-101-0/+14
* Make sure the parser sees the correct line numberBrice Figureau2009-07-101-10/+24