lexer: Fix implementation of lex_force_string_or_id().
[pspp] / tests / language / control / do-repeat.at
index 9b04a12823d6fe3af6ab0e3776fb35be07948326..e52b7ad999119da45f8a5bd84254e896de681335 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([DO REPEAT])
+dnl
+AT_BANNER([DO REPEAT])
 
 AT_SETUP([DO REPEAT -- simple])
 AT_DATA([do-repeat.sps], [dnl
@@ -87,7 +88,7 @@ END FILE.
 END INPUT PROGRAM.
 
 DO REPEAT x = 1 2 3.
-INCLUDE 'include.sps'.
+INCLUDE include.sps.
 END REPEAT.
 
 LIST.