make sure --dot=Bb is the same as --dot=b

* NEWS: Mention the fixed bug.
* src/twaalgos/dot.cc: Fix.
* wrap/python/tests/decompose.ipynb: Use it.
This commit is contained in:
Alexandre Duret-Lutz 2015-11-13 17:50:12 +01:00
parent 5a7abe8582
commit d23eaec7ef
3 changed files with 463 additions and 460 deletions

2
NEWS
View file

@ -57,6 +57,8 @@ New in spot 1.99.5a (not yet released)
Bug fixes: Bug fixes:
* automaton parser was ignoring the "unambiguous" property. * automaton parser was ignoring the "unambiguous" property.
* --dot=Bb should work like --dot=b, allowing us to disable
a B option set via an environment variable.
New in spot 1.99.5 (2015-11-03) New in spot 1.99.5 (2015-11-03)

View file

@ -119,6 +119,7 @@ namespace spot
break; break;
case 'b': case 'b':
opt_bullet = true; opt_bullet = true;
opt_bullet_but_buchi = false;
break; break;
case 'B': case 'B':
opt_bullet = true; opt_bullet = true;

File diff suppressed because it is too large Load diff