# sample inputs for checking the outcomes of good inputs / test_basic_regex\r
self.good_inputs_list = [\r
"-RP '\\b\\d{3}\\b' -RPl threedigits",\r
- "-RP 'TestCase' -RP 'page' -RPl testcases -RPl page_word",\r
+ #"-RP 'TestCase' -RP 'page' -RPl testcases -RPl page_word",\r
+ "-RP '(\\b[a-zA-Z]{3}\\b)' -RPl 3LETTERS -RP '(\\b(1[\d+])|(2[\d+])\\b)' -RPl NUMBERS",\r
"-CP 'Chevalier' -CPl chev_com -RP 'welcome to Wikipedia' -RPl wiki_welcome -CP 'Warning' -CPl warning",\r
"-CP 'WP:EVADE' -CPl wp_evade" \r
]\r