about summary refs log tree commit diff
path: root/tests/lang (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-24 Fix abort in fromTOMLEelco Dolstra2-1/+8
2019-06-24 Add more fromTOML testsEelco Dolstra2-1/+20
2019-05-29 Enable more fromTOML testsEelco Dolstra2-17/+15
2019-05-29 Fix eval-okay-fromTOML testEelco Dolstra1-1/+1
2019-05-28 Merge branch 'attrPaths' of https://github.com/NinjaTrappeur/nixEelco Dolstra6-0/+23
2019-05-08 fix hashfile test that wasn't failing due to eval lazinessWill Dietz1-1/+1
2019-05-03 Add builtins.hashFileDaniel Schaefer7-1/+11
2019-03-27 Update eval-okay-types.exp to match #1828Eelco Dolstra1-1/+1
2019-03-24 Add isPath primopzimbatm1-0/+2
2019-01-31 Add builtins.appendContext.Shea Levy1-2/+4
2019-01-14 Add builtins.getContext.Shea Levy2-0/+23
2018-08-19 FIx floating point evaluationEelco Dolstra2-0/+7
2018-07-05 lib.concatMap and lib.mapAttrs to be builtinsvolth4-0/+10
2018-07-03 Add a fromTOML primopEelco Dolstra2-0/+185
2018-05-24 add docs and testsvolth2-1/+5
2018-05-11 Don't return negative numbers from the flex tokenizerEelco Dolstra1-0/+1
2018-05-02 Fix builtins.add testEelco Dolstra1-1/+1
2018-05-01 nix-lang: Add deep nested mixed attrs test case.Félix Baylac-Jacqué1-0/+7
2018-04-29 add tests for builtins.addTim Sears2-0/+9
2018-04-23 Merge branch 'pos-crash-fix' of git://github.com/dezgeg/nixShea Levy2-0/+2
2018-04-23 Merge branch 'add-test-eval-okay-nested-with' of git://github.com/ryantrinkle...Shea Levy2-0/+4
2018-04-18 parser: Allow mixed nested and top-level attrpathsFélix Baylac-Jacqué4-5/+5
2018-04-17 nix-lang parser: Add mixed nested attrs tests.Félix Baylac-Jacqué4-0/+16
2018-04-06 Add missing eval-okay-regex-split.exp test fileDoug Beardsley1-0/+1
2018-04-03 libexpr: Make unsafeGetAttrPos not crash on noPosTuomas Tynkkynen2-0/+2
2018-03-30 Add test eval-okay-nested-withRyan Trinkle2-0/+4
2018-03-02 libexpr: Recognize newline in more places in lexerTuomas Tynkkynen4-0/+6
2018-02-26 libexpr: Fix prim_replaceStrings() to work on an empty source stringTuomas Tynkkynen2-1/+4
2018-02-21 Revert "libexpr: Fix prim_replaceStrings() to work on an empty source string"Eelco Dolstra2-3/+1
2018-02-19 libexpr: Fix prim_replaceStrings() to work on an empty source stringTuomas Tynkkynen2-1/+3
2018-02-14 Add splitVersion primop.Shea Levy2-0/+2
2018-02-07 builtins.path test: Don't rely on shlevy's XDG_RUNTIME_DIRShea Levy1-1/+0
2018-02-06 Add path primop.Shea Levy3-0/+9
2017-11-14 Revert "Don't parse "x:x" as a URI"Eelco Dolstra2-3/+2
2017-10-30 Don't parse "x:x" as a URIEelco Dolstra2-2/+3
2017-08-15 Add builtins.string function.Nicolas B. Pierron1-0/+48
2017-07-18 Update mailing list.Graham Christensen1-1/+1
2017-05-17 Document that builtins.match takes a POSIX extended REEelco Dolstra1-0/+3
2017-05-01 Fix lexer to support `$'` in multiline strings.Guillaume Maudoux2-2/+10
2016-11-27 Improve error message on trailing path slashesGuillaume Maudoux1-0/+6
2016-11-13 Fix comments parsingGuillaume Maudoux2-0/+60
2016-08-29 Add builtin function "partition"Eelco Dolstra2-0/+6
2016-02-15 Fix broken number parsing in fromJSONEelco Dolstra1-1/+1
2016-02-15 Fix test broken by #762Eelco Dolstra1-1/+1
2016-02-12 Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra7-3/+23
2016-02-01 Remove tests/lexer.shEelco Dolstra1-0/+2
2016-01-06 Adapt tests to show that floats work properly.Christian Theune7-3/+23
2015-11-04 Support SHA-512 hashesEelco Dolstra2-5/+2
2015-07-28 Add sort primopEelco Dolstra2-0/+9
2015-07-28 Add primop genListEelco Dolstra1-3/+3