Adding pending test file for remaining nodes

This commit is contained in:
Jeff Avallone
2014-12-22 20:36:14 -05:00
parent e3eedb17af
commit 8a9178c11e
3 changed files with 15 additions and 0 deletions
@@ -0,0 +1,5 @@
describe('parser/javascript/match_fragment.js', function() {
pending();
});
+5
View File
@@ -0,0 +1,5 @@
describe('parser/javascript/match.js', function() {
pending();
});
+5
View File
@@ -0,0 +1,5 @@
describe('parser/javascript/regexp.js', function() {
pending();
});