diff options
Diffstat (limited to 'third_party/rust/toml/tests/valid/string-with-pound.toml')
-rw-r--r-- | third_party/rust/toml/tests/valid/string-with-pound.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/rust/toml/tests/valid/string-with-pound.toml b/third_party/rust/toml/tests/valid/string-with-pound.toml new file mode 100644 index 0000000000..5fd87466df --- /dev/null +++ b/third_party/rust/toml/tests/valid/string-with-pound.toml @@ -0,0 +1,2 @@ +pound = "We see no # comments here." +poundcomment = "But there are # some comments here." # Did I # mess you up? |