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 33b484d commit 7ab9345Copy full SHA for 7ab9345
tests/broken/MissingParenthesis.tq
@@ -0,0 +1,11 @@
1
+prepare_meal(i) : Ingredients -> Meal
2
+
3
+# Prepare Meal
4
5
+Coordinating the preparation of all meal components.
6
7
+ @chef
8
+ 1. Roast the turkey { <roast_turkey>(i) ~ turkey }
9
+ 2. Roast potatoes { <roast_potatoes>(i) ~ potatoes }
10
+ 3. Prepare vegetables { <prepare_vegetables>(i) ~ raw }
11
+ 4. Cook vegetables { <cook_vegetables>(raw) ~ veggies, water }
tests/samples/RoastTurkey.tq
@@ -0,0 +1,8 @@
+roast_turkey(i) : Ingredients -> Turkey
+# Roast Turkey
+ 1. Set oven temperature { <oven>(180 °C) ~ temp }
+ 2. Place bacon strips onto bird
+ 3. Put bird into oven
0 commit comments