1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-10 01:10:30 +00:00
CC-Tweaked/projects/core
Jonathan Coates e57b6fede2
Test behaviour of fs.getName/getDir with relative paths
It's not entirely clear what the correct behaviour of fs.getDir("..")
should be, and there's not much consensus between various languages.

I think the intended behaviour of this function is to move "up" one
directory level in the path, meaning it should return "../..".
2024-08-18 11:38:10 +01:00
..
src Test behaviour of fs.getName/getDir with relative paths 2024-08-18 11:38:10 +01:00
build.gradle.kts Change how we put test libraries on the class path 2024-01-31 19:49:36 +00:00