This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
-- Formatting functions for script output | |
-- | |
local stdnse = require "stdnse" | |
local table = require "table" | |
local string = require "string" | |
local debug = require "debug" | |
local _R = debug.getregistry() | |
_ENV = stdnse.module("format", stdnse.seeall) |