add espree comment attachment tests and remove ranges test property from babylon tests

This commit is contained in:
Sebastian McKenzie
2015-07-25 06:07:51 +01:00
parent 006f3db76a
commit bed14e9b42
233 changed files with 3512 additions and 586 deletions

View File

@@ -0,0 +1,9 @@
function bar(a) {
switch (a) {
case 2:
break;
case 1:
break;
//no default
}
}