liberty-prettydiff
Version:
Language aware code comparison tool for several web based languages. It also beautifies, minifies, and a few other things.
48 lines (38 loc) • 1.46 kB
Plain Text
/*prettydiff.com varword:each, correct:true, wrap:80*/
var a = 0;
var b = 1;
var c = 2;
let d = 1;
let e = 2;
let f = 3;
const g = 1;
const h = 2;
const i = 3;
a;
// a really big comment that wraps at 80 characters wide just to see what
// happens with varword and such madness when the comment is multiple lines
// deep. Will it work correctly or will it break
const j = 1;
// a really big comment that wraps at 80 characters wide just to see what
// happens with varword and such madness when the comment is multiple lines
// deep. Will it work correctly or will it break
const k = 1;
// a really big comment that wraps at 80 characters wide just to see what
// happens with varword and such madness when the comment is multiple lines
// deep. Will it work correctly or will it break
const j = 1;
/* a really big comment that wraps at 80 characters wide just to see what
* happens with varword and such madness when the comment is multiple lines
* deep. Will it work correctly or will it break
*/
let j = 1;
/* a really big comment that wraps at 80 characters wide just to see what
* happens with varword and such madness when the comment is multiple lines
* deep. Will it work correctly or will it break
*/
let k = 1;
/* a really big comment that wraps at 80 characters wide just to see what
* happens with varword and such madness when the comment is multiple lines
* deep. Will it work correctly or will it break
*/
let j = 1;