mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Add an animals guessing game example.
This commit is contained in:
@ -356,8 +356,10 @@ def run_api_test(path):
|
||||
|
||||
|
||||
def run_example(path):
|
||||
# The guess number requires user input.
|
||||
# Don't run examples that require user input.
|
||||
if "animals" in path: return
|
||||
if "guess_number" in path: return
|
||||
|
||||
run_script(WREN_APP, path, "example")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user