diff options
-rw-r--r-- | cpp/011load | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/011load b/cpp/011load index d9da1fe3..696c99f7 100644 --- a/cpp/011load +++ b/cpp/011load @@ -203,7 +203,7 @@ recipe main [ :(scenario parse_comment_after_instruction) recipe main [ - 1:integer <- copy 23:literal # comment + 1:integer <- copy 23:literal # comment ] +parse: instruction: 1 +parse: ingredient: {name: "23", value: 0, type: 0, properties: [23: literal]} |