summaryrefslogtreecommitdiff
path: root/test/language
AgeCommit message (Expand)AuthorFilesLines
2008-11-17Move function existance test to parser evaluationBrice Figureau1-1/+11
2008-10-29Fix #1402 - Allow multiline commentsBrice Figureau1-0/+11
2008-10-29Fix #857 - Multiple class of the same name don't append codeBrice Figureau1-0/+5
2008-10-21Fix #936 - Allow trailing comma in array definitionBrice Figureau2-0/+20
2008-10-21Fix #636 - Allow extraneous comma in function argument listBrice Figureau1-0/+7
2008-10-05Rspec Tests for #381.Brice Figureau1-28/+0
2008-10-04Minor test fix for #1614James Turnbull1-1/+1
2008-08-27Fixes tests broken by 95aa085James Turnbull1-0/+10
2008-08-23Fix leaking LoadedFile when adding templates to be watchedAndrew Shafer1-0/+8
2008-08-01Add testing for the changes to resolve redmine #1427, where Kernel methods sh...Daniel Pittman2-11/+108
2008-04-10Fixed #1184 -- definitions now autoload correctly all of the time.Luke Kanies1-1/+8
2008-03-21Found an array that leaked pretty quickly between reparsingLuke Kanies1-0/+1
2008-03-06Always duplicating resource defaults in the parser, so thatLuke Kanies1-159/+0
2008-02-12Fixed #997 -- virtual defined types are no longer evaluated.Luke Kanies2-25/+14
2008-02-12Moving the ast node tests to rspec (which I could haveLuke Kanies2-234/+0
2008-02-11Changing the name of the Compile class to Compiler,Luke Kanies9-32/+32
2008-02-11Changing some methods in the Compile class toLuke Kanies2-3/+3
2008-02-11Fixed #1030 - class and definition evaluation has been significantlyLuke Kanies1-184/+0
2008-02-11Converting the Compile class to use a Node::Catalog instanceLuke Kanies4-574/+1
2008-02-11Moving all of the tests for Puppet::Parser::Compile toLuke Kanies1-33/+0
2008-02-08More AST refactoring -- each of the code wrapping classesLuke Kanies5-63/+81
2008-02-08Refactoring the AST classes just a bit. I realized thatLuke Kanies12-63/+62
2008-02-08Stubbing Facter during the snippet tests, so they are faster and work with no...Luke Kanies1-0/+2
2008-02-04Fixing #1017 -- environment-specific modulepath is noLuke Kanies1-0/+12
2008-01-30Significantly refactoring the lexer, including adding Token and TokenListLuke Kanies1-276/+0
2008-01-28Fixing a couple of tests, one related to recent tagging changesLuke Kanies2-4/+4
2007-12-18Fixing #967 -- relationships now work when running 0.23.x clientsLuke Kanies1-5/+5
2007-12-11Renaming 'configuration' to 'catalog', fixing #954.Luke Kanies4-18/+18
2007-11-28Fixing another failing test I somehow missed in my last big commitLuke Kanies1-1/+1
2007-11-28Theoretically, this patch is to fix #917 (which it does), butLuke Kanies6-23/+23
2007-11-28Fixing the first half of #917 -- the ResourcReferenceLuke Kanies1-0/+12
2007-11-24Incorporating patch 20071030034736-6856b-6004090b3968cdbf7d366a03ee1c44e2160a...Luke Kanies1-178/+0
2007-11-23Fixing a couple of tests that were failing because of the environment changes.Luke Kanies1-0/+1
2007-11-19Fixing a failing test from my fix for #446 -- I had changedLuke Kanies1-14/+0
2007-11-19Reverting the changes I'd made toward removing the globalLuke Kanies1-11/+12
2007-11-18Fixed most failing tests, but there are still over thirty failing.Luke Kanies1-12/+11
2007-11-13Fixing a parser test -- really, just removing testsLuke Kanies1-17/+3
2007-11-12Fixing #800 by refactoring how configurations are retrievedLuke Kanies1-0/+1
2007-11-12Moving some compile tests to the spec/ directory, andLuke Kanies1-73/+0
2007-11-12Changing the 'main' class to no longer be lazy-evaluated.Luke Kanies1-5/+8
2007-11-08Switching the class resource evaluation to only happenLuke Kanies1-1/+1
2007-11-08Classes once again get evaluated immediately when theLuke Kanies2-52/+2
2007-10-26Changing the test/ classes so that they work from the mainLuke Kanies17-17/+17
2007-10-08All tests should now pass again.Luke Kanies2-29/+9
2007-10-05Adding a :code setting for specifying code to runLuke Kanies3-18/+6
2007-10-05This commit is focused on getting the 'puppet' executableLuke Kanies2-41/+18
2007-10-03Removing the Id tags from all of the filesLuke Kanies8-8/+0
2007-09-25Merge branch 'indirection' of git://reductivelabs.com/puppet-lukeLuke Kanies1-12/+6
2007-09-22Merge branch 'configurations' into indirectionLuke Kanies1-11/+4
2007-09-22All tests now pass in this configuration branch, which meansLuke Kanies1-9/+2