Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
AnourValar committed Feb 9, 2024
1 parent ae46df1 commit b273c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/SheetsParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit b273c3f

Please sign in to comment.