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(foo) {
switch(foo) {
// foo
case 1:
// falls through
case 2:
doIt();
}
}