mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
between `!' and the command. Reported by Paul Eggert.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2002-04-25 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* tests/sets.at (AT_EXTRACT_SETS): Sed portability issue: no space
|
||||||
|
between `!' and the command.
|
||||||
|
Reported by Paul Eggert.
|
||||||
|
|
||||||
2002-04-24 Robert Anisko <robert@lrde.epita.fr>
|
2002-04-24 Robert Anisko <robert@lrde.epita.fr>
|
||||||
|
|
||||||
* tests/calc.at: Exercise prologue splitting.
|
* tests/calc.at: Exercise prologue splitting.
|
||||||
|
|||||||
@@ -29,25 +29,25 @@ m4_define([AT_EXTRACT_SETS],
|
|||||||
:null
|
:null
|
||||||
p
|
p
|
||||||
n
|
n
|
||||||
/^[ ]*$/! b null
|
/^[ ]*$/ !b null
|
||||||
}
|
}
|
||||||
/^FIRSTS$/ {
|
/^FIRSTS$/ {
|
||||||
:firsts
|
:firsts
|
||||||
p
|
p
|
||||||
n
|
n
|
||||||
/^[ ]*$/! b firsts
|
/^[ ]*$/ !b firsts
|
||||||
}
|
}
|
||||||
/^FDERIVES$/ {
|
/^FDERIVES$/ {
|
||||||
:fderiv
|
:fderiv
|
||||||
p
|
p
|
||||||
n
|
n
|
||||||
/^[ ]*$/! b fderiv
|
/^[ ]*$/ !b fderiv
|
||||||
}
|
}
|
||||||
/^DERIVES$/ {
|
/^DERIVES$/ {
|
||||||
:deriv
|
:deriv
|
||||||
p
|
p
|
||||||
n
|
n
|
||||||
/^[ ]*$/! b deriv
|
/^[ ]*$/ !b deriv
|
||||||
}
|
}
|
||||||
]])
|
]])
|
||||||
AT_CHECK([sed -f extract.sed $1], 0, [stdout])
|
AT_CHECK([sed -f extract.sed $1], 0, [stdout])
|
||||||
|
|||||||
Reference in New Issue
Block a user