mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-19 11:58:20 -07:00
20 lines
259 B
Plaintext
20 lines
259 B
Plaintext
|
"""
|
||
|
foo
|
||
|
bar
|
||
|
"""
|
||
|
|
||
|
'''
|
||
|
foo
|
||
|
bar
|
||
|
'''
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
[
|
||
|
["pystring", "\"\"\"\r\nfoo\r\nbar\r\n\"\"\""],
|
||
|
["pystring", "'''\r\nfoo\r\nbar\r\n'''"]
|
||
|
]
|
||
|
|
||
|
----------------------------------------------------
|
||
|
|
||
|
Checks for pystrings.
|