T_EQUALS
if (ng_parse_get_token(s, &off2, &len2) != T_EQUALS) {
if (ng_parse_get_token(s, off, &len) != T_EQUALS) {
return T_EQUALS;