toml/stdex/string4.toml.res

7 lines
264 B
Plaintext
Raw Normal View History

2021-03-07 07:54:24 +00:00
{
str4 = "Here are two quotation marks: \"\". Simple enough.",
str5 = "Here are three quotation marks: \"\"\".",
str6 = "Here are fifteen quotation marks: \"\"\"\"\"\"\"\"\"\"\"\"\"\"\".",
str7 = "\"This,\" she said, \"is just a pointless statement.\"",
}