bin: Ignore empty lines on input.
* src/bin/common_finput.cc: Here. * src/ltltest/ltlfilt.test: Test it. * NEWS: Mention it.
This commit is contained in:
parent
9e589422d1
commit
372790a489
3 changed files with 10 additions and 4 deletions
|
|
@ -31,10 +31,12 @@ checkopt()
|
|||
diff exp out
|
||||
}
|
||||
|
||||
|
||||
# The empty lines in the file are meant, we want to make sure that
|
||||
# they are ignored.
|
||||
cat >formulas <<EOF
|
||||
GFa | FGb
|
||||
F(GFa | Gb)
|
||||
|
||||
F(b W GFa)
|
||||
GFa | Gb
|
||||
b W GFa
|
||||
|
|
@ -44,6 +46,7 @@ G(a & Xb)
|
|||
Xa
|
||||
F(a & !Xa & Xb)
|
||||
{a & {b|c} }
|
||||
|
||||
EOF
|
||||
|
||||
checkopt --eventual <<EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue