From b273c3fcfd7d562eced1f1646233d204aa25a6b8 Mon Sep 17 00:00:00 2001 From: Nikolay Novikov Date: Fri, 9 Feb 2024 18:25:54 +0300 Subject: [PATCH] patch --- tests/SheetsParserTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/SheetsParserTest.php b/tests/SheetsParserTest.php index e08c247..5252fa9 100644 --- a/tests/SheetsParserTest.php +++ b/tests/SheetsParserTest.php @@ -162,7 +162,7 @@ public function test_schema_scalar() 'Q' => '=A1+B2+C3+D4+E5', 'X' => '= A1', 'W' => '=1', - 'Y' => '=AB100', + 'Y' => '=AB100 + [test]', ], 2 => [ 'A' => '[bar]', @@ -221,7 +221,7 @@ public function test_schema_scalar() 'K' => null, 'L' => null, 'Q' => '=A1+B2+C3+D3+E4', - 'Y' => '=AB99', + 'Y' => '=AB99 + 3', ], 2 => [ 'A' => 'world',