raconteur
raconteur copied to clipboard
_ (underscore) is an invalid character in writer identifiers
If the name of an action contains underscores, that action will not be found properly by RaconteurSituation#act
.
I assume this is caused by the regex that picks out action link types, which use underscores as separators (of course).