diff options
Diffstat (limited to 'third_party/rust/toml/tests/valid/key-with-pound.json')
-rw-r--r-- | third_party/rust/toml/tests/valid/key-with-pound.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust/toml/tests/valid/key-with-pound.json b/third_party/rust/toml/tests/valid/key-with-pound.json new file mode 100644 index 0000000000..ee39e1de4c --- /dev/null +++ b/third_party/rust/toml/tests/valid/key-with-pound.json @@ -0,0 +1,3 @@ +{ + "key#name": {"type": "integer", "value": "5"} +} |