summaryrefslogtreecommitdiff
path: root/harness/decimalToHexString.js
diff options
context:
space:
mode:
Diffstat (limited to 'harness/decimalToHexString.js')
-rw-r--r--harness/decimalToHexString.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/harness/decimalToHexString.js b/harness/decimalToHexString.js
index 36a2bb5b4..c531c5f88 100644
--- a/harness/decimalToHexString.js
+++ b/harness/decimalToHexString.js
@@ -1,5 +1,9 @@
// Copyright (C) 2017 André Bargull. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
+/*---
+description: |
+ Collection of functions used to assert the correctness of various encoding operations.
+---*/
function decimalToHexString(n) {
var hex = "0123456789ABCDEF";