Home | History | Annotate | Download | only in test

Lines Matching refs:quoted

1886         self.check('random "double quoted" pattern',
1887 '''re.compile('random "double quoted" pattern')''')
1888 self.check("random 'single quoted' pattern",
1889 '''re.compile("random 'single quoted' pattern")''')