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 350e901794
commit 55f3fb3015
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();
}
}