Closed numeredev closed 1 year ago
Three different features to test here: the relative namespaces, the RegEx functionality of TAB().fndcols()
and the new string function getfilediff()
.
getfilediff()
: check only, if the return value has a length, if (a) both files exist, (b) one string is an empty string and (c) one file does not existTAB().fndcols()
: There are already tests for this method. Just add some basic RegEx test for that (Note that it is using a regex search not a match, i.e. also only matching substrings are valid)~
after each other, e.g. $goto~~relative~namespace()
, if the current procedure is in goto
and the called $namespace()
is in relative
next to goto
(~~
can be interpreted as /../
in folder paths)getfilediff() and $goto~~ tested manually TAB().fndcols() tested automatically
Added newNamespace~relativeNamespace
SUMMARY
Implements necessary changes for #18
Reviewers: @numere-org/maintainers
IMPLEMENTATION
DOCUMENTATION
TESTS BY REVIEWERS