output: Remove support for nested tables.
[pspp] / tests / language / dictionary / sort-variables.at
index c35329c53bf1d05fe8b92f87f1513376ba785e7b..16614474f84e908a522723eac57302f4db646994 100644 (file)
@@ -13,7 +13,8 @@ dnl GNU General Public License for more details.
 dnl 
 dnl You should have received a copy of the GNU General Public License
 dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
-dnl AT_BANNER([SORT VARIABLES])
+dnl
+AT_BANNER([SORT VARIABLES])
 
 AT_SETUP([SORT VARIABLES])
 # This reverses the order of its input lines.
@@ -34,10 +35,12 @@ SORT VARIABLES $3(D).
 DISPLAY NAMES.
 EOF
     AT_CHECK_UNQUOTED([pspp -O format=csv sort-variables.sps], [0],
-[Variable
+[Table: Variables
+Name
 `for var in $4; do echo $var; done`
 
-Variable
+Table: Variables
+Name
 `for var in $4; do echo $var; done | tac`
 ])
 }