From 7939985f89001773e0f3c6fe15cf4f54ac771b32 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 20 Jul 2019 15:54:34 -0500 Subject: [PATCH] Add a comment explaining what is going on --- tools/bt/src/test/resources/print.bas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/bt/src/test/resources/print.bas b/tools/bt/src/test/resources/print.bas index f83962b..75b995a 100644 --- a/tools/bt/src/test/resources/print.bas +++ b/tools/bt/src/test/resources/print.bas @@ -1 +1,2 @@ -10 ? "PASS" +10 REM Test case to validate that the '?' shorthand form of PRINT is accepted +20 ? "PASS"