Adding pending test file for remaining nodes
This commit is contained in:
parent
e3eedb17af
commit
8a9178c11e
5
spec/parser/javascript/match_fragment_spec.js
Normal file
5
spec/parser/javascript/match_fragment_spec.js
Normal file
@ -0,0 +1,5 @@
|
||||
describe('parser/javascript/match_fragment.js', function() {
|
||||
|
||||
pending();
|
||||
|
||||
});
|
5
spec/parser/javascript/match_spec.js
Normal file
5
spec/parser/javascript/match_spec.js
Normal file
@ -0,0 +1,5 @@
|
||||
describe('parser/javascript/match.js', function() {
|
||||
|
||||
pending();
|
||||
|
||||
});
|
5
spec/parser/javascript/regexp_spec.js
Normal file
5
spec/parser/javascript/regexp_spec.js
Normal file
@ -0,0 +1,5 @@
|
||||
describe('parser/javascript/regexp.js', function() {
|
||||
|
||||
pending();
|
||||
|
||||
});
|
Loading…
Reference in New Issue
Block a user