We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 689350e + a307ea5 commit 7f24fe7Copy full SHA for 7f24fe7
packages/json-encoder-web/index.ts
@@ -64,7 +64,7 @@ document.getElementById('verify-compiled').oninput = function () {
64
let expected = (<HTMLInputElement>document.getElementById('verify-compiled')).value;
65
66
let text;
67
- if (compiled === expected) {
+ if (compiled === expected || `0x${compiled}` === expected) {
68
text = '✓ matches'
69
} else {
70
text = '✗ does not match'
0 commit comments