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',