Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 committed Oct 23, 2024
1 parent 9e332b6 commit 72629cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/luerl_funcall_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ define_fun2_in_lua_test() ->
Fun([4], State3)),
?assertMatch({[[{1,4.0}, {2,4.0}, {3,4.0}, {4,4.0}, {5,4.0}]], _State},
Fun([4.0], State3)),
?assertMatch({[[{1,4}, {2,4}, {3,4}, {4,4}, {5,4}, {6,4}, {7,4}, {8,4}, {9,4}, {10,4}]], _State},
?assertMatch({[[{1,4}, {2,4}, {3,4}, {4,4}, {5,4},
{6,4}, {7,4}, {8,4}, {9,4}, {10,4}]], _State},
Fun2([4], State3)).

newindex_metamethod_test() ->
Expand Down

0 comments on commit 72629cb

Please sign in to comment.