tests/comment6.test


Log

Author Commit Date CI Message
Alexandre Duret-Lutz c62da4c8 2002-07-25T21:28:41 * automake.in (read_am_file): Escaped newlines in comments are not portable. If a comment line doesn't start with a `#', add it. * tests/comment6.test: Ensure this is done.
Alexandre Duret-Lutz 64aa6bf1 2002-05-14T14:12:21 Fix for PR automake/322: * automake.in (read_am_file): Rename $was_rule as $prev_state, and set it with IN_RULE_DEF, IN_VAR_DEF, or IN_COMMENT as appropriate. Handle comments continued by backslashes. * tests/comment6.test: New file. * tests/Makefile.am (TESTS): Add comment6.test. Reported by Braden N. McDaniel.