We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810945c commit dda49a6Copy full SHA for dda49a6
tests/test_examples_run.py
@@ -53,6 +53,7 @@
53
pathlib.Path("examples") / "hello" / "hello-roles-array.pdl",
54
pathlib.Path("examples") / "weather" / "weather.pdl",
55
pathlib.Path("examples") / "demo" / "3-weather.pdl",
56
+ pathlib.Path("examples") / "tutorial" / "conditionals_loops.pdl",
57
]
58
}
59
@@ -103,7 +104,9 @@ class InputsType:
103
104
),
105
pathlib.Path("examples")
106
/ "tutorial"
- / "conditionals_loops.pdl": InputsType(stdin="What is APR?\nno\nSay it as a poem\nyes\n"),
107
+ / "conditionals_loops.pdl": InputsType(
108
+ stdin="What is APR?\nno\nSay it as a poem\nyes\n"
109
+ ),
110
}.items()
111
112
0 commit comments