From d560598e96c8fa495ac1b68be0ffdd5bd197e2c7 Mon Sep 17 00:00:00 2001 From: Thomas Nilefalk Date: Mon, 12 Oct 2020 13:54:40 +0200 Subject: [PATCH] Add an ingnored test case for $o in exits --- compiler/testing/analyzePrintStatement.alan | 8 ++++++++ compiler/testing/analyzePrintStatement.ignored | 0 2 files changed, 8 insertions(+) create mode 100644 compiler/testing/analyzePrintStatement.alan create mode 100644 compiler/testing/analyzePrintStatement.ignored diff --git a/compiler/testing/analyzePrintStatement.alan b/compiler/testing/analyzePrintStatement.alan new file mode 100644 index 000000000..927490b78 --- /dev/null +++ b/compiler/testing/analyzePrintStatement.alan @@ -0,0 +1,8 @@ +The l Isa location + Exit w To l Does + "We can'print a parameter like $1." + "But should also not allow $0." + End Exit. +End The l. + +Start At l. diff --git a/compiler/testing/analyzePrintStatement.ignored b/compiler/testing/analyzePrintStatement.ignored new file mode 100644 index 000000000..e69de29bb