From a89d69e843ba83df928051005d02a932a9981f46 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 19 Nov 2018 17:37:37 -0800 Subject: Autoformatted/auto-upgraded. --- core/text.nom | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/text.nom') diff --git a/core/text.nom b/core/text.nom index 62b6656..1245235 100644 --- a/core/text.nom +++ b/core/text.nom @@ -1,4 +1,4 @@ -#!/usr/bin/env nomsu -V4.10.12.7 +#!/usr/bin/env nomsu -V4.11.12.8 # This file contains some definitions of text escape sequences, including ANSI console color codes. @@ -50,6 +50,7 @@ test: test: assume (0xDEADBEEF as hex) == "0xDEADBEEF" + externally (%num as hex) means: if (%num < 0): return ("-0x%X"::formatted with (- %num)) -- cgit v1.2.3