Parse rvalue string

This commit is contained in:
Thomas Pelletier
2021-02-01 20:54:04 -05:00
parent 7b4d82a939
commit 91d7afbc0a
2 changed files with 41 additions and 3 deletions
+2
View File
@@ -22,6 +22,8 @@ var inputs = []string{
`"hello \u1234 foo" = false`,
`a.b.c = false`,
`a."b".c = true`,
`a = "foo"`,
`b = 'sample thingy'`,
}
func TestParse(t *testing.T) {