Add a few more JS styles for escaped chars & keywords, also tests
This commit is contained in:
parent
a0038069b8
commit
ee667179b3
4 changed files with 68 additions and 26 deletions
|
|
@ -1,5 +1,5 @@
|
|||
function foo(items) {
|
||||
for (var i=0; i<items.length; i++) {
|
||||
alert(items[i] + "juhu");
|
||||
alert(items[i] + "juhu\n");
|
||||
} // Real Tab.
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue