Skip to content

Failing of rstodot #25

@snozawa

Description

@snozawa

I tried to generate graph for RTCs according to this documentation:
https://github.com/gbiggs/rtshell/blob/master/doc/rest/ja/rtstodot.txt

I tried the following command, but command fails and I could not display graph:

  $ rtcryo | rtstodot | dot -T xlib
   rtstodot: not well-formed (invalid token): line 482, column 14

It seems formatting error for rtstodot and the following command works:

  $ rtcryo | grep -v "<http" | rtstodot | dot -T xlib

How can I fix this?
I'm now using version 3.0.0.

Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions