|
b38327b841
|
t_builtin-string_test.go: corrected an undefinite article
|
2024-12-27 07:14:01 +01:00 |
|
|
dceb31f542
|
CallFunction() has been replaced by three new functions:
CallFunctionByTerm(), CallFunctionByArgs() and CallFunctionByParams()
|
2024-08-02 06:39:33 +02:00 |
|
|
9070b5c9cc
|
The function parameter model has been modified to support the passing of named parameters
|
2024-07-28 18:49:08 +02:00 |
|
|
896844e772
|
the common test framework now supports error, string and nil as value of the wantErr field
|
2024-07-06 16:43:13 +02:00 |
|
|
fe5c8e9619
|
tests improved
|
2024-06-26 04:29:40 +02:00 |
|
|
ba9b9cb28f
|
a lot oh changes to the test framework and new test files t_builtin-fmt_test.go and t_plugin_test.go added
|
2024-06-25 10:59:03 +02:00 |
|
|
d9f7e5b1ad
|
common-errors.go: exported all error functions.
builtin-string.go: renamed all functions from somthingStr() to strSomething()
|
2024-06-10 20:37:58 +02:00 |
|
|
63f5db00b3
|
all test file on builtin functions have been renamed from t_func-*_test.go to t_builtin-*_test.go
|
2024-06-10 20:34:11 +02:00 |
|