summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Have f-expand return a directory name if a directory name is givenPhilipp Stephani2017-12-30
| | | | | Various Emacs functions distinguish between directory names and directory file names, so f.el functions shouldn’t silently convert from one to the other.
* Merge pull request #86 from phst/bug83Philipp2017-12-30
|\ | | | | Adapt to changes in Emacs 26
| * Adapt to changes in Emacs 26Philipp Stephani2017-11-05
| | | | | | | | | | | | | | | | | | In Emacs 26, copy-directory and rename-file no longer test whether their destination argument is a directory because that introduces a filesystem race with possible security implications. Rather, they check whether the argument is a directory name or not. Fixes #83
* | Add f-empty? predicate, alias, tests, and docs.Michael Fogleman2017-11-19
|/ | | | f-empty? checks if a file or directory is empty.
* Remove deprecated f-up functionJohan Andersson2016-09-30
| | | | Use f-traverse-upwards in favour of this.
* Add f-append-text and f-append-bytesJohan Andersson2016-09-30
|
* Add f-hidden?Johan Andersson2016-09-30
|
* Require paths to exists to check equalityJohan Andersson2016-09-30
|
* Merge pull request #68 from shlevy/traverse-no-require-existJohan Andersson2016-09-30
|\ | | | | | | f-traverse-upwards: Don't require path to exist.
| * f-traverse-upwards: Don't require path to exist.Shea Levy2016-09-05
|/ | | | | | None of the functionality depends on this. Fixes #67
* Disable file name handlersJohan Andersson2016-04-20
| | | | | | Otherwise an expression like this would try to connect using Tramp: (f-join (f-root) "C:\\Users\\61169.html")
* Test f-common-parent bug with same pathsPhilippe Vaucher2015-11-13
|
* Add f-depthZhang Kai Yu2015-06-05
|
* Adds f-swap-extPhillip Lord2015-02-06
| | | | Given a file name, replaces the extension with another.
* Add simple test for f--filesSacha Chua2015-02-03
|
* Rename incorrect testsSacha Chua2015-02-03
| | | | | | | f-writable?-test/is-writable f-writable?-test/is-not-writable f-executable?-test/is-executable f-executable?-test/is-not-executable
* Merge branch 'nosearch'Johan Andersson2015-01-13
|\
| * Add files bin/.nosearch and test/.nosearchJonas Bernoulli2014-12-08
| | | | | | | | | | This keeps `normal-top-level-add-subdirs-to-load-path' from adding the directories to the `load-path'.
* | Adds test of root dir as common parent.Earl J. Wagner2015-01-05
|/
* Remove vendorJohan Andersson2014-12-07
| | | | Assume Ert is present.
* Updated: undercover callSviridov Alexander2014-10-09
|
* Added: test coverage with undercover.elSviridov Alexander2014-10-08
|
* Fix f-common-parent if input list has just one elementMatus Goljer2014-08-28
|
* Add f-common-parentMatus Goljer2014-07-18
|
* Fix invalid f-copy.Johan Andersson2014-02-20
|
* Fix f-copy in Emacs 23.Johan Andersson2014-02-20
| | | | | In Emacs 23, the contents is copied, while in Emacs 24, the directory is copied. We always want the behavior of the latter.
* Fix invalid urls.Johan Andersson2014-01-30
|
* Refactor tests.Johan Andersson2014-01-25
|
* Add f-with-sandbox function.Johan Andersson2014-01-25
|
* Add a trash path for the tests.Johan Andersson2014-01-25
|
* Do not require descendant/ancestor paths to exist.Johan Andersson2014-01-25
|
* Add f-split and f-join root tests.Johan Andersson2013-12-25
|
* Merge two tests into one.Johan Andersson2013-12-25
|
* Whitespace.Johan Andersson2013-12-25
|
* Add f-split.Johan Andersson2013-12-25
|
* Improve f-join docs and tests.Johan Andersson2013-12-25
|
* Add f-traverse-upwards and deprecate f-up.Johan Andersson2013-12-07
|
* Add f-uniquify-alistFuco12013-11-30
|
* Add f-uniquifyFuco12013-11-30
|
* Use unload-feature instead of custom hack.Johan Andersson2013-11-05
|
* Return t or nil in f-symlink?.Johan Andersson2013-10-25
| | | | Previously the link target was returned.
* Allow deletion of symlinks with f-delete.Johan Andersson2013-10-25
|
* No slash after symlinks and non existing files.Johan Andersson2013-10-25
|
* Return nil if asking for parent of root.Johan Andersson2013-10-09
|
* Simplify f-path-separator implementation.Johan Andersson2013-10-09
|
* Fix parent/child bug when both are root.Johan Andersson2013-09-20
|
* Add f-descendant-of?Johan Andersson2013-09-20
|
* Add f-ancestor-of?Johan Andersson2013-09-20
|
* Add f-child-of?Johan Andersson2013-09-20
|
* Add f-parent-of?Johan Andersson2013-09-20
|