add string.replace

This commit is contained in:
ValKmjolnir
2024-08-02 22:20:30 +08:00
parent 94114416fe
commit d37dfec225
9 changed files with 131 additions and 10 deletions

View File

@@ -331,6 +331,7 @@ test:nasal
@ ./nasal -e test/qrcode.nas
@ ./nasal -t -d test/quick_sort.nas
@ ./nasal -t -d test/regex_test.nas
@ ./nasal -t -d test/replace_test.nas
@ ./nasal -e test/scalar.nas hello world
@ ./nasal test/subprocess_test.nas
@ ./nasal -e test/trait.nas