lexer: Reimplement for better testability and internationalization.
[pspp-builds.git] / tests / language / expressions / parse.at
index 7ebc5dc15dbcf263c20560d0405328b2152060a3..df8192b28ed74d0d7978231b54052c34ddfe78b9 100644 (file)
@@ -18,6 +18,6 @@ END IF.
 AT_CHECK([pspp -O format=csv parse.sps], [1], [dnl
 parse.sps:10: error: IF: Unknown identifier y.
 
-parse.sps:10: error: Stopping syntax file processing here to avoid a cascade of dependent command failures.
+parse.sps:11: error: Stopping syntax file processing here to avoid a cascade of dependent command failures.
 ])
 AT_CLEANUP