Add regression test for commit 356b562d75
All checks were successful
Remind unit tests / tests (push) Successful in 31s

This commit is contained in:
Dianne Skoll
2024-12-12 12:17:15 -05:00
parent 356b562d75
commit 3362c7226c
2 changed files with 13 additions and 0 deletions

View File

@@ -16225,6 +16225,13 @@ MSG $Is is [$Is]%
$Is is is
MSG $Was is [$Was]%
$Was is was
# Catch an error fixed in commit 356b562d75852dafb2ffc6b1122500a98fa7d9d0
IF 1
INCLUDE /non/existent/file/should/not/work/wookie
../tests/test.rem(1435): Can't open file: /non/existent/file/should/not/work/wookie
ENDIF
DEBUG -e
Var hash: total = 100141; maxlen = 5; avglen = 1.142
Func hash: total = 100016; maxlen = 5; avglen = 1.140

View File

@@ -1429,6 +1429,12 @@ TRANSLATE "was"
TRANSLATE DUMP
MSG $Is is [$Is]%
MSG $Was is [$Was]%
# Catch an error fixed in commit 356b562d75852dafb2ffc6b1122500a98fa7d9d0
IF 1
INCLUDE /non/existent/file/should/not/work/wookie
ENDIF
DEBUG -e
# Output expression-node stats