diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2024-06-29 00:16:32 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2024-06-29 00:16:32 +0000 |
| commit | dbb5be7f07456d02ce444484c683b130439acb45 (patch) | |
| tree | 526d9c727deeb4e27b7b93b8b6fea6b4e558b411 /unit-tests/varparse-errors.mk | |
| parent | 29efb3dcaedd9cbabc6f96f35545baf2c8b28501 (diff) | |
Diffstat (limited to 'unit-tests/varparse-errors.mk')
| -rw-r--r-- | unit-tests/varparse-errors.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unit-tests/varparse-errors.mk b/unit-tests/varparse-errors.mk index edb02ef0b957..f40e7206b0c3 100644 --- a/unit-tests/varparse-errors.mk +++ b/unit-tests/varparse-errors.mk @@ -1,4 +1,4 @@ -# $NetBSD: varparse-errors.mk,v 1.12 2024/04/20 10:18:56 rillig Exp $ +# $NetBSD: varparse-errors.mk,v 1.13 2024/06/02 15:31:26 rillig Exp $ # Tests for parsing and evaluating all kinds of expressions. # @@ -24,7 +24,7 @@ ERR_BAD_MOD= An ${:Uindirect:Z} expression with an unknown modifier. ERR_EVAL= An evaluation error ${:Uvalue:C,.,\3,}. # In a conditional, an expression that is not enclosed in quotes is -# expanded using the mode VARE_UNDEFERR. +# expanded using the mode VARE_EVAL_DEFINED. # The variable itself must be defined. # It may refer to undefined variables though. .if ${REF_UNDEF} != "A reference to an undefined variable." |
