Commit 386aa43e by Mike Chen

allow ( ) in place of ()

parent f6f7c43e
......@@ -29,7 +29,7 @@ StringResponse
/* MultipleChoice */
ChoiceIdentifier
= '(' parenthesized:[x\s]? ')'
= '(' parenthesized:[x ]? ')'
{
return parenthesized == 'x';
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment