mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
Fix portability issue in the test suite.
* tests/local.at (AT_MATCHES_CHECK): New.
Based on Perl instead of Sed. Sed has too many portability
pitfalls, not ever Sed is GNU Sed.
* tests/actions.at (Fix user actions without a trailing semicolon):
Use it.
(cherry picked from commit 6617622c9a)
This commit is contained in:
committed by
Joel E. Denny
parent
42f4393a72
commit
c4fae1ef48
@@ -1,3 +1,12 @@
|
||||
2008-12-08 Akim Demaille <demaille@gostai.com>
|
||||
|
||||
Fix portability issue in the test suite.
|
||||
* tests/local.at (AT_MATCHES_CHECK): New.
|
||||
Based on Perl instead of Sed. Sed has too many portability
|
||||
pitfalls, not ever Sed is GNU Sed.
|
||||
* tests/actions.at (Fix user actions without a trailing semicolon):
|
||||
Use it.
|
||||
|
||||
2008-12-07 Di-an Jan <dianj@freeshell.org>
|
||||
|
||||
Implement the FIXME that ends an user action with a semicolon
|
||||
|
||||
Reference in New Issue
Block a user