Skip to content

Commit

Permalink
minor feature upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberphone committed Jul 30, 2024
1 parent 7423fa4 commit 790470f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
function setSample() {
document.getElementById('cborin').value =
'# CBOR sample, here expressed in Diagnostic Notation\n' +
'{\n 1: "next\\nline",\n 2: [5.960465188081798e-8, ' +
'{\n 1: "next\nline",\n 2: [5.960465188081798e-8, ' +
'0b100_000000001, b64\'oQVkZGF0YQ\', true, 0("' +
new Date().toISOString().replace(/\.\d{1,3}/g,'') + '")]\n}';
}
Expand Down

0 comments on commit 790470f

Please sign in to comment.