mirror of
https://github.com/LingCoder/OnJava8.git
synced 2026-08-31 03:38:07 +08:00
20 lines
278 B
Plaintext
20 lines
278 B
Plaintext
"""
|
|
foo
|
|
bar
|
|
"""
|
|
|
|
'''
|
|
foo
|
|
bar
|
|
'''
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["pystring", "\"\"\"\r\nfoo\r\nbar\r\n\"\"\""],
|
|
["pystring", "'''\r\nfoo\r\nbar\r\n'''"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for pystrings. |