add espree comment attachment tests and remove ranges test property from babylon tests
This commit is contained in:
1
test/fixtures/comments/basic/surrounding-while-loop-comments/actual.js
vendored
Executable file
1
test/fixtures/comments/basic/surrounding-while-loop-comments/actual.js
vendored
Executable file
@@ -0,0 +1 @@
|
||||
function f() { /* infinite */ while (true) { } /* bar */ var each; }
|
||||
Reference in New Issue
Block a user