From 952e5aec72105f96594acd7fd5608f4e6e2fcc0f Mon Sep 17 00:00:00 2001 From: Jeff Ober Date: Fri, 10 Jan 2020 13:54:50 -0500 Subject: [PATCH] Remove invalid test cases for inline tables with newlines in them --- t/tokens/inline-table.t | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/t/tokens/inline-table.t b/t/tokens/inline-table.t index 2898653..3672343 100644 --- a/t/tokens/inline-table.t +++ b/t/tokens/inline-table.t @@ -7,20 +7,7 @@ my @valid = ( q|{ first = "Tom", last = "Preston-Werner" }|, q|{ x = 1, y = 2 }|, q|{ type.name = "pug" }|, - q|{ - x = 1 - }|, - q|{ - x = 1, - }|, - q|{ - x = 1, - y = 2 - }|, - q|{ - x = 1, - y = 2, - }| + q|{ x = 1 }|, ); ok($_ =~ /$re/, $_) for @valid; -- 2.30.2