summaryrefslogtreecommitdiff
path: root/glib/tests/pathbuf.c
Commit message (Collapse)AuthorAgeFilesLines
* pathbuf: Treat forward slashes and backslashes as equivalent on WindowsSimon McVittie2023-02-101-2/+5
| | | | | | | | The canonical directory separator is a backslash, but some Windows APIs allow either, interchangeably. Do the same here. Resolves: https://gitlab.gnome.org/GNOME/glib/-/issues/2914 Signed-off-by: Simon McVittie <smcv@collabora.com>
* tests: Add PathBuf.new_from_path() coverageEmmanuele Bassi2023-02-091-0/+6
|
* Move GPathBuf tests into their own fileEmmanuele Bassi2023-02-091-0/+249
Keep the fileutils tests related to the gfileutils.h API.