@@ -436,9 +436,9 @@ if( tryEat("{") ) { if( !tryEat("}") ) { do { - string key = eatId("in table pattern"); + string key = eatId("in table pattern", AllowQuoted); eat(":", "after field-id in table pattern"); result ~= parsePattern(path ~ key); } while( tryEat(",") ); eat("}", "at the end of table pattern");