summaryrefslogtreecommitdiffstats
path: root/tests/lang
AgeCommit message (Expand)Author
2019-11-25Add testcase for attrset using __overrides and dynamic attrsPuck Meerburg
2019-10-27Merge branch 'tojson-tostring-fix' of https://github.com/mayflower/nixEelco Dolstra
2019-10-27builtins.toJSON: fix __toString usageRobin Gloster
2019-06-24Fix abort in fromTOMLEelco Dolstra
2019-06-24Add more fromTOML testsEelco Dolstra
2019-05-29Enable more fromTOML testsEelco Dolstra
2019-05-29Fix eval-okay-fromTOML testEelco Dolstra
2019-05-28Merge branch 'attrPaths' of https://github.com/NinjaTrappeur/nixEelco Dolstra
2019-05-08fix hashfile test that wasn't failing due to eval lazinessWill Dietz
2019-05-03Add builtins.hashFileDaniel Schaefer
2019-03-27Update eval-okay-types.exp to match #1828Eelco Dolstra
2019-03-24Add isPath primopzimbatm
2019-01-31Add builtins.appendContext.Shea Levy
2019-01-14Add builtins.getContext.Shea Levy
2018-08-19FIx floating point evaluationEelco Dolstra
2018-07-05lib.concatMap and lib.mapAttrs to be builtinsvolth
2018-07-03Add a fromTOML primopEelco Dolstra
2018-05-24add docs and testsvolth
2018-05-11Don't return negative numbers from the flex tokenizerEelco Dolstra
2018-05-02Fix builtins.add testEelco Dolstra
2018-05-01nix-lang: Add deep nested mixed attrs test case.Félix Baylac-Jacqué
2018-04-29add tests for builtins.addTim Sears
2018-04-23Merge branch 'pos-crash-fix' of git://github.com/dezgeg/nixShea Levy
2018-04-23Merge branch 'add-test-eval-okay-nested-with' of git://github.com/ryantrinkle...Shea Levy
2018-04-18parser: Allow mixed nested and top-level attrpathsFélix Baylac-Jacqué
2018-04-17nix-lang parser: Add mixed nested attrs tests.Félix Baylac-Jacqué
2018-04-06Add missing eval-okay-regex-split.exp test fileDoug Beardsley
2018-04-03libexpr: Make unsafeGetAttrPos not crash on noPosTuomas Tynkkynen
2018-03-30Add test eval-okay-nested-withRyan Trinkle
2018-03-02libexpr: Recognize newline in more places in lexerTuomas Tynkkynen
2018-02-26libexpr: Fix prim_replaceStrings() to work on an empty source stringTuomas Tynkkynen
2018-02-21Revert "libexpr: Fix prim_replaceStrings() to work on an empty source string"Eelco Dolstra
2018-02-19libexpr: Fix prim_replaceStrings() to work on an empty source stringTuomas Tynkkynen
2018-02-14Add splitVersion primop.Shea Levy
2018-02-07builtins.path test: Don't rely on shlevy's XDG_RUNTIME_DIRShea Levy
2018-02-06Add path primop.Shea Levy
2017-11-14Revert "Don't parse "x:x" as a URI"Eelco Dolstra
2017-10-30Don't parse "x:x" as a URIEelco Dolstra
2017-08-15Add builtins.string function.Nicolas B. Pierron
2017-07-18Update mailing list.Graham Christensen
2017-05-17Document that builtins.match takes a POSIX extended REEelco Dolstra
2017-05-01Fix lexer to support `$'` in multiline strings.Guillaume Maudoux
2016-11-27Improve error message on trailing path slashesGuillaume Maudoux
2016-11-13Fix comments parsingGuillaume Maudoux
2016-08-29Add builtin function "partition"Eelco Dolstra
2016-02-15Fix broken number parsing in fromJSONEelco Dolstra
2016-02-15Fix test broken by #762Eelco Dolstra
2016-02-12Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra
2016-02-01Remove tests/lexer.shEelco Dolstra
2016-01-06Adapt tests to show that floats work properly.Christian Theune