Dotted keys

This commit is contained in:
Thomas Pelletier
2021-02-01 19:07:51 -05:00
parent 07aa85ea0b
commit 1c7e9fe3af
2 changed files with 45 additions and 2 deletions
+2
View File
@@ -22,6 +22,8 @@ func TestParse(t *testing.T) {
`"foo bar"`,
`"hello\tworld"`,
`"hello \u1234 foo"`,
`a.b.c`,
`a."b".c`,
}
for i, data := range inputs {