Skip to content

Commit

Permalink
luajit: tests: improve coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dlatchx committed Jun 21, 2023
1 parent 441d246 commit eb819dd
Show file tree
Hide file tree
Showing 5 changed files with 548 additions and 471 deletions.
11 changes: 10 additions & 1 deletion format/luajit/testdata/example.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
local sometable = {
true,
false,
nil,
437784932,
4.23748378e-6,

somenil= nil,
sometrue= true,
somefalse= false,
someint= -3,
somenum= 7.89437298e11,
somestr= "it's a trap",
somestr= "uwu",

[2.74389]= "key is a num",
[-1337]= "key is an int",
}

mycplx = 3.2i
Expand Down

0 comments on commit eb819dd

Please sign in to comment.