We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751ee5a commit dd594f4Copy full SHA for dd594f4
format/luajit/testdata/simple.fqtest
@@ -1,4 +1,4 @@
1
-# luajit -b -g example.lua simple.luac
+# luajit -b -g simple.lua simple.luac
2
$ fq dv simple.luac
3
|00 01 02 03 04 05 06 07 08 09 0a 0b 0c 0d 0e 0f|0123456789abcdef|.{}: simple.luac (luajit) 0x0-0x182.7 (387)
4
| | | header{}: 0x0-0x11.7 (18)
format/luajit/testdata/example.lua renamed to format/luajit/testdata/simple.lua
format/luajit/testdata/simple_stripped.fqtest
-# 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)
0 commit comments