Home | History | Annotate | Download | only in defines-escaping

Lines Matching refs:quotes

9 various special characters such as quotes, commas, etc.
52 # Test string literals containing quotes.
60 r""" "\"quotes.\""'""")
70 "These," "words," "are," "in," "quotes."
75 # Test string literals containing single quotes.
83 r""" \"'quotes.'\"" """)
93 'These,' 'words,' 'are,' 'in,' 'quotes.'
98 # Test string literals containing different numbers of backslashes before quotes
165 # Same thing again, but enclosed in visible quotes.
181 # We deliberately do not test having an odd number of quotes in a string