add config support
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# The following strings are byte-for-byte equivalent:
|
||||
str1 = "abc"
|
||||
|
||||
str2 = """
|
||||
a\
|
||||
|
||||
|
||||
b\
|
||||
c"""
|
||||
|
||||
str3 = """\
|
||||
a\
|
||||
b\
|
||||
c\
|
||||
"""
|
||||
Reference in New Issue
Block a user