summaryrefslogtreecommitdiffstats
path: root/tests/function/path
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-162-2/+2
|
* Rename .test/test{} to .testscript/testscript{}Boris Kolpackov2018-09-041-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-192-2/+2
|
* Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov2018-05-191-1/+1
|
* Add $directory(), $base(), $leaf() and $extension() functionsKaren Arutyunov2017-11-101-0/+65
|
* Add support for portable path modifer and dot character escaping inversionKaren Arutyunov2017-01-191-3/+3
|
* Update copyright yearBoris Kolpackov2017-01-052-2/+2
|
* Add support for regex in runnerKaren Arutyunov2017-01-051-3/+1
|
* Convert tests/ to subproject, initial work on cross-testing supportBoris Kolpackov2016-12-162-2/+4
|
* Add optional actualize argument to $path.normalize()Boris Kolpackov2016-12-051-10/+10
|
* Implement testscript variable-ifBoris Kolpackov2016-12-011-1/+1
| | | | | Now a variable-only if is treated the same as a single variable when deciding whether it is part of a test or setup/teardown.
* Add path.canonicalize() functionBoris Kolpackov2016-12-011-1/+12
|
* Organize tests/, factor common testscript fragmentsBoris Kolpackov2016-12-012-9/+1
|
* Add support for typed/untyped concatenated expansionBoris Kolpackov2016-11-301-2/+2
|
* Implement literal here-document supportBoris Kolpackov2016-11-251-1/+1
|
* Fix failing on Windows path functions testscriptKaren Arutyunov2016-11-231-1/+1
|
* Fix typoBoris Kolpackov2016-11-221-1/+1
|
* Change build.driver/path variable to build.path/process_pathBoris Kolpackov2016-11-211-1/+1
|
* Add function machinery, implement path.normalize()Boris Kolpackov2016-11-182-0/+46
Note that multi-argument functions are not yet "callable" since there is no support for value packs.