output: Add null sentinel automatically to parse_enum() arguments.
[pspp] / tests / output / ascii.at
index 1ca75106675c500be63423800c99531e8b970457..ce000d65fbe1ae8dee620cb07d6555623f877e14 100644 (file)
@@ -615,8 +615,10 @@ END DATA.
 REGRESSION
 /VARIABLES= a
 
-ascii.sps:11: warning: REGRESSION: a is not a numeric variable.  It will not be
-included in the variable list.
+ascii.sps:10.13: warning: REGRESSION: a is not a numeric variable.  It will not
+be included in the variable list.
+   10 | /VARIABLES= a
+      |             ^
 
 /DEPENDENT= x y
 /STATISTICS=COEFF R ANOVA.