render: Fix rendering of TAL_GAP rules.
[pspp-builds.git] / tests / output / render.at
index a39f688d68af2103ac124563564d9e2f1df4c395..250da4f2897afcc153eefdc5e8dc28539b488342 100644 (file)
@@ -301,9 +301,9 @@ AT_DATA([input], [2 2
 2*1 hij\nklm\nnop
 ])
 AT_CHECK([render-test input], [0], [dnl
-abhij
-cdklm
-efnop
+ab hij
+cd klm
+ef nop
 ])
 AT_CLEANUP