mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-24 15:40:44 +08:00
* tests/autotest.at (Macro with backslash in a test title):
Comment out for now, as this tests neither fails nor passes reliably. Problem reported by Ralf Wildenhues.
This commit is contained in:
parent
7f650f671a
commit
df2784c436
@ -1,3 +1,9 @@
|
||||
2006-11-17 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* tests/autotest.at (Macro with backslash in a test title):
|
||||
Comment out for now, as this tests neither fails nor passes
|
||||
reliably. Problem reported by Ralf Wildenhues.
|
||||
|
||||
2006-11-16 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* lib/autoconf/general.m4 (_AC_INIT_PARSE_ENABLE): Fix some typos
|
||||
|
@ -291,8 +291,9 @@ AT_CHECK_AT_TITLE_CHAR([Macro with backquote], [macro_backquote],
|
||||
AT_CHECK_AT_TITLE_CHAR([Macro with single-quote], [macro_single_quote], ['])
|
||||
AT_CHECK_AT_TITLE_CHAR([Macro with double-quote], [macro_double_quote],
|
||||
["], [:])
|
||||
AT_CHECK_AT_TITLE_CHAR([Macro with backslash], [macro_backslash],
|
||||
[\\], [:])
|
||||
# This test neither fails nor passes reliably.
|
||||
# AT_CHECK_AT_TITLE_CHAR([Macro with backslash], [macro_backslash],
|
||||
# [\\], [:])
|
||||
|
||||
|
||||
## ----------------- ##
|
||||
|
Loading…
x
Reference in New Issue
Block a user