1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 20:07:11 +03:00

luajit: tests: rename lua source file

This commit is contained in:
Babz 2023-06-21 23:44:55 +02:00
parent 751ee5a328
commit dd594f47eb
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# luajit -b -g example.lua simple.luac
# luajit -b -g simple.lua simple.luac
$ fq dv simple.luac
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: simple.luac (luajit) 0x0-0x182.7 (387)
| | | header{}: 0x0-0x11.7 (18)

View File

@ -1,4 +1,4 @@
# luajit -b -s example.lua simple_stripped.luac
# luajit -b -s simple.lua simple_stripped.luac
$ fq dv 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-0x133.7 (308)
| | | header{}: 0x0-0x4.7 (5)