From 3536cb50e646a8a9e5f26dce9a25bab101793126 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 15 Jan 2015 19:47:14 -0800 Subject: Update key syntax to TOML master * Bare keys contain a very limited set of characters now. * Keys in quotes behave the same as basic strings. Closes #47 --- tests/valid/table-with-pound.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/valid/table-with-pound.toml') diff --git a/tests/valid/table-with-pound.toml b/tests/valid/table-with-pound.toml index e7b777e..33f2c4f 100644 --- a/tests/valid/table-with-pound.toml +++ b/tests/valid/table-with-pound.toml @@ -1,2 +1,2 @@ -[key#group] +["key#group"] answer = 42 -- cgit v1.2.3