lexer: New function lex_error_expecting().
[pspp] / tests / language / control / do-repeat.at
index 4421ba6b715fbf2641b602d004ea4b3f23eca68b..75c0e77a36e9b6aa056ecb488944c410e41da4f2 100644 (file)
@@ -145,6 +145,6 @@ DATA LIST NOTABLE /x 1.
 DO REPEAT y = 1 TO 10.
 ])
 AT_CHECK([pspp -O format=csv do-repeat.sps], [1], [dnl
-error: DO REPEAT: Syntax error at end of input: expecting `END'.
+error: DO REPEAT: Syntax error at end of input: expecting END.
 ])
 AT_CLEANUP