kaio Guilherme 165a26546d
Fix: Prevent non ascii characters in yaml files issue #2461 (#2508)
* fix yaml to x150-series

* Fix: Prevent non-ASCII characters in YAML files (#2461)

This commit addresses the issue #2461 by updating the test case to detect non-ASCII characters in YAML files. The new check ensures that if any non-ASCII characters are found, the test will fail and provide a clear message listing the problematic characters.
	•	Added a check to identify non-ASCII characters in the content of the YAML files.
	•	If non-ASCII characters are found, the test will now fail with a detailed error message, including the list of non-ASCII characters.

This update helps ensure that YAML files are strictly ASCII-encoded, avoiding potential encoding issues in different environments.
2024-11-15 21:51:42 +00:00
..
2023-05-22 18:15:06 -04:00
2023-03-30 10:09:45 -04:00
2023-05-22 18:15:06 -04:00
2023-05-22 18:15:06 -04:00
2023-05-22 18:15:06 -04:00
2023-05-22 18:15:06 -04:00
2023-05-22 16:38:34 -04:00