m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/tests/options.at,v


From: Eric Blake
Subject: Changes to m4/tests/options.at,v
Date: Mon, 28 May 2007 22:08:45 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      07/05/28 22:08:44

Index: tests/options.at
===================================================================
RCS file: /sources/m4/m4/tests/options.at,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- tests/options.at    5 Feb 2007 17:31:10 -0000       1.25
+++ tests/options.at    28 May 2007 22:08:44 -0000      1.26
@@ -759,6 +759,20 @@
 hi
 ]])
 
+dnl synclines should always start at the beginning of a line.
+dnl this does not (yet) happen reliably when diversions do not
+dnl always end in newline
+AT_XFAIL_IF([:])
+AT_DATA([in.m4], [[divert(2)2divert(1)1
+dnl
+undivert
+]])
+
+AT_CHECK_M4([-s in.m4], [0], [[1
+#line 1 "stdin"
+2
+]])
+
 AT_CLEANUP
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]