lexer: New function lex_error_expecting().
[pspp-builds.git] / tests / language / data-io / inpt-pgm.at
index f048d3743fd44f881561354a3951929550c7849b..03f9a2a5108def99ab98bee502287d58631f316c 100644 (file)
@@ -28,6 +28,6 @@ END INPUT PROGRAM.
 DESCRIPTIVES x.
 ])
 AT_CHECK([pspp -O format=csv input-program.sps], [1], [dnl
-error: DESCRIPTIVES: Syntax error at end of input: expecting `BEGIN'.
+error: DESCRIPTIVES: Syntax error at end of input: expecting BEGIN.
 ])
 AT_CLEANUP