Correct previous dual key logic pending first delivery installment.
1 /* Any copyright is dedicated to the Public Domain.
2 * http://creativecommons.org/publicdomain/zero/1.0/ */
7 let uuid = CommonUtils.generateUUID();
8 do_check_eq(uuid.length, 36);
9 do_check_eq(uuid[8], "-");