mentor-web doesn't allow underscores in state names #1
Labels
investigating
Requires further inspection
mentor parity
Differences between Mentor and the mentor-web implemenation
Mentor allows states to be named with alphanumeric characters and underscores. Haven't had the chance to test it yet, but I think it can be fixed by changing line 63 of mentor.pegjs in mentor-parser from:
State "state" = $ [a-zA-Z0-9]+
to
State "state" = $ [a-zA-Z0-9_]+
The text was updated successfully, but these errors were encountered: