Cooker Test

This commit is contained in:
Rekku 2024-10-02 13:09:31 +01:00
parent a170edc673
commit 937ebe8329
2 changed files with 2884 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -387,5 +387,5 @@ func read_change_regex(file_path: String, key: String, new_value: String, use_qu
file = FileAccess.open(file_path, FileAccess.WRITE) file = FileAccess.open(file_path, FileAccess.WRITE)
file.store_string(updated_content) file.store_string(updated_content)
file.close() file.close()
return new_value
print("File updated successfully") print("File updated successfully")
return new_value