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