Skip to content

Commit

Permalink
Update Concat.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatSageEqualToHeaven authored Mar 27, 2024
1 parent 7679ba0 commit a153558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Staging/Concat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ a = a .. " "
a = a .. "Wo"
a = a .. "rld"

print(a)
assert(a == "Hello World")

OK()

0 comments on commit a153558

Please sign in to comment.