Skip to content

Commit

Permalink
luajit: *.fqtest: add comments for generating .luac from source
Browse files Browse the repository at this point in the history
  • Loading branch information
dlatchx committed Jun 20, 2023
1 parent 52ce818 commit b24063b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions format/luajit/testdata/simple.fqtest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# luajit -b -g example.lua simple.luac
$ fq dv -d luajit simple.luac
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: simple.luac (luajit) 0x0-0x14e.7 (335)
| | | header{}: 0x0-0x17.7 (24)
Expand Down
1 change: 1 addition & 0 deletions format/luajit/testdata/simple_stripped.fqtest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# luajit -b -s example.lua simple_stripped.luac
$ fq dv -d luajit simple_stripped.luac
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: simple_stripped.luac (luajit) 0x0-0xf9.7 (250)
| | | header{}: 0x0-0x4.7 (5)
Expand Down

0 comments on commit b24063b

Please sign in to comment.