// Test compass directions and port names // Note: This graph does not have a name, as the ID is optional digraph { bonn [ label=" bonn N | S" shape=record] berlin [ label=" berlin N | w" shape=record] bonn:S -> berlin:w bonn:s -> berlin:N:w }