test_match_alphabet method

Map<String, int> test_match_alphabet(
  1. String pattern
)

Hack to allow unit tests to call private method. Do not use.

Implementation

Map<String, int> test_match_alphabet(String pattern) {
  return _match_alphabet(pattern);
}