string-map: New function string_map_equals().
[pspp] / tests / language / xforms / compute.at
index 462293908e83040546091aabc5754daf18e83217..12a620b798c777ff8f88007b55586416ae6d5dc8 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([COMPUTE transformation])
+dnl
+AT_BANNER([COMPUTE transformation])
 
 AT_SETUP([COMPUTE crash with SAVE])
 AT_DATA([compute.sps],
@@ -57,8 +58,8 @@ B,A3
 
 Table: Data List
 A,B
-ABC                                                                                                                                                              ,def
-GHI                                                                                                                                                              ,jkl
+ABC,def
+GHI,jkl
 ])
 AT_CLEANUP