From d615ebefe2e306f2877afb40dc603f71263407d6 Mon Sep 17 00:00:00 2001 From: Jarrett Helton Date: Mon, 3 Aug 2020 13:26:02 -0400 Subject: fix(std/toml): parser error with inline comments (#6942) --- std/encoding/testdata/boolean.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'std/encoding/testdata') diff --git a/std/encoding/testdata/boolean.toml b/std/encoding/testdata/boolean.toml index 242d29c96..e3e287981 100644 --- a/std/encoding/testdata/boolean.toml +++ b/std/encoding/testdata/boolean.toml @@ -1,3 +1,4 @@ [boolean] # i hate comments bool1 = true -bool2 = false \ No newline at end of file +bool2 = false +bool3 = true # I love comments \ No newline at end of file -- cgit v1.2.3