Archipelago/test/options
gurglemurgle5 6c9b7eca10
Core: Fix Template Yamls for games with colon in name (#4106)
* add quotes around strings containing {{ game }}

* do the actually correct thing instead of a hack

thanks berserker66 for pointing out to me that I was doing this the
completly wrong way, so I fixed it up

* Clean up filenames to prevent illegal chars

* Use %s substitution instead of concatenation

* whoops

somehow i removed a space from the comment for the regex, so this adds
it back

* Use pre-existing function in Utils.py

* Test: add test for option yaml with colon

---------

Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
2024-11-14 23:43:42 +01:00
..
__init__.py Core: add unit tests and more documentation for numeric options (#2926) 2024-06-06 00:17:52 +02:00
test_generate_templates.py Core: Fix Template Yamls for games with colon in name (#4106) 2024-11-14 23:43:42 +01:00
test_option_classes.py Core: add unit tests and more documentation for numeric options (#2926) 2024-06-06 00:17:52 +02:00