Files
2021-04-07 19:25:18 -04:00

15 lines
114 B
Plaintext
Vendored

'a';
'\n';
'\x1A';
'\u12AS';
'\U1234ASDF';
b'a';
"hello";
b"hello";
r"hello";
r###"world"###;
r##" "###
"# "##;