updated tests

This commit is contained in:
2025-06-02 20:52:01 -04:00
parent b791fdf841
commit 42eeda1851
7 changed files with 59 additions and 3 deletions

View File

@ -427,8 +427,8 @@ namespace ams
amsstring q;
std::vector<amsstring> q2;
fp = fopen("../ref/0p375_hexbolt.scad","r");
fp2 = fopen("../ref/testrewrite.scad","w+");
fp = fopen("./ref/0p375_hexbolt.scad","r");
fp2 = fopen("./ref/testrewrite.scad","w+");
I = 0;
while(!feof(fp))

View File

@ -18,7 +18,7 @@ int main(int argc, char* argv[])
amsstring4_test_splitlines();
amsstring4_test_split();
amsstring4_test_strip();
//amsstring4_test_freadwrite();
amsstring4_test_freadwrite();
amsstring4_test_concatenation_operators();