* doc/org/tut20.org: Cleanup.
This commit is contained in:
parent
6f500f3f50
commit
a1ba0a89c5
1 changed files with 5 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ automaton is returned even in the presence of parse errors.
|
||||||
// it could while reading a HOA file.
|
// it could while reading a HOA file.
|
||||||
if (pa->aborted)
|
if (pa->aborted)
|
||||||
{
|
{
|
||||||
std::cerr << "--ABORT-- read" << '\n';
|
std::cerr << "--ABORT-- read\n";
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
spot::print_hoa(std::cout, pa->aut) << '\n';
|
spot::print_hoa(std::cout, pa->aut) << '\n';
|
||||||
|
|
@ -313,3 +313,7 @@ State: 1 {0}
|
||||||
: skip
|
: skip
|
||||||
: }
|
: }
|
||||||
:
|
:
|
||||||
|
|
||||||
|
#+BEGIN_SRC sh :results verbatim :exports none
|
||||||
|
rm -f tut20.never
|
||||||
|
#+END_SRC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue