sverweij/mscgen_js

View on GitHub
src/samples/test12_entity_named_with_non_alphanums.mscin

Summary

Maintainability
Test Coverage
# test12 - quoted entities with only non alphanumericals in them
#          on translating (with msc2*.js) they should keep their 
#          quotes (whereas alphanumericals shouldn't)

msc {
  ".", a;

  a =>> ".";
}