Skip to content

Commit

Permalink
changed expected test output
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrandco committed Sep 23, 2023
1 parent b95ad5f commit 71ca838
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions tests/formatters/test_align.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# ::: :::::::: #
# test_align.py :+: :+: :+: #
# +:+ +:+ +:+ #
# By: root <root@student.42.fr> +#+ +:+ +#+ #
# By: leo <leo@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/10/04 12:19:45 by cacharle #+# #+# #
# Updated: 2023/09/02 20:26:16 by root ### ########.fr #
# Updated: 2023/09/23 11:06:39 by leo ### ########.fr #
# #
# **************************************************************************** #

Expand Down Expand Up @@ -188,7 +188,7 @@ def test_align_local_multiple_functions():
output = """
int\t\t\tf()
{
\tint a = 0;
\tint\ta = 0;
}
int\t\t\tg()
{
Expand Down
4 changes: 2 additions & 2 deletions tests/formatters/test_hoist.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# By: leo <[email protected]> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2020/10/04 12:29:07 by cacharle #+# #+# #
# Updated: 2023/09/22 15:51:03 by leo ### ########.fr #
# Updated: 2023/09/23 10:55:14 by leo ### ########.fr #
# #
# **************************************************************************** #

Expand Down Expand Up @@ -197,7 +197,7 @@ def test_hoist_empty_function():
assert output == hoist(input)


def test_hoist_array_initialization():
def test_hoist_initializations():
input = """
void foo(void)
{
Expand Down

0 comments on commit 71ca838

Please sign in to comment.