sverweij/mscgen_js

View on GitHub
src/samples/test24_pile_of_poo_test.mscin

Summary

Maintainability
Test Coverage
/*
 * Mathias Bynen's "pile of poo" test
 * See https://mathiasbynens.be/notes/javascript-unicode 
 * for details.
 */
msc {
  width="640";

  Mathias [label="Mæthiâs\n💩", linecolor="#008800", textbgcolor="#CCFFCC", arclinecolor="#008800"],
  "💩" [label="💩", linecolor="#FF0000", textbgcolor="#FFCCCC", arclinecolor="#FF0000"],
  notes [label=" ", linecolor="transparent"];

  Mathias =>> "💩" [label="+💩"],
  notes note notes [label="Mathias Bynen's pile of poo test:\n Iñtërnâtiônàlizætiøn☃💩\n\nhttps://mathiasbynens.be/notes/javascript-unicode", url="https://mathiasbynens.be/notes/javascript-unicode", linecolor="black", textcolor="black", textbgcolor="#FFFFCC"];
  "💩" >> Mathias [label="💩💩"];
}