blob: d9b157e34dc7d4053bbedcd7081c26d82f4ee636 [file] [log] [blame]
"""Tests for inconsistent quoting strategy.
In this file, single quotes are the majority quote delimiter.
"""
FIRST_STRING = "double-quoted string" # [inconsistent-quotes]
SECOND_STRING = 'single-quoted string'
THIRD_STRING = 'another single-quoted string'
FOURTH_STRING = 'yet another single-quoted string'
FIFTH_STRING = "double-quoted string with an unescaped 'single quote'"