This commit is contained in:
Karmaz95
2024-02-11 10:27:09 +01:00
parent c8425c8430
commit ba7fdc92f2
4 changed files with 58 additions and 4 deletions
+3 -1
View File
@@ -465,9 +465,11 @@ class TestSnakeI():
macho_processor.process(args)
uroboros_output = executeCodeBlock(code_block)
expected_output_1 = 'b\'Hello, World!'
expected_output_1 = 'Hello, World!'
expected_output_2 = '__cstring'
assert expected_output_1 in uroboros_output
assert expected_output_2 in uroboros_output
def test_all_strings(self):
'''Test the --all_strings flag of SnakeI.'''