From 69576569a7283ba874893fc71b6bff9407d823a6 Mon Sep 17 00:00:00 2001 From: Alan Du Date: Thu, 1 Jun 2017 20:54:17 +0100 Subject: Allow serializing keys with \n in them Use special quoted form Closes https://github.com/alexcrichton/toml-rs/issues/185 --- tests/valid/key-quote-newline.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/valid/key-quote-newline.toml (limited to 'tests/valid/key-quote-newline.toml') diff --git a/tests/valid/key-quote-newline.toml b/tests/valid/key-quote-newline.toml new file mode 100644 index 0000000..a2639bf --- /dev/null +++ b/tests/valid/key-quote-newline.toml @@ -0,0 +1 @@ +"\n" = 1 -- cgit v1.2.3