ltl: fix detection of some siPSL formulas

* src/ltlast/bunop.cc: Fix detection of f[:*2] as siPSL if f is siPSL
* src/tests/kind.test: Test it.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2015-06-23 19:27:30 +02:00
parent 9ae2af209b
commit 5d9e7d1f93
3 changed files with 9 additions and 9 deletions

3
NEWS
View file

@ -1,6 +1,7 @@
New in spot 1.99.1a (not yet released)
Nothing yet.
* Bugs fixed:
- p[+][:*2] was not detected as belonging to siPSL
New in spot 1.99.1 (2015-06-23)