There was a bug in resource-pattern-singular for the multi-word nested name reduction singleton case caused by not converting the snake_case value from the nestedName helper into lowerCamelCase - it was comparing a lowerCamelCase pattern suffix against a snake_case expected value.
Added a bunch more tests specifically using a type name with more than two words for extended matching.
There was a bug in
resource-pattern-singular
for the multi-word nested name reduction singleton case caused by not converting thesnake_case
value from thenestedName
helper intolowerCamelCase
- it was comparing a lowerCamelCase pattern suffix against a snake_case expected value.Added a bunch more tests specifically using a type name with more than two words for extended matching.
Internal bug report: http://b/359848757