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.
1 parent 3176cd5 commit 45e63c1Copy full SHA for 45e63c1
bin/formats/token.js
@@ -63,6 +63,7 @@ module.exports = {
63
}
64
65
if (p[1] != j[1]) { // check the token contents
66
+ j[1] = JSON.parse( JSON.stringify( j[1] ) );
67
console.log('FAIL : Expected "' + p[1] + '" contents, but found "' + j[1] + '"');
68
fail = true;
69
bin/formats/token.php
@@ -20,4 +20,4 @@
20
echo ',';
21
22
23
- echo ']';
+ echo ']';
0 commit comments