Stricter parsing of SET command expressions.

This commit is contained in:
Dianne Skoll
2023-12-22 14:22:54 -05:00
parent 3df2b72175
commit 32e8db322d
5 changed files with 21 additions and 2 deletions

View File

@@ -4833,6 +4833,11 @@ REM 2 Jan 1990 MSG ["bad_expr" * 2]
../tests/test.rem(887): Expired
SET $ParseUntriggered 1
# Should result in errors
set pqxya 1+2)
1 + 2 => 3
../tests/test.rem(891): Expecting end-of-line
# Don't want Remind to queue reminders
EXIT