feat: Add text module tests to SAL
Some checks failed
Rhai Tests / Run Rhai Tests (push) Waiting to run
Rhai Tests / Run Rhai Tests (pull_request) Has been cancelled

- Add new test suite for text manipulation functions.
- Extend documentation with details on new text module tests.
- Add .gitignore entry for test template files.
This commit is contained in:
Mahmoud Emad
2025-05-08 17:00:22 +03:00
parent 1286939608
commit 4897eb9133
8 changed files with 713 additions and 0 deletions

1
.gitignore vendored
View File

@@ -19,6 +19,7 @@ Cargo.lock
# Added by cargo
/target
/rhai_test_template
/rhai_test_download
/rhai_test_fs
run_rhai_tests.log