Escape labels in -KV output.

* src/tgbaalgos/scc.cc (dump_scc_dot): Escape labels and other
strings output between quote in dot.
* src/tgbatest/kv.test: New file.
* src/tgbatest/Makefile.am (TESTS): Add it.
This commit is contained in:
Alexandre Duret-Lutz 2009-10-16 10:07:26 +02:00
parent 4d8239e855
commit 913637a7ae
4 changed files with 62 additions and 8 deletions

View file

@ -1,3 +1,12 @@
2009-10-16 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Escape labels in -KV output.
* src/tgbaalgos/scc.cc (dump_scc_dot): Escape labels and other
strings output between quote in dot.
* src/tgbatest/kv.test: New file.
* src/tgbatest/Makefile.am (TESTS): Add it.
2009-10-16 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/tgbaalgos/ltl2tgba_fm.cc: Typos.