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

@ -86,6 +86,7 @@ TESTS = \
tripprod.test \
mixprod.test \
dupexp.test \
kv.test \
reduccmp.test \
reductgba.test \
scc.test \