From 63f5db00b300577375e4a2b46ba6599af6a14744 Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Mon, 10 Jun 2024 20:34:11 +0200 Subject: [PATCH] all test file on builtin functions have been renamed from t_func-*_test.go to t_builtin-*_test.go --- t_func-base_test.go => t_builtin-base_test.go | 0 t_func-import_test.go => t_builtin-import_test.go | 0 t_func-math-arith_test.go => t_builtin-math-arith_test.go | 0 t_func-os_test.go => t_builtin-os-file_test.go | 0 t_func-string_test.go => t_builtin-string_test.go | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename t_func-base_test.go => t_builtin-base_test.go (100%) rename t_func-import_test.go => t_builtin-import_test.go (100%) rename t_func-math-arith_test.go => t_builtin-math-arith_test.go (100%) rename t_func-os_test.go => t_builtin-os-file_test.go (100%) rename t_func-string_test.go => t_builtin-string_test.go (100%) diff --git a/t_func-base_test.go b/t_builtin-base_test.go similarity index 100% rename from t_func-base_test.go rename to t_builtin-base_test.go diff --git a/t_func-import_test.go b/t_builtin-import_test.go similarity index 100% rename from t_func-import_test.go rename to t_builtin-import_test.go diff --git a/t_func-math-arith_test.go b/t_builtin-math-arith_test.go similarity index 100% rename from t_func-math-arith_test.go rename to t_builtin-math-arith_test.go diff --git a/t_func-os_test.go b/t_builtin-os-file_test.go similarity index 100% rename from t_func-os_test.go rename to t_builtin-os-file_test.go diff --git a/t_func-string_test.go b/t_builtin-string_test.go similarity index 100% rename from t_func-string_test.go rename to t_builtin-string_test.go