psppire-import-assistant (struct _PsppireImportAssistant): Remove unused member.
[pspp] / tests / language / lexer / variable-parser.at
index d9ca22815fe26e8b34f3f32558bc5d9b0f299d0a..2e22934ab391ac0ab366e69750593dcb42fd790e 100644 (file)
@@ -1,5 +1,5 @@
 dnl PSPP - a program for statistical analysis.
-dnl Copyright (C) 2017 Free Software Foundation, Inc.
+dnl Copyright (C) 2017, 2020 Free Software Foundation, Inc.
 dnl
 dnl This program is free software: you can redistribute it and/or modify
 dnl it under the terms of the GNU General Public License as published by
@@ -64,3 +64,17 @@ X,1.00,Count,0,0,0,0,0,0,0,0
 Total,,,0,0,0,0,1,0,0,1
 ])
 AT_CLEANUP
+
+
+AT_SETUP([variable parser crash])
+
+AT_DATA([crash.sps], [dnl
+INPUT PROGRAM.
+FORMATS ALL(F1).$
+END FILE.
+END INPUT PROGRAM.
+])
+
+AT_CHECK([pspp -O format=txt crash.sps], [1], [ignore])
+
+AT_CLEANUP
\ No newline at end of file