Commit 386aa43e by Mike Chen

allow ( ) in place of ()

parent f6f7c43e
...@@ -29,7 +29,7 @@ StringResponse ...@@ -29,7 +29,7 @@ StringResponse
/* MultipleChoice */ /* MultipleChoice */
ChoiceIdentifier ChoiceIdentifier
= '(' parenthesized:[x\s]? ')' = '(' parenthesized:[x ]? ')'
{ {
return 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